init commit
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# Gitea 版本
|
||||
GITEA_VERSION=1.25.4
|
||||
|
||||
# 端口配置
|
||||
HTTP_PORT=3000
|
||||
SSH_PORT=2222
|
||||
|
||||
# 时区
|
||||
TZ=Asia/Shanghai
|
||||
|
||||
# Git LFS 配置
|
||||
GITEA__lfs__START_SERVER=true
|
||||
GITEA__lfs__PATH=/data/git/lfs
|
||||
|
||||
# 禁用公开注册(仅管理员可创建账号)
|
||||
GITEA__service__DISABLE_REGISTRATION=true
|
||||
Reference in New Issue
Block a user