solved environment variable bug

This commit is contained in:
2025-02-04 23:49:38 +01:00
parent 8083e2b51c
commit 01ae2c3b38
3 changed files with 30 additions and 23 deletions

View File

@@ -2,4 +2,8 @@ application_id: "funkwhale"
nginx_docker_reverse_proxy_extra_configuration: "client_max_body_size 512M;"
database_password: "{{funkwhale_database_password}}"
database_type: "postgres"
ldap_network_enabled: true # Activate LDAP network
ldap_network_enabled: true # Activate LDAP network
media_root: "/srv/funkwhale/data/"
static_root: "{{media_root}}static"
celeryd_concurrency: 1
music_directory_path: "/music"