feat: add gitops and siprouter app templates
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"id": "gitops",
|
||||
"name": "GitOps",
|
||||
"description": "Operations dashboard for Git hosting, CI/CD secrets, pipeline logs, and documentation sync.",
|
||||
"category": "Dev Tools",
|
||||
"iconName": "git-branch",
|
||||
"latestVersion": "1.0.0",
|
||||
"versions": ["1.0.0"],
|
||||
"maintainer": "serve.zone",
|
||||
"links": {
|
||||
"Source": "https://code.foss.global/serve.zone/gitops",
|
||||
"Docs": "https://serve.zone"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user