Update Nextcloud role to include Hiddenservice tasks

This commit is contained in:
phil 2023-05-21 23:01:31 +02:00
parent 7f42bc9fd2
commit 63eb7d74f7
23 changed files with 282 additions and 244 deletions

View file

@ -1,6 +1,6 @@
# {{ ansible_managed }}
[nextcloud-{{ instance.user }}]
[nextcloud-{{ item.user }}]
backend = auto
enabled = true
port = 80,443
@ -9,4 +9,4 @@ filter = nextcloud
maxretry = 3
bantime = 86400
findtime = 43200
logpath = {{ nextcloud_root }}/{{ instance.name }}/data/nextcloud.log
logpath = {{ nextcloud_root }}/{{ item.name }}/data/nextcloud.log