forked from cloudron-apps/gitea-app
REAMDE changes
This commit is contained in:
parent
d84bb6bf6c
commit
df4250e220
2 changed files with 9 additions and 13 deletions
|
@ -3,7 +3,7 @@
|
||||||
"title": "Gogs",
|
"title": "Gogs",
|
||||||
"author": "Gogs developers",
|
"author": "Gogs developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "0.1.1",
|
"version": "0.1.1",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Gogs(Go Git Service) is a painless self-hosted Git Service written in Go.
|
Gogs (Go Git Service) is a painless self-hosted Git service.
|
||||||
|
|
||||||
### Purpose
|
### Purpose
|
||||||
|
|
||||||
The goal of this project is to make the easiest, fastest and most painless way to set up a self-hosted Git service.
|
The goal of this project is to make the easiest, fastest, and most painless way to set up a self-hosted Git service.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
@ -10,19 +10,15 @@ The goal of this project is to make the easiest, fastest and most painless way t
|
||||||
- SSH/HTTP(S) protocol support
|
- SSH/HTTP(S) protocol support
|
||||||
- SMTP/LDAP/reverse proxy authentication support
|
- SMTP/LDAP/reverse proxy authentication support
|
||||||
- Reverse proxy suburl support
|
- Reverse proxy suburl support
|
||||||
- Register/delete/rename account
|
- Account/Organization(with team)/Repository management
|
||||||
- Create/manage/delete organization with team management
|
- Repository/Organization webhooks(including Slack)
|
||||||
- Create/fork/migrate/mirror/delete/watch/rename/transfer public/private repository
|
- Repository Git hooks/deploy keys
|
||||||
- Repository viewer/release/issue tracker
|
|
||||||
- Repository and Organization level webhooks
|
|
||||||
- Repository Git hooks
|
|
||||||
- Add/remove repository collaborators
|
- Add/remove repository collaborators
|
||||||
- Gravatar and cache support
|
- Gravatar and custom source support
|
||||||
- Mail service (register, issue)
|
- Mail service
|
||||||
- Administration panel
|
- Administration panel
|
||||||
- Slack webhook integration
|
|
||||||
- Drone CI integration
|
- Drone CI integration
|
||||||
- Supports MySQL, PostgreSQL and SQLite3
|
- Supports MySQL, PostgreSQL and SQLite3
|
||||||
- Social account login (GitHub, Google, QQ, Weibo)
|
- Social account login (GitHub, Google, QQ, Weibo)
|
||||||
- Multi-language support ([11 languages](https://crowdin.com/project/gogs))
|
- Multi-language support ([14 languages](https://crowdin.com/project/gogs))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue