Compare commits

...

10 Commits

Author SHA1 Message Date
bb8b5acb12 Add immich url 2025-09-20 13:02:59 -07:00
f96d09b91d Remove homeassistant, dawarich dns 2025-09-20 12:38:15 -07:00
38a159c8d7 Fix dawarich hostname 2025-08-16 01:40:14 -07:00
992431a286 Remove unknown caddy match keyword 2025-08-16 01:36:31 -07:00
fb5dfed99d Add dawarich proxy config 2025-08-16 01:31:49 -07:00
a4bf1d2cdf Update ha ip 2025-08-15 23:52:12 -07:00
89f697b943 Try out homeassistant 2025-08-12 23:28:55 -07:00
4d8a0f0009 Add qbit service config 2025-08-10 00:38:37 -07:00
f78cec5e79 Use portainer http port 2025-08-09 01:13:23 -07:00
e15c40ec50 Prefer docker host ip 2025-08-09 01:00:01 -07:00
2 changed files with 11 additions and 6 deletions

View File

@@ -1,6 +1,9 @@
git.nvengal.com {
reverse_proxy gitea:3000
}
photos.nvengal.com {
reverse_proxy immich_server:2283
}
seer.nvengal.com {
reverse_proxy jellyseerr:5055
}

View File

@@ -1,12 +1,14 @@
portainer:
url: https://192.168.0.209:9443
url: http://172.17.0.1:9000
sabnzbd:
url: http://192.168.0.209:8080
url: http://172.17.0.1:8080
radarr:
url: http://192.168.0.209:7878
url: http://172.17.0.1:7878
sonarr:
url: http://192.168.0.209:8989
url: http://172.17.0.1:8989
prowlarr:
url: http://192.168.0.209:9696
url: http://172.17.0.1:9696
bazarr:
url: http://192.168.0.209:6767
url: http://172.17.0.1:6767
qbit:
url: http://172.17.0.1:8089