17 lines
606 B
YAML
17 lines
606 B
YAML
funkwhale_version: 1.1.4
|
|
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
|
|
deemix_folder_path: /home/{{ base_user_name }}/deemix
|
|
deemix_songs_path: "{{ deemix_folder_path }}/songs"
|
|
beets_config_folder: "/home/{{ base_user_name }}/.config/beets"
|
|
beets_log_file: "/var/log/beets.log"
|