gitea-app/CloudronManifest.json
2017-06-02 10:32:24 +02:00

42 lines
1.2 KiB
JSON

{
"id": "io.gitea.cloudronapp",
"title": "Gitea",
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "0.1.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://gitea.io",
"contactEmail": "apps@cloudron.io",
"icon": "file://logo.png",
"mediaLinks": [
"https://i.imgur.com/3iEQsux.jpg",
"https://i.imgur.com/glqFnj8.jpg",
"https://i.imgur.com/ad1FEpi.jpg",
"https://i.imgur.com/q81EcGa.jpg",
"https://i.imgur.com/L2CQeN0.jpg",
"https://i.imgur.com/cNuvMum.jpg",
"https://i.imgur.com/xCYRqaF.jpg",
"https://i.imgur.com/ILpRBCe.jpg",
"https://i.imgur.com/0BHnrcL.jpg"
],
"tags": [ "version control", "git", "code hosting", "development" ],
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md"
}