commit fcfe178005fc9d4d6cbf38e55cb3254aa68710ad
parent d6a3649bbe6a45911621f775fcfebd40c3993705
author: nathanael <nathanael@dalliard.ch>
date: Mon, 8 Dec 2025 16:52:01 +0000
s2: rm ntfy
diffstat:
3 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/s2/packages b/s2/packages
@@ -3,4 +3,3 @@ got--
gotd--
hugo--
mollysocket--
-ntfy--
diff --git a/s2/sysfiles/acme-client.conf b/s2/sysfiles/acme-client.conf
@@ -5,7 +5,6 @@ authority letsencrypt {
domain s2.dalliard.ch {
alternative names {
src.dalliard.ch
- msg.dalliard.ch
ms.dalliard.ch
}
domain key "/etc/ssl/private/s2.dalliard.ch.key"
diff --git a/s2/sysfiles/relayd.conf b/s2/sysfiles/relayd.conf
@@ -2,7 +2,6 @@ ipv4="152.53.196.107"
ipv6="2a03:4000:0:170d::1"
table <httpd> { 127.0.0.1 }
table <molly> { 127.0.0.1 }
-table <ntfy> { 127.0.0.1 }
http protocol https {
tls { no tlsv1.0, tlsv1.1, ciphers "ECDHE+AESGCM:ECDHE+CHACHA20:!aNULL:!MD5:!DSS" }
tls keypair "s2.dalliard.ch"
@@ -23,22 +22,17 @@ http protocol https {
match response tagged "static" header set "Cache-Control" value "public, max-age=31536000, immutable"
pass request quick header "Host" value "ms.dalliard.ch" forward to <molly>
- pass request quick header "Host" value "msg.dalliard.ch" forward to <ntfy>
pass request forward to <httpd>
-
- http websockets
}
relay wwwtls4 {
listen on $ipv4 port https tls
protocol https
forward to <httpd> port https
forward to <molly> port 8020
- forward to <ntfy> port 8010
}
relay wwwtls6 {
listen on $ipv6 port https tls
protocol https
forward to <httpd> port https
forward to <molly> port 8020
- forward to <ntfy> port 8010
}