Spaces:
Build error
Build error
| { | |
| "YoutubeDLMaterial": { | |
| "Host": { | |
| "url": "http://example.com", | |
| "port": "7860" | |
| }, | |
| "Downloader": { | |
| "path-audio": "audio/", | |
| "path-video": "video/", | |
| "default_file_output": "", | |
| "use_youtubedl_archive": false, | |
| "custom_args": "", | |
| "safe_download_override": false, | |
| "include_thumbnail": true, | |
| "include_metadata": true, | |
| "max_concurrent_downloads": 5, | |
| "download_rate_limit": "" | |
| }, | |
| "Extra": { | |
| "title_top": "YoutubeDL-Material", | |
| "file_manager_enabled": true, | |
| "allow_quality_select": true, | |
| "download_only_mode": false, | |
| "allow_autoplay": true, | |
| "enable_downloads_manager": true, | |
| "allow_playlist_categorization": true, | |
| "force_autoplay": false, | |
| "enable_notifications": true, | |
| "enable_all_notifications": true, | |
| "allowed_notification_types": [], | |
| "enable_rss_feed": false | |
| }, | |
| "API": { | |
| "use_API_key": false, | |
| "API_key": "", | |
| "use_youtube_API": false, | |
| "youtube_API_key": "", | |
| "use_twitch_API": false, | |
| "twitch_client_ID": "", | |
| "twitch_client_secret": "", | |
| "twitch_auto_download_chat": false, | |
| "use_sponsorblock_API": false, | |
| "generate_NFO_files": false, | |
| "use_ntfy_API": false, | |
| "ntfy_topic_URL": "", | |
| "use_gotify_API": false, | |
| "gotify_server_URL": "", | |
| "gotify_app_token": "", | |
| "use_telegram_API": false, | |
| "telegram_bot_token": "", | |
| "telegram_chat_id": "", | |
| "telegram_webhook_proxy": "", | |
| "webhook_URL": "", | |
| "discord_webhook_URL": "", | |
| "slack_webhook_URL": "" | |
| }, | |
| "Themes": { | |
| "default_theme": "default", | |
| "allow_theme_change": true | |
| }, | |
| "Subscriptions": { | |
| "allow_subscriptions": true, | |
| "subscriptions_base_path": "subscriptions/", | |
| "subscriptions_check_interval": "300", | |
| "redownload_fresh_uploads": false | |
| }, | |
| "Users": { | |
| "base_path": "users/", | |
| "allow_registration": true, | |
| "auth_method": "internal", | |
| "ldap_config": { | |
| "url": "ldap://localhost:389", | |
| "bindDN": "cn=root", | |
| "bindCredentials": "secret", | |
| "searchBase": "ou=passport-ldapauth", | |
| "searchFilter": "(uid={{username}})" | |
| } | |
| }, | |
| "Database": { | |
| "use_local_db": true, | |
| "mongodb_connection_string": "mongodb://127.0.0.1:27017/?compressors=zlib" | |
| }, | |
| "Advanced": { | |
| "default_downloader": "yt-dlp", | |
| "use_default_downloading_agent": true, | |
| "custom_downloading_agent": "", | |
| "multi_user_mode": false, | |
| "allow_advanced_download": false, | |
| "use_cookies": false, | |
| "jwt_expiration": 86400, | |
| "logger_level": "info" | |
| } | |
| } | |
| } |