13 lines
399 B
YAML
13 lines
399 B
YAML
|
funkwhale_version: 1.1.1
|
||
|
funkwhale_api_port: 5000
|
||
|
funkwhale_nginx_port: 80
|
||
|
funkwhale_static_root: /static
|
||
|
funkwhale_import_music_directory: /import
|
||
|
funkwhale_import_music_directory_host: "{{ funkwhale_folder_name }}/import"
|
||
|
funkwhale_folder_name: "{{ docker_files }}/funkwhale"
|
||
|
funkwhale_frontend: /frontend
|
||
|
funkwhale_subdomain: music
|
||
|
nginx_max_body_size: 100M
|
||
|
postgres_version: 13
|
||
|
redis_version: 6
|