AutoYADM commit: 2025-06-16 21:28:57

This commit is contained in:
Daniel Fichtinger 2025-06-16 21:28:57 -04:00
parent be7b577b3b
commit adc72cd88c

View file

@ -1,3 +1,11 @@
To set up: To set up:
- copy `.taskrc` to homedir and set the correct client_id and encryption_secret - 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:
```ini
sync.server.url=secret_here
sync.server.client_id=secret_here
sync.encryption_secret=secret_here
```