Solved pixelfed bugs

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-20 15:43:48 +02:00
parent 8ea86d2bd7
commit 4cbd29735f
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
APP_KEY={{applications | get_app_conf(application_id, 'credentials.app_key', True)}}
## General Settings
APP_NAME="{{applications.pixelfed.titel}}"
APP_NAME="{{ pixelfed_titel }}"
APP_ENV={{ CYMAIS_ENVIRONMENT | lower }}
APP_DEBUG={{enable_debug | string | lower }}
APP_URL={{ domains | get_url(application_id, web_protocol) }}

View File

@ -6,3 +6,4 @@ pixelfed_image: "{{ applications | get_app_conf(application_id, 'doc
pixelfed_name: "{{ applications | get_app_conf(application_id, 'docker.services.pixelfed.name', True) }}"
pixelfed_worker_name: "{{ applications | get_app_conf(application_id, 'docker.services.worker.name', True) }}"
pixelfed_volume: "{{ applications | get_app_conf(application_id, 'docker.volumes.data', True) }}"
pixelfed_titel: "{{ applications | get_app_conf(application_id, 'titel', True) }}"