You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"YoutubeDLMaterial": {
|
|
"Host": {
|
|
"url": "http://example.com",
|
|
"port": "17442"
|
|
},
|
|
"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
|
|
},
|
|
"Extra": {
|
|
"title_top": "YoutubeDL-Material",
|
|
"file_manager_enabled": true,
|
|
"allow_quality_select": true,
|
|
"download_only_mode": false,
|
|
"allow_multi_download_mode": true,
|
|
"enable_downloads_manager": true
|
|
},
|
|
"API": {
|
|
"use_API_key": false,
|
|
"API_key": "",
|
|
"use_youtube_API": false,
|
|
"youtube_API_key": "",
|
|
"use_twitch_API": false,
|
|
"twitch_API_key": "",
|
|
"twitch_auto_download_chat": false
|
|
},
|
|
"Themes": {
|
|
"default_theme": "default",
|
|
"allow_theme_change": true
|
|
},
|
|
"Subscriptions": {
|
|
"allow_subscriptions": true,
|
|
"subscriptions_base_path": "subscriptions/",
|
|
"subscriptions_check_interval": "300"
|
|
},
|
|
"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}})"
|
|
}
|
|
},
|
|
"Advanced": {
|
|
"default_downloader": "youtube-dl",
|
|
"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"
|
|
}
|
|
}
|
|
}
|