feat: add repaircafe.nerder.land redirect to listmonk signup

This commit is contained in:
Phillip Skentelbery
2026-06-27 21:07:00 -06:00
parent 639a187797
commit 3e0b2054a9
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -47,6 +47,8 @@
ip: "152.53.36.98" ip: "152.53.36.98"
- name: "listmonk" - name: "listmonk"
ip: "152.53.36.98" ip: "152.53.36.98"
- name: "repaircafe"
ip: "152.53.36.98"
- name: "repair" - name: "repair"
ip: "152.53.36.98" ip: "152.53.36.98"
+4
View File
@@ -101,3 +101,7 @@ forms.nerder.land {
listmonk.nerder.land { listmonk.nerder.land {
reverse_proxy listmonk:9000 reverse_proxy listmonk:9000
} }
repaircafe.nerder.land {
redir /volunteer-signup https://listmonk.nerder.land/subscription/form 301
}