2021-02-06 06:40:27 +00:00
|
|
|
---
|
|
|
|
# enable or disable the application
|
|
|
|
youtubedlmaterial_enabled: false
|
2022-07-23 15:32:51 +00:00
|
|
|
youtubedlmaterial_available_externally: false
|
2021-02-06 06:40:27 +00:00
|
|
|
|
|
|
|
# directories
|
|
|
|
youtubedlmaterial_data_directory: "{{ docker_home }}/youtubedlmaterial"
|
|
|
|
youtubedlmaterial_dl_audio_directory: "{{ downloads_root }}/youtube/audio"
|
|
|
|
youtubedlmaterial_dl_video_directory: "{{ downloads_root }}/youtube/video"
|
|
|
|
youtubedlmaterial_dl_subscriptions_directory: "{{ downloads_root }}/youtube/subscriptions"
|
|
|
|
|
|
|
|
# network
|
|
|
|
youtubedlmaterial_hostname: "youtubedlmaterial"
|
|
|
|
youtubedlmaterial_port_http: "8998"
|
|
|
|
|
|
|
|
# specs
|
|
|
|
youtubedlmaterial_memory: "1g"
|