refactor: enhance backup and restore scripts, add health check functionality, and update README with operational instructions

This commit is contained in:
Poyraz Avsever
2026-06-13 23:02:30 +03:00
parent bfafe43752
commit 2f2bdeaabf
9 changed files with 367 additions and 3 deletions
+4 -1
View File
@@ -7,7 +7,10 @@
"build": "next build",
"start": "next start",
"lint": "eslint .",
"selfhost:env": "node scripts/generate-full-stack-env.mjs"
"selfhost:env": "node scripts/generate-full-stack-env.mjs",
"selfhost:doctor": "sh scripts/selfhost-doctor.sh",
"selfhost:backup": "sh scripts/selfhost-backup.sh",
"selfhost:restore": "sh scripts/selfhost-restore.sh"
},
"dependencies": {
"@ai-sdk/google": "^3.0.80",