@@ -130,5 +130,5 @@ draw.unbl.ink {
reverse_proxy excalidraw.service
}
notify.unbl.ink {
- reverse_proxy ntfy.service
+ reverse_proxy ntfy.service:8003
@@ -12,7 +12,7 @@ NTFY_PID="/var/run/ntfy.pid"
case "$1" in
"start")
echo "Starting ntfy..."
- ${NTFY_BIN} serve &
+ ${NTFY_BIN} serve --listen-http 0.0.0.0:8003 &
echo $! >${NTFY_PID}
echo "done"
;;