Explicitly handles maintenance mode around instance setup; Provides and runs database utils scripts
This commit is contained in:
parent
11fe863b6d
commit
93ed612a65
4 changed files with 57 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ nextcloud_admin_user: admin
|
|||
nextcloud_admin_password: mynextcloud
|
||||
nextcloud_trusted_domains: localhost
|
||||
nextcloud_trusted_proxies: [ '172.18.0.0/16' ]
|
||||
nextcloud_database_utils:
|
||||
- nextcloud-mysql-innodb-convert-row-format.sh
|
||||
virtual_host: localhost
|
||||
letsencrypt_host:
|
||||
letsencrypt_email:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue