Weitere Einrichtungsschritte
This commit is contained in:
parent
db196d0567
commit
78307df9e0
10 changed files with 107 additions and 29 deletions
|
@ -9,7 +9,16 @@ nextcloud_mysql_db: "nc_{{ common_name }}"
|
|||
nextcloud_mysql_pw: admin
|
||||
nextcloud_mysql_user: "nc_{{ common_name }}"
|
||||
nextcloud_install_path: "/data/nextcloud/{{ nextcloud_domain }}"
|
||||
nextcloud_config_file: "{{ nextcloud_install_path }}/config/config.php"
|
||||
nextcloud_php_memory_limit: 512M
|
||||
nextcloud_trusted_domains: ['localhost', '{{ nextcloud_domain }}']
|
||||
nextcloud_version: nextcloud-20.0.2
|
||||
nextcloud_trusted_proxies: ['10.42.7.1']
|
||||
nextcloud_version: nextcloud-20.0.2
|
||||
|
||||
nextcloud_mail_from: noreply
|
||||
nextcloud_mail_domain: postfach.senselab.org
|
||||
nextcloud_smtp_auth_type: LOGIN
|
||||
nextcloud_smtp_host: sl-postbote.kahlo
|
||||
nextcloud_smtp_port: 25
|
||||
|
||||
php_version: "7.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue