arr-init: update
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -32,11 +32,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1774458847,
|
"lastModified": 1774676805,
|
||||||
"narHash": "sha256-u0Gs2XBFd1tStEfTXqXJ/RpsDWrGUu5NfdWH/z98LUk=",
|
"narHash": "sha256-14s2/KdLIr7w3A5WmVf5vaZMnNSUkVs42P7ByMgK7vY=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "7f395bd9b3e6af2de6b17d9383bd621ad3849f1c",
|
"rev": "35c6d1b82101e846646b46622b2875a9f0694a9b",
|
||||||
"revCount": 6,
|
"revCount": 7,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://gitea@git.gardling.com/titaniumtown/arr-init"
|
"url": "ssh://gitea@git.gardling.com/titaniumtown/arr-init"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -17,16 +17,6 @@
|
|||||||
prowlarrUrl = "http://localhost:${builtins.toString service_configs.ports.private.prowlarr.port}";
|
prowlarrUrl = "http://localhost:${builtins.toString service_configs.ports.private.prowlarr.port}";
|
||||||
baseUrl = "http://${config.vpnNamespaces.wg.bridgeAddress}:${builtins.toString service_configs.ports.private.sonarr.port}";
|
baseUrl = "http://${config.vpnNamespaces.wg.bridgeAddress}:${builtins.toString service_configs.ports.private.sonarr.port}";
|
||||||
apiKeyFrom = "${service_configs.sonarr.dataDir}/config.xml";
|
apiKeyFrom = "${service_configs.sonarr.dataDir}/config.xml";
|
||||||
syncCategories = [
|
|
||||||
5000
|
|
||||||
5010
|
|
||||||
5020
|
|
||||||
5030
|
|
||||||
5040
|
|
||||||
5045
|
|
||||||
5050
|
|
||||||
5090
|
|
||||||
];
|
|
||||||
serviceName = "sonarr";
|
serviceName = "sonarr";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
@@ -36,18 +26,6 @@
|
|||||||
prowlarrUrl = "http://localhost:${builtins.toString service_configs.ports.private.prowlarr.port}";
|
prowlarrUrl = "http://localhost:${builtins.toString service_configs.ports.private.prowlarr.port}";
|
||||||
baseUrl = "http://${config.vpnNamespaces.wg.bridgeAddress}:${builtins.toString service_configs.ports.private.radarr.port}";
|
baseUrl = "http://${config.vpnNamespaces.wg.bridgeAddress}:${builtins.toString service_configs.ports.private.radarr.port}";
|
||||||
apiKeyFrom = "${service_configs.radarr.dataDir}/config.xml";
|
apiKeyFrom = "${service_configs.radarr.dataDir}/config.xml";
|
||||||
syncCategories = [
|
|
||||||
2000
|
|
||||||
2010
|
|
||||||
2020
|
|
||||||
2030
|
|
||||||
2040
|
|
||||||
2045
|
|
||||||
2050
|
|
||||||
2060
|
|
||||||
2070
|
|
||||||
2080
|
|
||||||
];
|
|
||||||
serviceName = "radarr";
|
serviceName = "radarr";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user