Files
ports/sysutils/go-ntfy/files/patch-server_server.yml
T
Jesús Daniel Colmenares Oviedo b9b3f2d1a6 sysutils/go-ntfy: Update to 2.18.0
* Bump golang version.
* Set listen-http in server.yml instead of in the rc(8) script.

ChangeLog: https://github.com/binwiederhier/ntfy/releases/tag/v2.18.0

PR:     293557
2026-03-10 01:00:51 -04:00

12 lines
334 B
YAML

--- server/server.yml.orig 2026-03-10 04:55:20 UTC
+++ server/server.yml
@@ -19,7 +19,7 @@
# To listen on all interfaces, you may omit the IP address, e.g. ":443".
# To disable HTTP, set "listen-http" to "-".
#
-# listen-http: ":80"
+listen-http: ":8080"
# listen-https:
# Listen on a Unix socket, e.g. /var/lib/ntfy/ntfy.sock