mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 22:14:25 +02:00
minor improvements
This commit is contained in:
parent
7a38241485
commit
f3439861bb
@ -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
|
||||
|
@ -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' %}
|
||||
|
@ -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
|
@ -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' %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user