43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"id": "io.gitea.cloudronapp",
|
|
"title": "Gitea",
|
|
"author": "Gitea developers",
|
|
"description": "file://DESCRIPTION.md",
|
|
"tagline": "A painless self-hosted Git Service",
|
|
"version": "1.18.5",
|
|
"healthCheckPath": "/healthcheck",
|
|
"httpPort": 3000,
|
|
"memoryLimit": 536870912,
|
|
"addons": {
|
|
"mysql": { },
|
|
"sendmail": { },
|
|
"localstorage": { },
|
|
"ldap": { }
|
|
},
|
|
"tcpPorts": {
|
|
"SSH_PORT": {
|
|
"title": "SSH Port",
|
|
"description": "SSH Port over which repos can be pushed & pulled",
|
|
"defaultValue": 29418
|
|
}
|
|
},
|
|
"manifestVersion": 2,
|
|
"website": "https://gitea.io",
|
|
"contactEmail": "apps@cloudron.io",
|
|
"icon": "file://logo.png",
|
|
"optionalSso": true,
|
|
"mediaLinks": [
|
|
"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"
|
|
],
|
|
"tags": [ "version control", "git", "code hosting", "development", "github", "bitbucket", "gitlab" ],
|
|
"changelog": "file://CHANGELOG",
|
|
"postInstallMessage": "file://POSTINSTALL.md",
|
|
"minBoxVersion": "5.3.0",
|
|
"forumUrl": "https://forum.cloudron.io/category/19/gitea",
|
|
"documentationUrl": "https://cloudron.io/documentation/apps/gitea/"
|
|
}
|