-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nginx reference configuration #2
Comments
This is great! The only caveat I will say is that "/web" is not the default endpoint within the svelte application itself. It should be built with the env var Also, I would love to add ACL support. That was ultimately the goal and the reason that I created this project in the first place. Unfortunately, the ACL's have no exposure over the API so I have to make a choice:
I'm leaning towards option 2 to keep this application relatively simple. |
I re-modified the NGINX configuration to illustrate endpoint. |
For sure option 2. |
I've sort of a noob at this. I'm using SWAG so I'm curious how I'd adapt this configuration for that. And I'm assuming this is a different conf file than the one meant for headscale? |
For friends who use NGINX
ENDPOINT="/admin"
nginx config:
You can visit https://headscale.xxx.com/admin
headscale.xxx.com is you domain name
The project is very good, thanks to the open source contribution, hope to add more features, such as ACL
The text was updated successfully, but these errors were encountered: