AutoYADM commit: 2025-06-17 00:02:33

This commit is contained in:
Daniel Fichtinger 2025-06-17 00:02:33 -04:00
parent cefd6b2450
commit 1f952af0ed
9 changed files with 17 additions and 19 deletions

View file

@ -1,11 +1,10 @@
To set up:
- The correct `.taskrc##template` file must be present in the homedir (also
tracked by yadm, so no problem)
- This directory must contain a `secret.ini` file which has the following:
This directory must contain a `secret.ini` file which has the following:
```ini
sync.server.url=secret_here
sync.server.client_id=secret_here
sync.encryption_secret=secret_here
```
The `recurrence` file is handled by a `yadm` hook, see
`~/.config/yadm/hooks/post_pull`.