mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Update README [CI SKIP]
This commit is contained in:
parent
8637e67e6f
commit
5e89485cec
2 changed files with 8 additions and 4 deletions
|
@ -41,10 +41,12 @@ The goal of this project is to make the easiest, fastest, and most painless way
|
||||||
- SMTP/LDAP/Reverse proxy authentication
|
- SMTP/LDAP/Reverse proxy authentication
|
||||||
- Reverse proxy with sub-path
|
- Reverse proxy with sub-path
|
||||||
- Account/Organization/Repository management
|
- Account/Organization/Repository management
|
||||||
|
- Add/Remove repository collaborators
|
||||||
- Repository/Organization webhooks (including Slack)
|
- Repository/Organization webhooks (including Slack)
|
||||||
- Repository Git hooks/deploy keys
|
- Repository Git hooks/deploy keys
|
||||||
- Repository issues, pull requests and wiki
|
- Repository issues, pull requests and wiki
|
||||||
- Add/Remove repository collaborators
|
- Migrate and mirror repository and its wiki
|
||||||
|
- Web editor for repository files and wiki
|
||||||
- Gravatar and Federated avatar with custom source
|
- Gravatar and Federated avatar with custom source
|
||||||
- Mail service
|
- Mail service
|
||||||
- Administration panel
|
- Administration panel
|
||||||
|
@ -120,7 +122,7 @@ There are 5 ways to install Gogs:
|
||||||
|
|
||||||
- Router and middleware mechanism of [Macaron](https://github.com/go-macaron/macaron).
|
- Router and middleware mechanism of [Macaron](https://github.com/go-macaron/macaron).
|
||||||
- System Monitor Status is inspired by [GoBlog](https://github.com/fuxiaohei/goblog).
|
- System Monitor Status is inspired by [GoBlog](https://github.com/fuxiaohei/goblog).
|
||||||
- Thanks [lavachen](http://www.lavachen.cn/) and [Rocker](http://weibo.com/rocker1989) for designing Logo.
|
- Thanks [Rocker](http://weibo.com/rocker1989) for designing Logo.
|
||||||
- Thanks [Crowdin](https://crowdin.com/project/gogs) for providing open source translation plan.
|
- Thanks [Crowdin](https://crowdin.com/project/gogs) for providing open source translation plan.
|
||||||
- Thanks [DigitalOcean](https://www.digitalocean.com) for hosting home and demo sites.
|
- Thanks [DigitalOcean](https://www.digitalocean.com) for hosting home and demo sites.
|
||||||
- Thanks [KeyCDN](https://www.keycdn.com/) and [QiNiu](http://www.qiniu.com/) for providing CDN service.
|
- Thanks [KeyCDN](https://www.keycdn.com/) and [QiNiu](http://www.qiniu.com/) for providing CDN service.
|
||||||
|
|
|
@ -22,10 +22,12 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
|
||||||
- 支持 SMTP、LDAP 和反向代理的用户认证
|
- 支持 SMTP、LDAP 和反向代理的用户认证
|
||||||
- 支持反向代理子路径
|
- 支持反向代理子路径
|
||||||
- 支持用户、组织和仓库管理系统
|
- 支持用户、组织和仓库管理系统
|
||||||
|
- 支持添加和删除仓库协作者
|
||||||
- 支持仓库和组织级别 Web 钩子(包括 Slack 集成)
|
- 支持仓库和组织级别 Web 钩子(包括 Slack 集成)
|
||||||
- 支持仓库 Git 钩子和部署密钥
|
- 支持仓库 Git 钩子和部署密钥
|
||||||
- 支持仓库工单(Issue)、合并请求(Pull Request)以及 Wiki
|
- 支持仓库工单(Issue)、合并请求(Pull Request)以及 Wiki
|
||||||
- 支持添加和删除仓库协作者
|
- 支持迁移和镜像仓库以及它的 Wiki
|
||||||
|
- 支持在线编辑仓库文件和 Wiki
|
||||||
- 支持自定义源的 Gravatar 和 Federated Avatar
|
- 支持自定义源的 Gravatar 和 Federated Avatar
|
||||||
- 支持邮件服务
|
- 支持邮件服务
|
||||||
- 支持后台管理面板
|
- 支持后台管理面板
|
||||||
|
@ -89,7 +91,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
|
||||||
|
|
||||||
- 基于 [Macaron](https://github.com/go-macaron/macaron) 的路由与中间件机制。
|
- 基于 [Macaron](https://github.com/go-macaron/macaron) 的路由与中间件机制。
|
||||||
- 基于 [GoBlog](https://github.com/fuxiaohei/goblog) 修改的系统监视状态。
|
- 基于 [GoBlog](https://github.com/fuxiaohei/goblog) 修改的系统监视状态。
|
||||||
- 感谢 [lavachen](http://www.lavachen.cn/) 和 [Rocker](http://weibo.com/rocker1989) 设计的 Logo。
|
- 感谢 [Rocker](http://weibo.com/rocker1989) 设计的 Logo。
|
||||||
- 感谢 [Crowdin](https://crowdin.com/project/gogs) 提供免费的开源项目本地化支持。
|
- 感谢 [Crowdin](https://crowdin.com/project/gogs) 提供免费的开源项目本地化支持。
|
||||||
- 感谢 [DigitalOcean](https://www.digitalocean.com) 提供主站和体验站点的服务器赞助。
|
- 感谢 [DigitalOcean](https://www.digitalocean.com) 提供主站和体验站点的服务器赞助。
|
||||||
- 感谢 [KeyCDN](https://www.keycdn.com/) 和 [七牛云存储](http://www.qiniu.com/) 提供 CDN 服务赞助。
|
- 感谢 [KeyCDN](https://www.keycdn.com/) 和 [七牛云存储](http://www.qiniu.com/) 提供 CDN 服务赞助。
|
||||||
|
|
Loading…
Reference in a new issue