Nginx: add nginx-proxy-manager service to docker-compose.infrastructure.yml

This commit is contained in:
2026-05-16 16:08:12 +02:00
parent 910de6ed54
commit 677debfc27
25 changed files with 26 additions and 6 deletions
+20
View File
@@ -37,6 +37,26 @@ services:
retries: 10
start_period: 20s
nginx-proxy-manager:
container_name: nginx-proxy-manager
image: jc21/nginx-proxy-manager:latest
restart: unless-stopped
ports:
- "80:80" # HTTP (inkl. Let's Encrypt HTTP-01 challenge)
- "443:443" # HTTPS
- "10.0.0.142:81:81" # Admin UI kun tilgængeligt fra LAN
volumes:
- ${DOCKER_ROOT:-/volume1/docker}/nginx-proxy-manager/data:/data
- ${DOCKER_ROOT:-/volume1/docker}/nginx-proxy-manager/letsencrypt:/etc/letsencrypt
extra_hosts:
- "host.docker.internal:host-gateway" # Gør det muligt at proxye til HA på host-netværket
healthcheck:
test: ["CMD", "/usr/bin/check-health"]
interval: 10s
timeout: 3s
retries: 3
start_period: 20s
gitea:
container_name: gitea
image: gitea/gitea:${GITEA_IMAGE_TAG:-latest}
+1 -1
View File
@@ -3,7 +3,7 @@
## Home Assistant - Åbne opgaver
### HA-fejl der skal fikses
- [ ] **Mealie shopping merge timeout**`mealie_shopping_merge.py` timer ud efter 60s (HA shell_command grænse). Skal enten optimeres eller køres som en separat daemon/REST API udenfor HA.
- [x] **Mealie shopping merge timeout**udgået, merge med Google Keep droppes. Shopping-liste køres direkte i Mealie hver onsdag morgen.
- [ ] **aiohttp 400 Bad Request fra ekstern IP**`66.132.195.116` sendte ugyldig HTTP/2 request til HA (kl. 01:51). Undersøg om HA er korrekt beskyttet bag reverse proxy / firewall.
- [ ] **switch.home_charging mangler** — EV-view responderer ikke. Undersøg om Zaptec/EV-integration er nede.
- [x] **climate.badevarelse** — Danfoss Ally TRV monteret og online (7. maj 2026).
+5 -5
View File
@@ -23,7 +23,7 @@ varme_komfort_sovevaerelse:
max: 28
step: 0.5
unit_of_measurement: "°C"
initial: 20
initial: 21
icon: mdi:thermometer
varme_komfort_kontor:
@@ -50,7 +50,7 @@ varme_komfort_forgang:
max: 28
step: 0.5
unit_of_measurement: "°C"
initial: 22
initial: 24
icon: mdi:thermometer
varme_komfort_lille_bad:
@@ -59,7 +59,7 @@ varme_komfort_lille_bad:
max: 28
step: 0.5
unit_of_measurement: "°C"
initial: 22
initial: 24
icon: mdi:thermometer
varme_komfort_badevarelse:
@@ -68,7 +68,7 @@ varme_komfort_badevarelse:
max: 28
step: 0.5
unit_of_measurement: "°C"
initial: 24.5
initial: 25.5
icon: mdi:thermometer
varme_komfort_stue:
@@ -77,7 +77,7 @@ varme_komfort_stue:
max: 28
step: 0.5
unit_of_measurement: "°C"
initial: 24
initial: 25
icon: mdi:thermometer
# Globale sænkninger
Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 33 KiB