mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 09:09:02 +00:00
Change version to v0.3.6
This commit is contained in:
parent
5543a0b6dc
commit
d72fdc9900
|
@ -33,7 +33,7 @@ More importantly, Gogs only needs one binary to setup your own project hosting o
|
||||||
|
|
||||||
- Activity timeline
|
- Activity timeline
|
||||||
- SSH/HTTP(S) protocol support
|
- SSH/HTTP(S) protocol support
|
||||||
- SMTP authentication support
|
- SMTP/LDAP authentication support
|
||||||
- Register/delete/rename account
|
- Register/delete/rename account
|
||||||
- Create/migrate/mirror/delete/watch/rename/transfer public/private repository
|
- Create/migrate/mirror/delete/watch/rename/transfer public/private repository
|
||||||
- Repository viewer/release/issue tracker/webhooks
|
- Repository viewer/release/issue tracker/webhooks
|
||||||
|
|
|
@ -24,7 +24,7 @@ Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依
|
||||||
|
|
||||||
- 活动时间线
|
- 活动时间线
|
||||||
- 支持 SSH/HTTP(S) 协议
|
- 支持 SSH/HTTP(S) 协议
|
||||||
- 支持 SMTP 用户认证
|
- 支持 SMTP/LDAP 用户认证
|
||||||
- 注册/删除/重命名用户
|
- 注册/删除/重命名用户
|
||||||
- 创建/迁移/镜像/删除/关注/重命名/转移 公开/私有 仓库
|
- 创建/迁移/镜像/删除/关注/重命名/转移 公开/私有 仓库
|
||||||
- 仓库 浏览器/发布/缺陷管理/Web 钩子
|
- 仓库 浏览器/发布/缺陷管理/Web 钩子
|
||||||
|
@ -40,7 +40,6 @@ Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依
|
||||||
- 最低的系统硬件要求为一个廉价的树莓派
|
- 最低的系统硬件要求为一个廉价的树莓派
|
||||||
- 如果用于团队项目,建议使用 4 核 CPU 及 1GB 内存
|
- 如果用于团队项目,建议使用 4 核 CPU 及 1GB 内存
|
||||||
|
|
||||||
|
|
||||||
## 安装部署
|
## 安装部署
|
||||||
|
|
||||||
在安装 Gogs 之前,您需要先安装 [基本环境](http://gogs.io/docs/installation/)。
|
在安装 Gogs 之前,您需要先安装 [基本环境](http://gogs.io/docs/installation/)。
|
||||||
|
|
3534
modules/bin/conf.go
3534
modules/bin/conf.go
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue