gitea-app/CloudronManifest.json

34 lines
866 B
JSON

{
"id": "io.gogs.cloudronapp",
"title": "Gogs",
"author": "Gogs developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "0.1.2",
"healthCheckPath": "/",
"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": "http://gogs.io",
"contactEmail": "apps@cloudron.io",
"icon": "gogs-lg.png",
"mediaLinks": [
"http://gogs.io/imgs/screenshoots/1.png",
"http://gogs.io/imgs/screenshoots/2.png",
"http://gogs.io/imgs/screenshoots/5.png"
],
"tags": [ "version control", "git", "code hosting", "development" ]
}