[GH-ISSUE #3] Authentification ? #2

Open
opened 2026-03-02 23:36:58 +03:00 by kerem · 2 comments
Owner

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 ?

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 ?
Author
Owner

@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 :)

<!-- gh-comment-id:3947565717 --> @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 :)
Author
Owner

@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
...

<!-- gh-comment-id:3977362925 --> @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> <Limit POST> AuthType Basic AuthName "LDAP Authentification" AuthBasicProvider ldap ...
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/isoman#2
No description provided.