mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #630] Reverse Proxy Authentication Issue - SWAG/Nginx #378
Reference in New Issue
Block a user
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 @danutzzzzz on GitHub (Sep 12, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/630
Hi, for reasons unbeknown to me the DUFs authentication fails to work when accessing behind a SWAG/Nginx reverse proxy, do i need to set something in DUFs?
To be clear, i get the login box pop up but the credentials fail to work. If i access DUFs directly they work.
@SolannP commented on GitHub (Sep 12, 2025):
What do you mean by "fail to work" ?
What did you try so far ?
How to reproduce ?
I had once 401 and needed to override the header (but should be fix by now.. didn't try yet nevertheless)
See : https://github.com/sigoden/dufs/issues/496
@sigoden commented on GitHub (Sep 14, 2025):
I don't think this has anything to do with proxy authentication. The only thing dufs cares about is the Authorization header. Any issues caused by the proxy are something you'll need to troubleshoot yourself.