feat(dev-sso): make Traefik entrypoints overridable via TRAEFIK_ENTRYPOINTS #17

Merged
longjacksonle merged 1 commit from feat/dev-sso-traefik-entrypoint-env into main 2026-05-31 18:39:24 +02:00

The dev-sso router was pinned to the web-secure entrypoint, which on the shared dev-01 host is the public edge but on a self-hosted node (e.g. desktop-02 reached over Nebula) is LAN-only - so ${USER}-*.a8n.run is unreachable from a remote browser. Make the entrypoint list an env var (TRAEFIK_ENTRYPOINTS, default web-secure) so a Nebula-accessed node can set web-secure,nebula-secure in .env without editing the compose file. Default keeps dev-01 behaviour unchanged.

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

The dev-sso router was pinned to the `web-secure` entrypoint, which on the shared dev-01 host is the public edge but on a self-hosted node (e.g. desktop-02 reached over Nebula) is LAN-only - so `${USER}-*.a8n.run` is unreachable from a remote browser. Make the entrypoint list an env var (`TRAEFIK_ENTRYPOINTS`, default `web-secure`) so a Nebula-accessed node can set `web-secure,nebula-secure` in .env without editing the compose file. Default keeps dev-01 behaviour unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
feat(dev-sso): make Traefik entrypoints overridable via TRAEFIK_ENTRYPOINTS
Some checks failed
Create release / Create release from merged PR (pull_request) Has been skipped
Check / fmt / clippy / build / test (pull_request) Failing after 4s
107f9ac99e
The dev-sso router was pinned to the `web-secure` entrypoint, which on the shared dev-01 host is the public edge but on a self-hosted node (e.g. desktop-02 reached over Nebula) is LAN-only - so `${USER}-*.a8n.run` is unreachable from a remote browser. Make the entrypoint list an env var (`TRAEFIK_ENTRYPOINTS`, default `web-secure`) so a Nebula-accessed node can set `web-secure,nebula-secure` in .env without editing the compose file. Default keeps dev-01 behaviour unchanged.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
longjacksonle deleted branch feat/dev-sso-traefik-entrypoint-env 2026-05-31 18:39:24 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
psa-systems/bunyip!17
No description provided.