12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "id": "io.gogs.cloudronapp",
- "title": "Gogs",
- "author": "Gogs developers",
- "description": "file://DESCRIPTION.md",
- "tagline": "A painless self-hosted Git Service",
- "version": "1.1.1",
- "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": "https://gogs.io",
- "contactEmail": "apps@cloudron.io",
- "icon": "file://logo.png",
- "optionalSso": true,
- "mediaLinks": [
- "https://gogs.io/img/screenshots/1.png",
- "https://gogs.io/img/screenshots/2.png",
- "https://gogs.io/img/screenshots/4.png",
- "https://gogs.io/img/screenshots/5.png"
- ],
- "tags": [ "version control", "git", "code hosting", "development" ],
- "changelog": "file://CHANGELOG",
- "postInstallMessage": "file://POSTINSTALL.md"
- }
|