init commit

This commit is contained in:
2026-03-20 15:58:32 +08:00
commit 58f31e698d
6 changed files with 538 additions and 0 deletions

16
.env.example Normal file
View 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