40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"id": "io.gitea.cloudronapp",
|
|
"title": "Gitea",
|
|
"author": "Gitea developers",
|
|
"description": "file://DESCRIPTION.md",
|
|
"tagline": "A painless self-hosted Git Service",
|
|
"version": "1.10.2",
|
|
"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://s3.amazonaws.com/cloudron-app-screenshots/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/1.png",
|
|
"https://s3.amazonaws.com/cloudron-app-screenshots/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/2.png",
|
|
"https://s3.amazonaws.com/cloudron-app-screenshots/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/3.png",
|
|
"https://s3.amazonaws.com/cloudron-app-screenshots/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/4.png",
|
|
"https://s3.amazonaws.com/cloudron-app-screenshots/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/5.png"
|
|
],
|
|
"tags": [ "version control", "git", "code hosting", "development" ],
|
|
"changelog": "file://CHANGELOG",
|
|
"postInstallMessage": "file://POSTINSTALL.md",
|
|
"minBoxVersion": "1.10.0",
|
|
"documentationUrl": "https://cloudron.io/documentation/apps/gitea/"
|
|
}
|