Added more scalable oauth2_proxy_active configuration

This commit is contained in:
2025-02-17 16:07:26 +01:00
parent 77ad71436e
commit b740b978b5
5 changed files with 13 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
application_id: "phpmyadmin"
database_type: "mariadb"
database_host: "{{ 'central-' + database_type if enable_central_database}}"
# OAuth2 Proxy Configuration
oauth2_proxy_active: true
oauth2_proxy_active: "{{ applications.phpmyadmin.oauth2_proxy_active | bool }}"