self hosted ntfy #184
Closed
cirrusflyer
started this conversation in
General
Replies: 1 comment 16 replies
-
Ah yes the custom domain was an oversight - thank you! I'll look at adding another variable and changing the current url-line. Something like - NtfyUrl="ntfy.sh/${NTFY_TOPIC_NAME}" # e.g. NTFY_TOPIC_NAME=YourUniqueTopicName
+ NtfyUrl="${NTFY_DOMAIN:="ntfy.sh"}/${NTFY_TOPIC_NAME}" # e.g. NTFY_TOPIC_NAME=YourUniqueTopicName Though where/how is the token used? |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The older version of notify, I was able to modify my ntfy file had include a custom domain and token. Can you allow for this in the new version?
Beta Was this translation helpful? Give feedback.
All reactions