2021-10-17 13:37:24 +02:00
|
|
|
funkwhale_version: 1.1.4
|
2021-04-27 03:16:49 +02:00
|
|
|
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
|
2021-10-13 17:53:07 +02:00
|
|
|
deemix_folder_path: /home/{{ base_user_name }}/deemix
|
|
|
|
deemix_songs_path: "{{ deemix_folder_path }}/songs"
|
2021-05-11 13:56:51 +02:00
|
|
|
beets_config_folder: "/home/{{ base_user_name }}/.config/beets"
|
2021-05-12 18:45:18 +02:00
|
|
|
beets_log_file: "/var/log/beets.log"
|