parent
dd62f1a7b3
commit
4be6f341da
@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"YoutubeDL-Material": {
|
|
||||||
"Host": {
|
|
||||||
"frontend-url": "http://localhost:4200",
|
|
||||||
"backend-url": "youtubedl.grynsztein.com",
|
|
||||||
"backend-port": "8088"
|
|
||||||
},
|
|
||||||
"Encryption": {
|
|
||||||
"use-encryption": false,
|
|
||||||
"cert-file-path": "fullchain.pem",
|
|
||||||
"key-file-path": "privkey.pem"
|
|
||||||
},
|
|
||||||
"Downloader": {
|
|
||||||
"path-base": "http://localhost:8088/",
|
|
||||||
"path-audio": "audio/",
|
|
||||||
"path-video": "video/"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,21 +1,22 @@
|
|||||||
{
|
{
|
||||||
"YoutubeDLMaterial": {
|
"YoutubeDLMaterial": {
|
||||||
"Host": {
|
"Host": {
|
||||||
"frontendurl": "http://localhost:4200",
|
"frontendurl": "http://example.com",
|
||||||
"backendurl": "https://youtubedl.grynsztein.com/"
|
"backendurl": "http://example.com:17442/"
|
||||||
},
|
},
|
||||||
"Encryption": {
|
"Encryption": {
|
||||||
"use-encryption": false,
|
"use-encryption": false,
|
||||||
"cert-file-path": "cert.pem",
|
"cert-file-path": "/etc/letsencrypt/live/example.com/fullchain.pem",
|
||||||
"key-file-path": "privkey.pem"
|
"key-file-path": "/etc/letsencrypt/live/example.com/privkey.pem"
|
||||||
},
|
},
|
||||||
"Downloader": {
|
"Downloader": {
|
||||||
"path-base": "http://localhost:8088/",
|
"path-base": "http://example.com:17442/",
|
||||||
"path-audio": "audio/",
|
"path-audio": "audio/",
|
||||||
"path-video": "video/"
|
"path-video": "video/"
|
||||||
},
|
},
|
||||||
"Extra": {
|
"Extra": {
|
||||||
"title_top": "Youtube Downloader"
|
"title_top": "Youtube Downloader",
|
||||||
|
"file_manager_enabled": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue