Adding in Ansible (still a WIP).
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{% set vault_addr = https://vault.trez.wtf %}
|
||||
{% set secrets_path = rinoa-docker/env %}
|
||||
|
||||
ydl_server: # youtube-dl-server specific settings
|
||||
port: 8080 # Port youtube-dl-server should listen on
|
||||
host: 0.0.0.0 # IP youtube-dl-server should bind to
|
||||
debug: False # Enable/Disable debug mode
|
||||
metadata_db_path: '/youtube-dl/.ydl-metadata.db' # Path to metadata DB
|
||||
output_playlist: '/youtube-dl/%(title)s [%(id)s].%(ext)s' # Playlist output directory template
|
||||
update_poll_delay_min: 1440 # Automatically check for updates every 24h
|
||||
max_log_entries: 100 # Maximum number of job log history to keep
|
||||
forwarded_allow_ips: None # uvicorn Comma seperated list of IPs to trust with proxy headers.
|
||||
proxy_headers: True # uvicorn flag Enable/Disable X-Forwarded-Proto, X-Forwarded-For, X-Forwarded-Port to populate remote address info.
|
||||
|
||||
ydl_options: # youtube-dl options
|
||||
output: '/youtube-dl/%(title)s [%(id)s].%(ext)s' # output directory template
|
||||
cache-dir: '/youtube-dl/.cache' # youtube-dl cache directory
|
||||
ignore-errors: True # instruct youtube-dl to skip errors
|
||||
age-limit: 6 # minimal age requirement / parental control setting
|
||||
Reference in New Issue
Block a user