nextcloud.yml aktualisiert
This commit is contained in:
parent
088d6aae86
commit
3c74b873dc
@ -353,6 +353,13 @@
|
|||||||
docker-compose exec -T -u www-data nextcloud.{{inventory_hostname}} ./occ files:scan --all
|
docker-compose exec -T -u www-data nextcloud.{{inventory_hostname}} ./occ files:scan --all
|
||||||
docker-compose exec -T -u www-data nextcloud.{{inventory_hostname}} ./occ maps:scan-photos
|
docker-compose exec -T -u www-data nextcloud.{{inventory_hostname}} ./occ maps:scan-photos
|
||||||
docker-compose exec -T -u www-data nextcloud.{{inventory_hostname}} ./occ db:convert-filecache-bigint -n
|
docker-compose exec -T -u www-data nextcloud.{{inventory_hostname}} ./occ db:convert-filecache-bigint -n
|
||||||
|
# define turn server
|
||||||
|
if [ -s /home/docker/turn.{{inventory_hostname}}/env ]
|
||||||
|
then
|
||||||
|
source /home/docker/turn.{{inventory_hostname}}/env
|
||||||
|
docker-compose exec -T -u www-data nextcloud.{{inventory_hostname}} ./occ talk:turn:delete turns turn.{{inventory_hostname}}:5349 udp,tcp
|
||||||
|
docker-compose exec -T -u www-data nextcloud.{{inventory_hostname}} ./occ talk:turn:add --secret $TURN_SECRET turns turn.{{inventory_hostname}}:5349 udp,tcp
|
||||||
|
fi
|
||||||
backup: yes
|
backup: yes
|
||||||
validate: /bin/bash -n %s
|
validate: /bin/bash -n %s
|
||||||
notify: run nextcloud.update
|
notify: run nextcloud.update
|
||||||
|
Loading…
Reference in New Issue
Block a user