This commit is contained in:
2026-05-18 22:32:08 +08:00
parent 6ab44ea187
commit bd4caa0f09
22 changed files with 1178 additions and 297 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Runtime output
logs/*
!logs/.gitkeep
*.log
# Certbot and TLS material
certs/
*.key
*.pem
*.crt
*.csr
# Webroot runtime files
www/*
!www/index.html
!www/.well-known/
www/.well-known/acme-challenge/*
# Local configuration
.env
.env.*
!.env.example
!.env.*.example
docker-compose.override.yml
# Editor and OS files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db