arr-init: wait on qbt
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user