-
|
I have ntfy running behind a reverse proxy and I want to enable basic auth on it. I noticed that using custom domains with ntfy doesn't seem supported, but I was able to grab the forwarding URL to ntfy.sh from the logs, which is just the md5 hash. I have 2 questions around this:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
It would be very easy to make camply/camply/config/notification_config.py Lines 68 to 74 in 5ed2359 As far as auth goes, is that just an additional header that needs to be passed? All of the camply/camply/notifications/ntfy.py Lines 32 to 60 in 5ed2359 If you're willing to help with a new PR, that would be great. Let me know - if so the original |
Beta Was this translation helpful? Give feedback.
It would be very easy to make
NTFY_ENDPOINTa camply configuration entry, this should unlock you to use self-hosted ntfy serverscamply/camply/config/notification_config.py
Lines 68 to 74 in 5ed2359
As far as auth goes, is that just an additional header that needs to be passed? All of the
ntfymagic lies in this simplerequestspostcamply/camply/notifications/ntfy.py
Lines 32 to 60 in 5ed2359