mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-21 23:50:59 +00:00
Merge branch 'description' into 'master'
Description See merge request !1
This commit is contained in:
commit
cc112ff9bb
2 changed files with 6 additions and 12 deletions
|
@ -25,15 +25,11 @@
|
|||
"contactEmail": "apps@cloudron.io",
|
||||
"icon": "file://logo.png",
|
||||
"mediaLinks": [
|
||||
"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"
|
||||
"https://s3.amazonaws.com/cloudron-app-screenshots/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/1.png",
|
||||
"https://s3.amazonaws.com/cloudron-app-screenshots/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/2.png",
|
||||
"https://s3.amazonaws.com/cloudron-app-screenshots/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/3.png",
|
||||
"https://s3.amazonaws.com/cloudron-app-screenshots/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/4.png",
|
||||
"https://s3.amazonaws.com/cloudron-app-screenshots/io.gitea.cloudronapp/f89a2ab8d49094c80589f69a2d60bef63b2dbb62/5.png"
|
||||
],
|
||||
"tags": [ "version control", "git", "code hosting", "development" ],
|
||||
"changelog": "file://CHANGELOG",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
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 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.1</upstream>
|
||||
|
||||
|
@ -20,8 +20,6 @@ The goal of this project is to make the easiest, fastest, and most painless way
|
|||
- Gravatar and custom source
|
||||
- Mail service
|
||||
- Administration panel
|
||||
- Supports MySQL, PostgreSQL, SQLite3 and [TiDB](https://github.com/pingcap/tidb) (experimental)
|
||||
- Multi-language support ([15 languages](https://crowdin.com/project/gogs))
|
||||
|
||||
### Bug reports
|
||||
|
||||
|
|
Loading…
Reference in a new issue