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:
22
CloudronManifest.json
Normal file
22
CloudronManifest.json
Normal 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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user