Solved application_id overwritting bug

This commit is contained in:
2025-07-25 22:15:09 +02:00
parent 9f61b4e50b
commit 996244b672
4 changed files with 8 additions and 13 deletions

View File

@@ -1,6 +1,9 @@
---
# General
application_id: "web-app-matomo"
database_type: "mariadb"
# Matomo
matomo_excluded_ips: "{{ applications | get_app_conf(application_id, 'excluded_ips', True) }}"
matomo_index_php_url: "{{ domains | get_url(application_id, web_protocol) }}/index.php"
matomo_auth_token: "{{ applications | get_app_conf(application_id, 'credentials.auth_token', True) }}"