From 0207cdbc925fbaabfc8817fbd39075ae204e1309 Mon Sep 17 00:00:00 2001 From: cobaltgit Date: Thu, 18 Sep 2025 18:06:54 +0100 Subject: [PATCH] alpine-caddy: remove commands, listen on 8080 for now? --- install/alpine-ntfy-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/alpine-ntfy-install.sh b/install/alpine-ntfy-install.sh index 0369e896..85e123e7 100644 --- a/install/alpine-ntfy-install.sh +++ b/install/alpine-ntfy-install.sh @@ -14,9 +14,7 @@ network_check update_os msg_info "Installing ntfy" -$STD apk add --no-cache ntfy ntfy-openrc libcap -sed -i '/^listen-http/s/^\(.*\)$/#\1\n/' /etc/ntfy/server.yml # listen on port 80 -setcap 'cap_net_bind_service=+ep' /usr/bin/ntfy # work around permission denied error when binding to :80 +$STD apk add --no-cache ntfy ntfy-openrc $STD rc-update add ntfy default $STD service ntfy start msg_ok "Installed ntfy"