mirror of
https://github.com/aloks98/isoman.git
synced 2026-04-25 19:25:52 +03:00
[GH-ISSUE #3] Authentification ? #2
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 @tyleodvdelaware on GitHub (Feb 23, 2026).
Original GitHub issue: https://github.com/aloks98/isoman/issues/3
This app seem to be awesome, but clearly not usable in public environments. Any auth idea ? maybe without denying ISO downloads for public ?
@bmlrX3k commented on GitHub (Feb 23, 2026):
Maybe behind a reverse proxy (like caddy or something else), and then add an authentication before accessing the app :)
@pushou commented on GitHub (Feb 28, 2026):
You can use a reverse proxy. I ask for ldap auth via apache when the user want to create a new iso download.
<Location /api/isos>
AuthType Basic
AuthName "LDAP Authentification"
AuthBasicProvider ldap
...