mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-03-03 00:26:56 -05:00
Support NGINX Auth Request #33
Labels
No labels
EnhancedApp
FoundationApp
FoundationApp
FoundationApp
bug
closed-issue-activity
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
no-issue-activity
question
research
research
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Heimdall-linuxserver#33
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 @kmlucy on GitHub (Feb 12, 2018).
Can Heimdall support NGINX's Auth Request module? Or if not, could support be added?
https://github.com/causefx/Organizr/wiki/Authentication-%7C-Server-Based
https://nginx.org/en/docs/http/ngx_http_auth_request_module.html
@aptalca commented on GitHub (Feb 12, 2018):
Heimdall itself is just the web app. You can set your web server to utilize http auth. In that case, the directions in that Organizr wiki also apply here.
If you mean http auth in docker, you're in the wrong repo ;-) In that case, you can make a request for the docker, but using letsencrypt/nginx image to reverse proxy and adding http auth there is the better option
@kmlucy commented on GitHub (Feb 12, 2018):
I didn't realize there was no authentication associated, so this isn't actually relevant. If you do end up adding an authentication module, it would be a nice feature though.