feat: secure offsite backups

This commit is contained in:
2026-07-19 13:01:20 +08:00
parent 1e01f3295e
commit 21395c19e9
6 changed files with 53 additions and 4 deletions
+2
View File
@@ -137,6 +137,8 @@ https://你的網域/api/sync/webhook/來源ID/隨機密鑰
├── data/ # SQLite 資料庫持久化資料
├── Dockerfile # WebWorker 共用映像檔
├── docker-compose.yml # web + worker 服務與 volume 掛載
├── scripts/ # 備份、驗證、還原與效能基準工具
├── docs/ # 維運與擴展文件
└── .env.example # 環境變數範本
```