minor improvements

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-09 20:28:58 +02:00
parent 7a38241485
commit f3439861bb
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
4 changed files with 11 additions and 11 deletions

View File

@ -22,4 +22,4 @@
- name: "flush database, docker and proxy for '{{ application_id }}'"
meta: flush_handlers
when: docker_compose_flush_handlers is not defined
when: docker_compose_flush_handlers | bool

View File

@ -10,7 +10,7 @@ server
{% if proxy_extra_configuration is defined %}
{# Additional Domain Specific Configuration #}
{{proxy_extra_configuration}}
{{ proxy_extra_configuration }}
{% endif %}
{% include 'roles/net-letsencrypt/templates/ssl_header.j2' %}

View File

@ -1,8 +1,8 @@
application_id: "funkwhale"
proxy_extra_configuration: "client_max_body_size 512M;"
database_type: "postgres"
funkwhale_media_root: "/srv/funkwhale/data/"
funkwhale_static_root: "{{funkwhale_media_root}}static"
celeryd_concurrency: 1
funkwhale_music_directory_path: "/music"
funkwhale_docker_api_port: 5000
application_id: "funkwhale"
proxy_extra_configuration: "client_max_body_size 512M;"
database_type: "postgres"
funkwhale_media_root: "/srv/funkwhale/data/"
funkwhale_static_root: "{{funkwhale_media_root}}static"
celeryd_concurrency: 1
funkwhale_music_directory_path: "/music"
funkwhale_docker_api_port: 5000

View File

@ -10,7 +10,7 @@ server
{% if proxy_extra_configuration is defined %}
{# Additional Domain Specific Configuration #}
{{proxy_extra_configuration}}
{{ proxy_extra_configuration }}
{% endif %}
{% include 'roles/net-letsencrypt/templates/ssl_header.j2' %}