add mail support
This commit is contained in:
parent
a6d1261679
commit
b2c12380dc
2 changed files with 18 additions and 2 deletions
|
|
@ -2,6 +2,9 @@ nextcloud:
|
|||
upload_size_max: 512M
|
||||
datadir: /var/www/nextcloud/data
|
||||
externalurl: example.com
|
||||
mail:
|
||||
from: www-data
|
||||
domain: localhost
|
||||
admin:
|
||||
pw: "{{ lookup('password', '/dev/null') }}"
|
||||
name: admin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue