mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-12-22 15:16:31 +00:00
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"id": "io.gitea.cloudronapp",
|
|
"title": "Gitea",
|
|
"author": "Gitea developers",
|
|
"description": "file://DESCRIPTION.md",
|
|
"tagline": "A painless self-hosted Git Service",
|
|
"version": "1.33.6",
|
|
"upstreamVersion": "1.22.6",
|
|
"healthCheckPath": "/explore",
|
|
"httpPort": 3000,
|
|
"memoryLimit": 536870912,
|
|
"addons": {
|
|
"mysql": {},
|
|
"sendmail": {
|
|
"supportsDisplayName": true
|
|
},
|
|
"localstorage": {},
|
|
"oidc": {
|
|
"loginRedirectUri": "/user/oauth2/cloudron/callback"
|
|
}
|
|
},
|
|
"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.md",
|
|
"postInstallMessage": "file://POSTINSTALL.md",
|
|
"checklist": {
|
|
"change-default-password": {
|
|
"message": "Change the default admin password"
|
|
}
|
|
},
|
|
"minBoxVersion": "8.1.0",
|
|
"forumUrl": "https://forum.cloudron.io/category/19/gitea",
|
|
"documentationUrl": "https://docs.cloudron.io/apps/gitea/"
|
|
}
|