1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-27 23:47:28 +00:00

Initial version

This commit is contained in:
Girish Ramakrishnan
2015-04-26 12:45:32 -07:00
commit 6457a75618
5 changed files with 335 additions and 0 deletions

22
CloudronManifest.json Normal file
View File

@@ -0,0 +1,22 @@
{
"id": "io.gogs.cloudronapp",
"title": "A self-hosted Git service",
"description": "easiest, fastest and most painless way to set up a self-hosted Git service",
"tagline": "painless self-hosted Git Service",
"version": "0.0.1",
"healthCheckPath": "/",
"httpPort": 3000,
"addons": {
"mysql": { }
},
"minBoxVersion": "0.0.1",
"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"
]
}