mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1026] base-url isn't respected #720
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#720
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 @rayslinky on GitHub (Feb 17, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1026
🐞 Describe the bug
I try to set my baseurl to something with a path, ie: https://example.com/ntfy, requests still go to:
/static/css/app.css
/static/css/fonts.css
/config.js [instead of /ntfy/config.js]
💻 Components impacted
ntfy server
@wunter8 commented on GitHub (Feb 17, 2024):
ntfy needs to be served from the root path of a domain (usually a sub domain, such as ntfy.domain.com). Running ntfy at /ntfy isn't supported right now. See https://github.com/binwiederhier/ntfy/issues/398
@eeuak commented on GitHub (Dec 12, 2025):
@wunter8 is it supported to add a port like https://example.com:1234 as the base-url?
@wunter8 commented on GitHub (Dec 12, 2025):
@eeuak Yes! Adding a port is fine!