Fix Immich/Homepage Ingress host matching, add missing service checks #127

Merged
eblume merged 2 commits from fix/immich-ingress-host into main 2026-02-08 22:12:50 -08:00
4 changed files with 33 additions and 16 deletions

View file

@ -0,0 +1,27 @@
# Tailscale Ingress for Homepage
# Exposes at go.tail8d86e.ts.net
# Caddy proxies go.ops.eblu.me to this
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: homepage-tailscale
namespace: homepage
annotations:
tailscale.com/funnel: "false"
tailscale.com/proxy-group: "ingress"
gethomepage.dev/enabled: "false"
spec:
ingressClassName: tailscale
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: homepage
port:
number: 3000
tls:
- hosts:
- go

View file

@ -7,22 +7,11 @@ enableRbac: true
serviceAccount:
create: true
# Tailscale Ingress - exposes at go.tail8d86e.ts.net
# Caddy proxies go.ops.eblu.me to this
# Tailscale Ingress is managed separately in ingress-tailscale.yaml
# (Helm chart template doesn't support tailscale.com/* annotations)
ingress:
main:
enabled: true
ingressClassName: tailscale
annotations:
gethomepage.dev/enabled: "false"
hosts:
- host: go
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- go
enabled: false
env:
- name: HOMEPAGE_ALLOWED_HOSTS

View file

@ -25,8 +25,7 @@ metadata:
spec:
ingressClassName: tailscale
rules:
- host: photos
http:
- http:
paths:
- path: /
pathType: Prefix

View file

@ -77,6 +77,8 @@ check_http "Miniflux" "https://feed.ops.eblu.me/healthcheck"
check_http "TeslaMate" "https://tesla.ops.eblu.me/"
check_http "Devpi" "https://pypi.ops.eblu.me/+api"
check_http "Transmission" "https://torrent.ops.eblu.me/"
check_http "Immich" "https://photos.ops.eblu.me/"
check_http "Navidrome" "https://dj.ops.eblu.me/"
echo ""
echo "Public services (via Fly.io):"