mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-25 01:21:00 +00:00
Version 1.0.0
This commit is contained in:
parent
4357f4b3b9
commit
9b4fb46cf3
3 changed files with 6 additions and 2 deletions
|
@ -9,3 +9,7 @@
|
||||||
|
|
||||||
[0.1.3]
|
[0.1.3]
|
||||||
* Updated to version 1.1.2
|
* Updated to version 1.1.2
|
||||||
|
|
||||||
|
[1.0.0]
|
||||||
|
* Update to version 1.1.3
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"author": "Gitea developers",
|
"author": "Gitea developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless self-hosted Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "0.1.3",
|
"version": "1.0.0",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. The initial development have been done on Gogs but we have forked it and named it Gitea. If you want to read more about the reasons why we have done that please read [this](https://blog.gitea.io/2016/12/welcome-to-gitea/) blog post.
|
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. The initial development have been done on Gogs but we have forked it and named it Gitea. If you want to read more about the reasons why we have done that please read [this](https://blog.gitea.io/2016/12/welcome-to-gitea/) blog post.
|
||||||
|
|
||||||
This app packages Gitea <upstream>1.1.2</upstream>
|
This app packages Gitea <upstream>1.1.3</upstream>
|
||||||
|
|
||||||
### Purpose
|
### Purpose
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue