Initial commit: lzwlab.cn server project (docs, nginx, gitea, rustdesk, file transfer app)

This commit is contained in:
2026-08-26 22:59:47 +08:00
commit 7da61a0456
18 changed files with 2703 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# ===== 机密文件:绝不提交 =====
# 服务器凭据(明文密码)
Authentication.md
# TLS 私钥 / 证书目录
lzwlab.cn_nginx/
# ===== AI 助手本地数据 / 工具状态 =====
.dsh/
.dsh-meow/
# ===== 常见运行时产物 =====
__pycache__/
*.py[cod]
*.log
*.db
*.db-shm
*.db-wal
.env
.env.*
.DS_Store
Thumbs.db