From 787846c7d6ec88efa478f3b9d30bba61dd61f60c Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Mon, 27 Oct 2025 19:29:07 -0400 Subject: [PATCH] Updated config example. --- config.example.json | 6 +++--- config.example.jsonc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.example.json b/config.example.json index 6e7519f..5d8f957 100644 --- a/config.example.json +++ b/config.example.json @@ -1,9 +1,9 @@ { "instanceName": "Canopy", "verbose": false, - "port": 8080, - "proxied": false, - "protocol": "http", + "port": 8443, + "proxied": true, + "protocol": "https", "domain": "localhost", "ytdlpPath": "/home/canopy/.local/pipx/venvs/yt-dlp/bin/yt-dlp", "migrate": false, diff --git a/config.example.jsonc b/config.example.jsonc index 75d4591..f315d9a 100644 --- a/config.example.jsonc +++ b/config.example.jsonc @@ -6,9 +6,9 @@ //Scream about exceptions in the console "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": 8080, + "port": 8443, //Lets the server know it's sitting behind a reverse-proxy - "proxied": false, + "proxied": true, //Protocol (either HTTP or HTTPS) "protocol": "http", //Domain the server is available at, used for server-side link generation