Compare commits

..

No commits in common. "fcaba1860238885860224f540d67f02c7eff6005" and "ece57dbd567fc71694cee6a38170d1903b103bf8" have entirely different histories.

4 changed files with 5 additions and 30 deletions

View File

@ -2,6 +2,6 @@
{
imports = [
./configuration.nix
../../services/http-proxy
../../services/home-assistant
];
}

View File

@ -1,6 +1,3 @@
{ pkgs, config, ... }:
{
imports = [
./proxy.nix
];
}

View File

@ -1,19 +0,0 @@
{ pkgs, ... }:
{
services.caddy = {
enable = true;
configFile = pkgs.writeText "Caddyfile" ''
http://nzbget.home.2rjus.net {
reverse_proxy http://nzbget-jail.home.2rjus.net:6789
}
http://radarr.home.2rjus.net {
reverse_proxy http://radarr-jail.home.2rjus.net:7878
}
http://sonarr.home.2rjus.net {
reverse_proxy http://sonarr-jail.home.2rjus.net:8989
}
'';
};
}

View File

@ -1,7 +1,7 @@
$ORIGIN home.2rjus.net.
$TTL 1800
@ IN SOA ns1.home.2rjus.net. admin.test.2rjus.net. (
2039 ; serial number
2037 ; serial number
3600 ; refresh
900 ; retry
1209600 ; expire
@ -38,10 +38,10 @@ gw IN A 10.69.10.1
; 12_CORE
virt-mini1 IN A 10.69.12.11
nas IN A 10.69.12.50
nzbget-jail IN A 10.69.12.51
nzbget IN A 10.69.12.51
restic IN A 10.69.12.52
radarr-jail IN A 10.69.12.53
sonarr-jail IN A 10.69.12.54
radarr IN A 10.69.12.53
sonarr IN A 10.69.12.54
bazarr IN A 10.69.12.55
mpnzb IN A 10.69.12.57
pve1 IN A 10.69.12.75
@ -56,9 +56,6 @@ ns4 IN A 10.69.13.8
ha1 IN A 10.69.13.9
nixos-test1 IN A 10.69.13.10
http-proxy IN A 10.69.13.11
nzbget IN CNAME http-proxy
radarr IN CNAME http-proxy
sonarr IN CNAME http-proxy
; 22_WLAN
unifi-ctrl IN A 10.69.22.5