mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-15 15:45:49 -06:00
[GH-ISSUE #1259] Port already in use #889
Labels
No labels
ai-generated
android-app
android-app
android-app
build
build
dependencies
docs
enhancement
enhancement
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
server
server
unified-push
web-app
website
🔒 security
🔥 HOT
🪲 bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ntfy#889
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 @Zolektric on GitHub (Jan 17, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1259
🐞 Describe the bug
I can't serve NTFY. Doesn't matter what port I try, I get the same error:
💻 Components impacted
Debian 12 LXC on Proxmox
💡 Screenshots and/or logs
🔮 Additional context
I have tried reinstall the LXC and even with a new VM, but to no avail. Same error. I got a notification 24h ago that worked, but it's been a while since I logged in on the server.
@tilpner commented on GitHub (Jan 19, 2025):
Just ran into this, I think the fallback to
:80happens here:630f2957de/server/config.go (L171)630f2957de/server/config.go (L13)If you want to use
listen-unix, also setlisten-http = "", so that it stops trying to bind to port 80.If you just want a different port, try
listen-http = "127.0.0.1:1234".