Skip to content

Commit

Permalink
configured ntfy to serve on 443 only
Browse files Browse the repository at this point in the history
  • Loading branch information
N3WK1D committed Jan 28, 2024
1 parent 3000498 commit 1e7fc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-ntfy/run
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

exec \
s6-notifyoncheck -d -n 300 -w 1000 \
-c "nc -z localhost 8080" \
-c "nc -z localhost 443" \
s6-setuidgid abc /usr/bin/ntfy serve

0 comments on commit 1e7fc15

Please sign in to comment.