feat: crash log reporting

This commit is contained in:
edde746
2026-03-02 07:29:21 +01:00
parent 9dc0654225
commit 229d6b24e1
40 changed files with 434 additions and 141 deletions
+9
View File
@@ -0,0 +1,9 @@
ice.plezy.app {
reverse_proxy relay:8080
}
bugs.plezy.app {
reverse_proxy bugsink:8000 {
header_up X-Real-IP {remote_host}
}
}