forked from cloudron-apps/gitea-app
Version 1.3.0
This commit is contained in:
parent
67403a6d2a
commit
a66843c3e3
2 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
"author": "Gitea developers",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"tagline": "A painless self-hosted Git Service",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.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/gitea/"
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Gitea <upstream>1.3.0</upstream>
|
||||
This app packages Gitea <upstream>1.3.1</upstream>
|
||||
|
||||
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
|
||||
|
||||
|
|
Loading…
Reference in a new issue