fix invidious companion

This commit is contained in:
soraefir
2026-05-17 09:07:50 +02:00
parent 94a27bb403
commit 6ed1514f31
2 changed files with 3 additions and 4 deletions

View File

@@ -15,12 +15,11 @@ let
}; };
}; };
in { in {
sops = true; # Highly recommended for initial admin passwords and setup tokens sops = true;
db = false; # Using InfluxDB directly as the primary database
paths = [{ paths = [{
path = "${serverCfg.configPath}/influxdb/"; path = "${serverCfg.configPath}/influxdb/";
mode = "0700"; # Strict database permissions mode = "0700";
}]; }];
containers = { containers = {

View File

@@ -7,7 +7,7 @@ db:
check_tables: true check_tables: true
invidious_companion: invidious_companion:
- private_url: "http://immich-companion:8282/companion" - private_url: "http://invidious-companion:8282/companion"
invidious_companion_key: $SERVER_SECRET_KEY invidious_companion_key: $SERVER_SECRET_KEY
port: 3000 port: 3000