sdf
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-03-28 21:44:14 -05:00
parent 890a79ffdd
commit 3a3385974f
2 changed files with 12 additions and 2 deletions

View file

@ -3,7 +3,7 @@ networks:
external: true external: true
services: services:
frontend: homelable-frontend:
image: ghcr.io/pouzor/homelable-frontend:latest image: ghcr.io/pouzor/homelable-frontend:latest
networks: networks:
- netgrimoire - netgrimoire
@ -27,7 +27,7 @@ services:
# --- DIUN --- # --- DIUN ---
diun.enable: "true" diun.enable: "true"
backend: homelable-backend:
image: ghcr.io/pouzor/homelable-backend:latest image: ghcr.io/pouzor/homelable-backend:latest
networks: networks:
- netgrimoire - netgrimoire
@ -41,6 +41,8 @@ services:
- STATUS_CHECKER_INTERVAL=${STATUS_CHECKER_INTERVAL:-60} - STATUS_CHECKER_INTERVAL=${STATUS_CHECKER_INTERVAL:-60}
- SQLITE_PATH=/app/data/homelab.db - SQLITE_PATH=/app/data/homelab.db
- CORS_ORIGINS=["https://homelable.netgrimoire.com"] - CORS_ORIGINS=["https://homelable.netgrimoire.com"]
# Internal service name must match for MCP if re-enabled later
- BACKEND_URL=http://homelable-backend:8000
cap_add: cap_add:
- NET_RAW - NET_RAW
- NET_ADMIN - NET_ADMIN

View file

@ -144,6 +144,12 @@ scrutiny.netgrimoire.com {
reverse_proxy http://192.168.5.10:8081 reverse_proxy http://192.168.5.10:8081
} }
homelable.netgrimoire.com {
import authentik
reverse_proxy http://homelable-frontend:80
}
webmail.netgrimoire.com, webmail.gnarlypandaproductions.com, webmail.pncharris.com, webmail.pncfishandmore.com, webmail.pncharrisenterprises.com, webmail.florosafd.org { webmail.netgrimoire.com, webmail.gnarlypandaproductions.com, webmail.pncharris.com, webmail.pncfishandmore.com, webmail.pncharrisenterprises.com, webmail.florosafd.org {
reverse_proxy http://roundcube:80 reverse_proxy http://roundcube:80
@ -151,6 +157,8 @@ webmail.netgrimoire.com, webmail.gnarlypandaproductions.com, webmail.pncharris.c
mail.netgrimoire.com, autodiscover.netgrimoire.com, autoconfig.netgrimoire.com, \ mail.netgrimoire.com, autodiscover.netgrimoire.com, autoconfig.netgrimoire.com, \
mail.wasted-bandwidth.net, autodiscover.wasted-bandwidth.net, autoconfig.wasted-bandwidth.net, \ mail.wasted-bandwidth.net, autodiscover.wasted-bandwidth.net, autoconfig.wasted-bandwidth.net, \
mail.gnarlypandaproductions.com, autodiscover.gnarlypandaproductions.com, autoconfig.gnarlypandaproductions.com, \ mail.gnarlypandaproductions.com, autodiscover.gnarlypandaproductions.com, autoconfig.gnarlypandaproductions.com, \