first commit

This commit is contained in:
sky
2025-08-23 07:30:51 +08:00
commit 60b36366d0
6 changed files with 325 additions and 0 deletions

11
caddy/Caddyfile Normal file
View File

@@ -0,0 +1,11 @@
nsqadmin.shenxianhe.cn.localhost {
basic_auth {
# 用户名 sky密码 hiccup
sky $2a$14$Zkx19XLiW6VYouLHR5NmfOFU0z2GTNmpkT/5qqR7hx4IjWJPDhjvG
}
reverse_proxy nsqadmin:4171
}
connect.shenxianhe.cn.localhost {
reverse_proxy h2c://shenxianhe:8080
}