Allow separate URLs for authentication and admin pages #73
br4n82
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While migrating my web-services to Pangolin, I had the thought it may help security to separate the authentication and admin pages into different URLs. This would enable users to restrict the admin dashboard to a private subdomain (like dash.domain.tld), with its DNS pointed to an internal Tailscale or Wireguard address that only they can access. Meanwhile, the authentication page could point to a public-facing subdomain (like proxy.domain.tld) accessible to external connections.
Beta Was this translation helpful? Give feedback.
All reactions