docker/taskserver/README.md
2022-09-11 12:33:19 +02:00

17 lines
388 B
Markdown

# Taskserver
Written with the help of
<https://github.com/coaxial/docker-taskd-service>.
## Certs renewal
Once a year recreate the container and copy the `client_certs` dir! On
the client:
```shell
scp -r florent@a.guiotte.fr:~/docker/taskserver/client_certs/* ~/.config/task/certs
task config taskd.credentials -- watch/user/$(cat ~/.config/task/certs/user-uuid)
task sync init
```