mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-10-31 21:38:52 +00:00
35 lines
944 B
JSON
35 lines
944 B
JSON
{
|
|
"id": "io.gogs.cloudronapp",
|
|
"title": "Gogs",
|
|
"author": "Gogs developers",
|
|
"description": "file://DESCRIPTION.md",
|
|
"tagline": "A painless self-hosted Git Service",
|
|
"version": "0.6.11",
|
|
"healthCheckPath": "/healthcheck",
|
|
"httpPort": 3000,
|
|
"addons": {
|
|
"mysql": { },
|
|
"sendmail": { },
|
|
"localstorage": { },
|
|
"ldap": { }
|
|
},
|
|
"tcpPorts": {
|
|
"SSH_PORT": {
|
|
"title": "SSH Port",
|
|
"description": "SSH Port over which repos can be pushed & pulled",
|
|
"defaultValue": 29418
|
|
}
|
|
},
|
|
"manifestVersion": 1,
|
|
"website": "http://gogs.io",
|
|
"contactEmail": "apps@cloudron.io",
|
|
"icon": "gogs-lg.png",
|
|
"mediaLinks": [
|
|
"http://gogs.io/imgs/screenshoots/1.png",
|
|
"http://gogs.io/imgs/screenshoots/2.png",
|
|
"http://gogs.io/imgs/screenshoots/5.png"
|
|
],
|
|
"tags": [ "version control", "git", "code hosting", "development" ],
|
|
"targetBoxVersion": "0.4.0",
|
|
"changelog": "file://CHANGELOG"
|
|
}
|