gitea-app/CloudronManifest.json

44 lines
1.4 KiB
JSON
Raw Normal View History

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",
2022-09-07 10:51:31 +00:00
"version": "1.24.2",
"upstreamVersion": "1.17.2",
"healthCheckPath": "/explore",
2015-04-26 19:45:32 +00:00
"httpPort": 3000,
2020-06-22 10:33:40 +00:00
"memoryLimit": 536870912,
2015-04-26 19:45:32 +00:00
"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
},
2019-06-17 21:30:49 +00:00
"manifestVersion": 2,
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",
"optionalSso": true,
2015-04-26 19:45:32 +00:00
"mediaLinks": [
2020-09-26 15:42:37 +00:00
"https://screenshots.cloudron.io/io.gitea.cloudronapp/1.png",
"https://screenshots.cloudron.io/io.gitea.cloudronapp/2.png",
"https://screenshots.cloudron.io/io.gitea.cloudronapp/3.png",
"https://screenshots.cloudron.io/io.gitea.cloudronapp/4.png",
"https://screenshots.cloudron.io/io.gitea.cloudronapp/5.png"
2015-07-01 04:40:18 +00:00
],
2020-06-30 17:43:10 +00:00
"tags": [ "version control", "git", "code hosting", "development", "github", "bitbucket", "gitlab" ],
2022-09-07 10:51:31 +00:00
"changelog": "file://CHANGELOG.md",
2017-12-11 03:28:10 +00:00
"postInstallMessage": "file://POSTINSTALL.md",
2022-03-04 11:35:54 +00:00
"minBoxVersion": "7.1.2",
2020-06-30 17:42:40 +00:00
"forumUrl": "https://forum.cloudron.io/category/19/gitea",
2020-12-08 01:01:55 +00:00
"documentationUrl": "https://docs.cloudron.io/apps/gitea/"
2015-04-26 19:45:32 +00:00
}