mirror of
https://github.com/netbootxyz/webapp.git
synced 2026-04-25 07:05:59 +03:00
[GH-ISSUE #9] Possible to add authentication on web interface (port 3000)? #7
Labels
No labels
Hacktoberfest
bug
enhancement
no-issue-activity
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webapp#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @aurrak on GitHub (Jul 13, 2021).
Original GitHub issue: https://github.com/netbootxyz/webapp/issues/9
Is it possible to add password protection to the node.js web interface? Would be nice have some sort of protection against malicious tampering on the boot.cfg or the menu entries.
@worldowner commented on GitHub (Aug 1, 2022):
This is a good point. Are there any plans to implement this?
@turegano-equinix commented on GitHub (Nov 28, 2023):
You can put a nginx to protect the port
docker-compose.yaml
And the reverse_proxy.conf
To generate the .htpassw https://www.web2generators.com/apache-tools/htpasswd-generator
@popy2k14 commented on GitHub (Jun 1, 2025):
Would be nice if netboot.xyz has at least an basic auth out of the box.
@luckylinux commented on GitHub (Jan 9, 2026):
Another Option is to use either:
oauth2-proxyI set it up with Authentik Proxy Outpost + Caddy + ForwardAuth, that works quite well.
Caddyfile:.env.caddy: