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.
23 lines
630 B
JSON
23 lines
630 B
JSON
|
8 years ago
|
{
|
||
|
|
"YoutubeDLMaterial": {
|
||
|
|
"Host": {
|
||
|
|
"frontendurl": "https://example.com",
|
||
|
|
"backendurl": "https://example.com:17442/"
|
||
|
|
},
|
||
|
|
"Encryption": {
|
||
|
|
"use-encryption": true,
|
||
|
|
"cert-file-path": "/etc/letsencrypt/live/example.com/fullchain.pem",
|
||
|
|
"key-file-path": "/etc/letsencrypt/live/example.com/privkey.pem"
|
||
|
|
},
|
||
|
|
"Downloader": {
|
||
|
|
"path-base": "https://example.com:17442/",
|
||
|
|
"path-audio": "audio/",
|
||
|
|
"path-video": "video/"
|
||
|
|
},
|
||
|
|
"Extra": {
|
||
|
|
"title_top": "Youtube Downloader",
|
||
|
|
"file_manager_enabled": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|