Optimized yourls variables and healthcheck

This commit is contained in:
2025-08-31 20:38:02 +02:00
parent aa2eb53776
commit bb0530c2ac
5 changed files with 19 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ YOURLS_DB_USER: "{{ database_username }}"
YOURLS_DB_PASS: "{{ database_password }}"
YOURLS_DB_NAME: "{{ database_name }}"
YOURLS_SITE: "{{ domains | get_url(application_id, WEB_PROTOCOL) }}"
YOURLS_USER: "{{ yourls_user }}"
YOURLS_PASS: "{{ yourls_password }}"
YOURLS_USER: "{{ YOURLS_USER }}"
YOURLS_PASS: "{{ YOURLS_PASSWORD }}"
# The following deactivates the login mask for admins, if the oauth2 proxy is activated
YOURLS_PRIVATE: "{{not (applications | get_app_conf(application_id, 'features.oauth2', False))}}"