Weitere Einrichtungsschritte

This commit is contained in:
phil 2020-12-03 22:14:27 +00:00
parent db196d0567
commit 78307df9e0
10 changed files with 107 additions and 29 deletions

View file

@ -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"