Updated config example.
This commit is contained in:
parent
166e174397
commit
787846c7d6
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"instanceName": "Canopy",
|
"instanceName": "Canopy",
|
||||||
"verbose": false,
|
"verbose": false,
|
||||||
"port": 8080,
|
"port": 8443,
|
||||||
"proxied": false,
|
"proxied": true,
|
||||||
"protocol": "http",
|
"protocol": "https",
|
||||||
"domain": "localhost",
|
"domain": "localhost",
|
||||||
"ytdlpPath": "/home/canopy/.local/pipx/venvs/yt-dlp/bin/yt-dlp",
|
"ytdlpPath": "/home/canopy/.local/pipx/venvs/yt-dlp/bin/yt-dlp",
|
||||||
"migrate": false,
|
"migrate": false,
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,9 @@
|
||||||
//Scream about exceptions in the console
|
//Scream about exceptions in the console
|
||||||
"verbose": false,
|
"verbose": false,
|
||||||
//Port to bind to (most linux/unix systems req root for ports below 1000, you should probably use nginx if you want port 80 or 443)
|
//Port to bind to (most linux/unix systems req root for ports below 1000, you should probably use nginx if you want port 80 or 443)
|
||||||
"port": 8080,
|
"port": 8443,
|
||||||
//Lets the server know it's sitting behind a reverse-proxy
|
//Lets the server know it's sitting behind a reverse-proxy
|
||||||
"proxied": false,
|
"proxied": true,
|
||||||
//Protocol (either HTTP or HTTPS)
|
//Protocol (either HTTP or HTTPS)
|
||||||
"protocol": "http",
|
"protocol": "http",
|
||||||
//Domain the server is available at, used for server-side link generation
|
//Domain the server is available at, used for server-side link generation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue