23 lines
501 B
Markdown
23 lines
501 B
Markdown
# Taskserver
|
|
|
|
Written with the help of
|
|
<https://github.com/coaxial/docker-taskd-service>.
|
|
|
|
|
|
## Certs renewal
|
|
|
|
*do we need to remove volumes?:*
|
|
|
|
```shell
|
|
docker volume rm docker_taskserver-certs docker_taskserver-data
|
|
|
|
```
|
|
Once a year recreate the container and copy the `client_certs` dir! On
|
|
the client:
|
|
|
|
```shell
|
|
scp -r florent@dm.guiotte.fr:~/docker/taskserver/client_certs/* ~/.config/task/certs
|
|
task config taskd.credentials -- watch/user/$(cat ~/.config/task/certs/user-uuid)
|
|
task sync init
|
|
```
|