mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-21 01:13:20 +03:00
Updated configuration
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
22
backend/config/encrypted.json
Normal file
22
backend/config/encrypted.json
Normal file
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user