Route private services through Headscale#602
Merged
Merged
Conversation
The GitHub provider deprecated the inline pages block on repositories, and keeping it there left a persistent plan diff. Move Pages management to github_repository_pages so live state converges cleanly.
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.
Collaborator
Author
|
This change is part of the following stack: Change managed by git-spice. |
This was referenced Jul 3, 2026
Expose the status dashboard on a Headscale-resolved name without browser auth, while keeping the HTTPS vhost reachable only from tailnet clients. Internal users can inspect service health without sharing a dashboard password, and no public DNS record is published for the service.
Preserve the existing eta data service while moving browser ingress behind a Headscale-resolved tau proxy.
Authentik forward auth selects proxy providers by request host. Forward the normalized host headers to the outpost so protected internal services return an auth challenge instead of 404-backed 500 responses. Vaultwarden still runs on eta, while split-DNS sends clients to tau. Point tau's tailnet proxy at eta over wg-admin to avoid a dead localhost upstream.
Avoid renewing certificates for disabled Ollama and vLLM deployments while documenting that API clients need token-style auth instead of browser redirects.
39a8814 to
09f4404
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.
Route browser-facing internal services through Headscale-resolved names while keeping non-browser/API services private.
Highlights:
status.sjanglab.orgas a tailnet-only status page without a dashboard password.Stack: