mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #318] Self hosted behind NGINX Proxy Manager w/ Cloudflare Origin Certs #249
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#249
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 @pablosed on GitHub (Jun 8, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/318
Hi,
Hoping to get some help troubleshooting as I have reached the end of my ability to do so on my own.
I am pretty inexperienced with some of the finer points of getting this up and running (am desperate to though, so cool!)
TLDR: Messages are not hitting my selfhosted server.
Running the ntfy server behind Nginx Proxy Manger (NPM) on an Ubuntu 22.04 VM in Proxmox.
Both nslookup & ping show the subdomain is reachable.
SSL is configured using a Cloudflare Origin Certificate.
I cant for the life of me get the server to receive messages via curl (all of my other hosted, exposed services are reachable outside of LAN). Setting Server log level to DEBUG confirms that it is not receiving the messages.
I suspect it is something to do with cloudflare's certs/proxying, and adding custom config to NPM - but this is beyond my pay grade and I haven't found anything useful in GitHub/reddit/website.
Any help/pointers would be much appreciated!
server.yml config:
@binwiederhier commented on GitHub (Jun 12, 2022):
I'm sorry you're having a hard time. This is not the right place for troubleshooting issues with your setup though. I suggest you either ask in the ntfy chat (https://github.com/binwiederhier/ntfy#chat), or in the selfhosted subreddit.
It is usually helpful to include output from commands you rand that fail, or logs of some kind. Without that, it's pretty much impossible to diagnose these problems.