feat: integrate invitation access, world NPCs, and deployment

This commit is contained in:
2026-09-08 22:22:38 +08:00
parent 2a3125075f
commit 513a3eba31
75 changed files with 9566 additions and 1070 deletions

6
deploy/zulip/Caddyfile Normal file
View File

@@ -0,0 +1,6 @@
:80 {
reverse_proxy zulip:80 {
header_up Host zulip.novamailio.com
header_up X-Forwarded-Proto https
}
}