mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #371] 401 for attachements behind web proxy with basic auth #287
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#287
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 @YaBoiMax on GitHub (Jul 26, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/371
I have setup ntfy.sh behind Nginx Proxy Manager with basic auth for security since It is public facing.
It works fine for notifications but doesn't download local attachments, I think it's because it only uses the basic auth/user for the topics and not the entire base url.
@binwiederhier commented on GitHub (Jul 26, 2022):
If you turn on debug logging in ntfy you can see the detailed error.
log-level: DEBUGin the server.yml or--debugon the command line.@YaBoiMax commented on GitHub (Jul 28, 2022):
The logs don't say anything since the app can't download the attachments.
In the app I get a 401 error if I am using basic auth behind a proxy for the attachments, the notifcations arrive just fine
@binwiederhier commented on GitHub (Oct 1, 2022):
I'm going to close this for inactivity and lack of info. Happy to re-open if you can provide more details.