arr-init: wait on qbt

This commit is contained in:
2026-03-15 13:45:24 -04:00
parent 0dc307874d
commit a6d13bc9dc
2 changed files with 6 additions and 4 deletions

8
flake.lock generated
View File

@@ -32,11 +32,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1773595529, "lastModified": 1773596707,
"narHash": "sha256-fueNL7zKHnWNkOCNTjDowUfsUS4ERXrrL+HAWDKrhsQ=", "narHash": "sha256-EiAfZo8iTgCgMbJihNnwZGISCVb3Ue/5uU1XtF9CfkA=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "7c0a6176407a228a8363723f14f4d41c7cf1ea29", "rev": "ef0da7582c830910620114ce02b4041f32993a53",
"revCount": 4, "revCount": 5,
"type": "git", "type": "git",
"url": "ssh://gitea@git.gardling.com/titaniumtown/arr-init" "url": "ssh://gitea@git.gardling.com/titaniumtown/arr-init"
}, },

View File

@@ -65,6 +65,7 @@
name = "qBittorrent"; name = "qBittorrent";
implementation = "QBittorrent"; implementation = "QBittorrent";
configContract = "QBittorrentSettings"; configContract = "QBittorrentSettings";
serviceName = "qbittorrent";
fields = { fields = {
host = config.vpnNamespaces.wg.namespaceAddress; host = config.vpnNamespaces.wg.namespaceAddress;
port = service_configs.ports.torrent; port = service_configs.ports.torrent;
@@ -87,6 +88,7 @@
name = "qBittorrent"; name = "qBittorrent";
implementation = "QBittorrent"; implementation = "QBittorrent";
configContract = "QBittorrentSettings"; configContract = "QBittorrentSettings";
serviceName = "qbittorrent";
fields = { fields = {
host = config.vpnNamespaces.wg.namespaceAddress; host = config.vpnNamespaces.wg.namespaceAddress;
port = service_configs.ports.torrent; port = service_configs.ports.torrent;