forgejo-app/CloudronManifest.json

38 lines
1.1 KiB
JSON

{
"id": "org.forgejo.cloudronapp",
"title": "Forgejo",
"author": "Forgejo developers",
"description": "file://DESCRIPTION.md",
"tagline": "Beyond coding. We forge.",
"version": "1.26.0",
"upstreamVersion": "v1.18.2-1",
"healthCheckPath": "/explore",
"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://forgejo.org",
"contactEmail": "apps@cloudron.io",
"icon": "file://logo.png",
"optionalSso": true,
"mediaLinks": [],
"tags": [ "version control", "git", "code hosting", "development", "github", "bitbucket", "gitlab" ],
"changelog": "file://CHANGELOG.md",
"postInstallMessage": "file://POSTINSTALL.md",
"minBoxVersion": "7.2.0",
"forumUrl": "https://forum.cloudron.io/category/19/gitea",
"documentationUrl": "https://docs.cloudron.io/apps/gitea/"
}