From adc72cd88cab0ee8e94d6983b48c2df60383c240 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 16 Jun 2025 21:28:57 -0400 Subject: [PATCH] AutoYADM commit: 2025-06-16 21:28:57 --- .config/task/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.config/task/README.md b/.config/task/README.md index e31dbb54..264fe2a9 100644 --- a/.config/task/README.md +++ b/.config/task/README.md @@ -1,3 +1,11 @@ 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 +```