|
@@ -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
|
|
|
|
|
|
-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
|
|
|
|
|
@@ -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
|
|
|
- SMTP/LDAP/reverse proxy authentication support
|
|
|
- Reverse proxy suburl support
|
|
|
-- Register/delete/rename account
|
|
|
-- Create/manage/delete organization with team management
|
|
|
-- Create/fork/migrate/mirror/delete/watch/rename/transfer public/private repository
|
|
|
-- Repository viewer/release/issue tracker
|
|
|
-- Repository and Organization level webhooks
|
|
|
-- Repository Git hooks
|
|
|
+- Account/Organization(with team)/Repository management
|
|
|
+- Repository/Organization webhooks(including Slack)
|
|
|
+- Repository Git hooks/deploy keys
|
|
|
- Add/remove repository collaborators
|
|
|
-- Gravatar and cache support
|
|
|
-- Mail service (register, issue)
|
|
|
+- Gravatar and custom source support
|
|
|
+- Mail service
|
|
|
- Administration panel
|
|
|
-- Slack webhook integration
|
|
|
- Drone CI integration
|
|
|
- Supports MySQL, PostgreSQL and SQLite3
|
|
|
- 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))
|
|
|
|