|
@@ -4,7 +4,7 @@
|
|
|
"author": "Gogs developers",
|
|
|
"description": "file://DESCRIPTION.md",
|
|
|
"tagline": "A painless self-hosted Git Service",
|
|
|
- "version": "1.1.1",
|
|
|
+ "version": "1.2.0",
|
|
|
"healthCheckPath": "/healthcheck",
|
|
|
"httpPort": 3000,
|
|
|
"addons": {
|
|
@@ -33,5 +33,7 @@
|
|
|
],
|
|
|
"tags": [ "version control", "git", "code hosting", "development" ],
|
|
|
"changelog": "file://CHANGELOG",
|
|
|
- "postInstallMessage": "file://POSTINSTALL.md"
|
|
|
+ "postInstallMessage": "file://POSTINSTALL.md",
|
|
|
+ "minBoxVersion": "1.8.1",
|
|
|
+ "documentationUrl": "https://cloudron.io/documentation/apps/gogs/"
|
|
|
}
|