mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 17:38:30 +02:00
nuc: rework torrent vpn and add exporter
This commit is contained in:
parent
3d572d7a38
commit
aad5133e9e
11 changed files with 82 additions and 23 deletions
13
hosts/nuc/modules/torrent/exporter.nix
Normal file
13
hosts/nuc/modules/torrent/exporter.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
virtualisation.oci-containers = {
|
||||
containers.qbittorrent-exporter = {
|
||||
image = "caseyscarborough/qbittorrent-exporter";
|
||||
ports = [ "0.0.0.0:8009:17871" ];
|
||||
environment = {
|
||||
QBITTORRENT_PORT = "8081";
|
||||
QBITTORRENT_HOST = "nuc.vpn.rfive.de";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue