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