feat: add gitops and siprouter app templates

This commit is contained in:
2026-05-24 10:16:55 +00:00
parent 11ceaf077c
commit 2121a92474
5 changed files with 151 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"image": "code.foss.global/serve.zone/gitops:2.13.0",
"port": 3000,
"envVars": [
{
"key": "GITOPS_PORT",
"value": "3000",
"description": "Internal GitOps HTTP port inside the container.",
"required": true
},
{
"key": "GITOPS_ADMIN_USERNAME",
"value": "",
"description": "Initial admin username for the GitOps web UI.",
"required": true
},
{
"key": "GITOPS_ADMIN_PASSWORD",
"value": "",
"description": "Initial admin password for the GitOps web UI.",
"required": true
}
],
"volumes": ["/data/.serve.zone/gitops"],
"minOneboxVersion": "1.27.0"
}