2015-04-26 19:45:32 +00:00
|
|
|
{
|
2017-06-02 08:32:24 +00:00
|
|
|
"id": "io.gitea.cloudronapp",
|
|
|
|
"title": "Gitea",
|
|
|
|
"author": "Gitea developers",
|
2015-07-06 23:08:26 +00:00
|
|
|
"description": "file://DESCRIPTION.md",
|
2015-08-16 16:11:43 +00:00
|
|
|
"tagline": "A painless self-hosted Git Service",
|
2019-05-30 16:55:01 +00:00
|
|
|
"version": "1.10.2",
|
2015-08-18 22:03:27 +00:00
|
|
|
"healthCheckPath": "/healthcheck",
|
2015-04-26 19:45:32 +00:00
|
|
|
"httpPort": 3000,
|
|
|
|
"addons": {
|
2015-04-29 00:12:16 +00:00
|
|
|
"mysql": { },
|
2015-06-18 07:22:53 +00:00
|
|
|
"sendmail": { },
|
2015-06-23 17:15:46 +00:00
|
|
|
"localstorage": { },
|
2015-06-23 23:50:59 +00:00
|
|
|
"ldap": { }
|
2015-04-29 00:12:16 +00:00
|
|
|
},
|
|
|
|
"tcpPorts": {
|
|
|
|
"SSH_PORT": {
|
|
|
|
"title": "SSH Port",
|
|
|
|
"description": "SSH Port over which repos can be pushed & pulled",
|
|
|
|
"defaultValue": 29418
|
|
|
|
}
|
2015-04-26 19:45:32 +00:00
|
|
|
},
|
|
|
|
"manifestVersion": 1,
|
2017-06-02 08:32:24 +00:00
|
|
|
"website": "https://gitea.io",
|
2015-04-26 19:45:32 +00:00
|
|
|
"contactEmail": "apps@cloudron.io",
|
2016-08-16 05:03:07 +00:00
|
|
|
"icon": "file://logo.png",
|
2015-04-26 19:45:32 +00:00
|
|
|
"mediaLinks": [
|
2017-06-02 21:08:01 +00:00
|
|
|
"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"
|
2015-07-01 04:40:18 +00:00
|
|
|
],
|
2015-10-13 22:50:20 +00:00
|
|
|
"tags": [ "version control", "git", "code hosting", "development" ],
|
2016-09-14 04:17:25 +00:00
|
|
|
"changelog": "file://CHANGELOG",
|
2017-12-11 03:28:10 +00:00
|
|
|
"postInstallMessage": "file://POSTINSTALL.md",
|
2018-01-18 19:28:31 +00:00
|
|
|
"minBoxVersion": "1.10.0",
|
2017-12-11 03:28:10 +00:00
|
|
|
"documentationUrl": "https://cloudron.io/documentation/apps/gitea/"
|
2015-04-26 19:45:32 +00:00
|
|
|
}
|