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

First working version, tests follow

This commit is contained in:
Dennis Schwerdel
2017-06-02 10:32:24 +02:00
parent 681da0184d
commit a37ce3ea37
11 changed files with 52 additions and 136 deletions

View File

@@ -1,10 +1,10 @@
{
"id": "io.gogs.cloudronapp",
"title": "Gogs",
"author": "Gogs developers",
"id": "io.gitea.cloudronapp",
"title": "Gitea",
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "0.16.2",
"version": "0.1.0",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
@@ -21,14 +21,19 @@
}
},
"manifestVersion": 1,
"website": "https://gogs.io",
"website": "https://gitea.io",
"contactEmail": "apps@cloudron.io",
"icon": "file://logo.png",
"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"
"https://i.imgur.com/3iEQsux.jpg",
"https://i.imgur.com/glqFnj8.jpg",
"https://i.imgur.com/ad1FEpi.jpg",
"https://i.imgur.com/q81EcGa.jpg",
"https://i.imgur.com/L2CQeN0.jpg",
"https://i.imgur.com/cNuvMum.jpg",
"https://i.imgur.com/xCYRqaF.jpg",
"https://i.imgur.com/ILpRBCe.jpg",
"https://i.imgur.com/0BHnrcL.jpg"
],
"tags": [ "version control", "git", "code hosting", "development" ],
"changelog": "file://CHANGELOG",