Optimized nextcloud database variable

This commit is contained in:
Kevin Veen-Birkenbach 2025-02-20 01:26:44 +01:00
parent 6e02e09471
commit 286517b127
2 changed files with 3 additions and 2 deletions

View File

@ -172,6 +172,7 @@ defaults_applications:
nextcloud:
version: "production" # @see https://nextcloud.com/blog/nextcloud-release-channels-and-how-to-track-them/
ldap_enabled: True # Enables LDAP by default
# database_password: Null # Needs to be set in inventory file
## OAuth2 Proxy
oauth2_proxy:

View File

@ -1,6 +1,6 @@
---
application_id: "nextcloud"
database_password: "{{nextcloud_database_password}}"
database_password: "{{applications.nextcloud.database_password}}"
database_type: "mariadb"
nextcloud_application_container_name: "nextcloud-application"
nextcloud_nginx_container_name: "nextcloud-web"