fix invidious companion
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user