feat(dev-sso): make Traefik entrypoints overridable via TRAEFIK_ENTRYPOINTS #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/dev-sso-traefik-entrypoint-env"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The dev-sso router was pinned to the
web-secureentrypoint, 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.runis unreachable from a remote browser. Make the entrypoint list an env var (TRAEFIK_ENTRYPOINTS, defaultweb-secure) so a Nebula-accessed node can setweb-secure,nebula-securein .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>