From 79735f9bae05694f8fa66a7b2e8838bc0b77362a Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 19 Feb 2021 09:47:57 +0100 Subject: [PATCH] taskwarrior: Add taskserver sync target Added freecinc target for syncing tasks over the web. Using freecinc is easy and relatively painless, which is why, for now, this is the syncing server I have chosen. Once the taskwarrior workflow in this setup matures and stabilizes a bit the syncing target should undoubtedly move to a self-hosted instance of taskserver, ideally encrypted. Until then, the tasks currently available will exist *unencrypted* on the freecinc server. --- taskwarrior/.config/task/taskrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/taskwarrior/.config/task/taskrc b/taskwarrior/.config/task/taskrc index 0cdfb96..5dd6c39 100644 --- a/taskwarrior/.config/task/taskrc +++ b/taskwarrior/.config/task/taskrc @@ -51,6 +51,13 @@ urgency.annotations.coefficient=0 # only ever show one result in the task shell tasksh.autoclear=1 +# temporary taskd configuration for freecinc (should be selfhosted at some point) +taskd.server=freecinc.com:53589 +taskd.key=~/.local/share/task/keys/freecinc_7ebc40a3.key.pem +taskd.certificate=~/.local/share/task/keys/freecinc_7ebc40a3.cert.pem +taskd.ca=~/.local/share/task/keys/freecinc_7ebc40a3.ca.pem +taskd.credentials=FreeCinc\/freecinc_7ebc40a3\/1b2f5c1e-3d62-4a35-82c8-82ce0e23731e + # Color theme (uncomment one to use) #include /usr/share/doc/task/rc/light-16.theme #include /usr/share/doc/task/rc/light-256.theme