Move private services behind Headscale and Authentik#600
Closed
mulatta wants to merge 6 commits into
Closed
Conversation
Keep Cloudflare DNS limited to endpoints that need public resolution so private services cannot be discovered through the public zone.
Keep dashboards reachable to administrators without relying on a public Cloudflare record or eta public ingress.
Keep health pushes on the private WireGuard path and expose the dashboard only through a Headscale-resolved Authentik-protected vhost.
Preserve the existing eta data service while moving browser ingress behind a Headscale-resolved tau proxy.
Avoid renewing certificates for disabled Ollama and vLLM deployments while documenting that API clients need token-style auth instead of browser redirects.
Expose the Streamlit UI only after Headscale routing and Authentik policy so research access does not depend on public ingress.
0bccd16 to
7ff5479
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Keep services that do not need public ingress off the public Cloudflare zone by moving Grafana, Gatus, Vaultwarden, and MULTI-evolve behind Headscale-resolved vhosts, with Authentik forward auth on browser dashboards and API services left dormant or token-oriented. This keeps external exposure limited to login, coordination, and webhook endpoints while preserving internal access over the tailnet. Verified with nix fmt, treefmt, and dry-run NixOS builds for eta, psi, rho, and tau.