gitea-app/CloudronManifest.json

37 lines
985 B
JSON

{
"id": "io.gogs.cloudronapp",
"title": "Gogs",
"author": "Gogs developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "0.13.0",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
"mysql": { },
"sendmail": { },
"localstorage": { },
"ldap": { }
},
"tcpPorts": {
"SSH_PORT": {
"title": "SSH Port",
"description": "SSH Port over which repos can be pushed & pulled",
"defaultValue": 29418
}
},
"manifestVersion": 1,
"website": "https://gogs.io",
"contactEmail": "apps@cloudron.io",
"icon": "gogs-lg.png",
"mediaLinks": [
"https://gogs.io/img/screenshots/1.png",
"https://gogs.io/img/screenshots/2.png",
"https://gogs.io/img/screenshots/4.png",
"https://gogs.io/img/screenshots/5.png"
],
"tags": [ "version control", "git", "code hosting", "development" ],
"changelog": "file://CHANGELOG",
"minBoxVersion": "0.13.3"
}