Fixes fuer zentrale Instancen-Verwaltung
This commit is contained in:
parent
e63c995f11
commit
b33a014729
12 changed files with 72 additions and 70 deletions
|
@ -4,21 +4,14 @@ mysql_socket: /var/run/mysqld/mysqld.sock
|
|||
nextcloud_admin_pw: admin
|
||||
nextcloud_admin_user: systemausfall.org
|
||||
nextcloud_admin_pw: admin
|
||||
nextcloud_database_host: database.kahlo
|
||||
nextcloud_dl_url: https://download.nextcloud.com/server/releases
|
||||
nextcloud_gateway: kahlo.kahlo
|
||||
nextcloud_host: sl-nextcloud.kahlo
|
||||
nextcloud_mysql_db: "nc_{{ common_name }}"
|
||||
nextcloud_mysql_pw: admin
|
||||
nextcloud_mysql_user: "nc_{{ common_name }}"
|
||||
nextcloud_install_path: "/data/nextcloud/{{ nextcloud_domain }}"
|
||||
nextcloud_install_path: "/data/nextcloud/{{ instance.domain }}"
|
||||
nextcloud_config_file: "{{ nextcloud_install_path }}/config/config.php"
|
||||
nextcloud_php_memory_limit: 512M
|
||||
nextcloud_php_upload_limit: 512M
|
||||
nextcloud_trusted_domains: ['localhost', '{{ nextcloud_domain }}']
|
||||
nextcloud_trusted_domains: ['localhost', '{{ instance.domain }}']
|
||||
nextcloud_trusted_proxies: ['10.42.7.1']
|
||||
nextcloud_version: nextcloud-21.0.1
|
||||
|
||||
nextcloud_mail_from: noreply
|
||||
nextcloud_mail_domain: postfach.senselab.org
|
||||
nextcloud_smtp_auth_type: LOGIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue