feat: implement initial GoDump backup service with management web UI and MySQL support

This commit is contained in:
2026-06-04 16:59:53 +00:00
parent 2dc6ee723f
commit 318f6c9b46
16 changed files with 1935 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "Go",
"image": "mcr.microsoft.com/devcontainers/go:2-1.26-trixie",
"customizations": {
"vscode": {
"extensions": [
"vivaxy.vscode-conventional-commits"
]
}
}
}