Update taskserver to new domain
This commit is contained in:
parent
3fa033c1a9
commit
65884a346a
@ -186,7 +186,7 @@ services:
|
|||||||
taskserver:
|
taskserver:
|
||||||
build: taskserver
|
build: taskserver
|
||||||
container_name: taskserver
|
container_name: taskserver
|
||||||
hostname: a.guiotte.fr
|
hostname: dm.guiotte.fr
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|||||||
@ -6,11 +6,17 @@ Written with the help of
|
|||||||
|
|
||||||
## Certs renewal
|
## 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
|
Once a year recreate the container and copy the `client_certs` dir! On
|
||||||
the client:
|
the client:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
scp -r florent@a.guiotte.fr:~/docker/taskserver/client_certs/* ~/.config/task/certs
|
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 config taskd.credentials -- watch/user/$(cat ~/.config/task/certs/user-uuid)
|
||||||
task sync init
|
task sync init
|
||||||
```
|
```
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user