1
0
Fork 0

invidious: update settings
All checks were successful
Build / build-amd64-linux (push) Successful in 30s
Build / build-arm64-linux (push) Successful in 1m21s

This commit is contained in:
Daniel Kempkens 2023-12-28 13:56:18 +01:00
parent 8f8d09a67e
commit 05e9225ce5
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -8,6 +8,7 @@ in
enable = true;
domain = fqdn;
address = "127.0.0.1";
port = 8007;
database = {
@ -20,7 +21,6 @@ in
dbname = "invidious";
};
host_binding = "127.0.0.1";
external_port = 443;
https_only = true;