Files
Auto-ssl/.gitignore
T
cnbugs bdb3ca856f feat: add DNS credential management with Web UI
- New config/credential_store.go: persistent credential storage (credentials.json)
- New API: CRUD for DNS credentials + credential-types endpoint
- Certificate model now supports credential_id reference
- Create certificate auto-resolves credential_id to DNS config
- New Vue page: Credentials.vue for managing saved DNS keys
- CertCreate.vue: select existing credential or manual input + save as new
- Secrets masked in API responses, never exposed in list
2026-07-24 18:56:03 +08:00

20 lines
153 B
Plaintext

# 数据目录
backend/data/
*.db
*.sqlite
*.sqlite3
# 编译产物
backend/autossl
node_modules/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 日志
*.log