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.
This commit is contained in:
parent
9142cb245e
commit
79735f9bae
1 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,13 @@ urgency.annotations.coefficient=0
|
||||||
# only ever show one result in the task shell
|
# only ever show one result in the task shell
|
||||||
tasksh.autoclear=1
|
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)
|
# Color theme (uncomment one to use)
|
||||||
#include /usr/share/doc/task/rc/light-16.theme
|
#include /usr/share/doc/task/rc/light-16.theme
|
||||||
#include /usr/share/doc/task/rc/light-256.theme
|
#include /usr/share/doc/task/rc/light-256.theme
|
||||||
|
|
Loading…
Reference in a new issue