mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +03:00
23 lines
628 B
JSON
23 lines
628 B
JSON
{
|
|
"YoutubeDLMaterial": {
|
|
"Host": {
|
|
"frontendurl": "http://example.com",
|
|
"backendurl": "http://example.com:17442/"
|
|
},
|
|
"Encryption": {
|
|
"use-encryption": false,
|
|
"cert-file-path": "/etc/letsencrypt/live/example.com/fullchain.pem",
|
|
"key-file-path": "/etc/letsencrypt/live/example.com/privkey.pem"
|
|
},
|
|
"Downloader": {
|
|
"path-base": "http://example.com:17442/",
|
|
"path-audio": "audio/",
|
|
"path-video": "video/"
|
|
},
|
|
"Extra": {
|
|
"title_top": "Youtube Downloader",
|
|
"file_manager_enabled": true
|
|
}
|
|
}
|
|
}
|