Files
Gitea/配置文件
2025-07-01 01:49:21 +00:00

30 lines
1.0 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

这是关于在群晖里安装docker版本的gitea镜像的方法
SQLite3 数据库的文件路径。
如果以服务的方式运行 Gitea请输入绝对路径。
数据库文件路径
/data/gitea/gitea.db 对应本机位置是:/docker/gitea/database
仓库根目录 所有远程 Git 仓库将保存到此目录。
/data/git/repositories 对应本机位置:/docker/gitea/data
LFS根目录 存储为Git LFS的文件将被存储在此目录。留空禁用LFS
/data/git/lfs
以用户名运行输入 Gitea 运行的操作系统用户名。请注意,此用户必须具有对仓库根路径的访问权限。
SSH 服务端口22 SSH 服务器的端口号为空则禁用它。对应的本机端口是2223
HTTP 服务端口3000 Giteas web 服务器将侦听的端口号。对应的本机端口是3001
基础URL http://192.168.1.101:3001/ 用于 HTTP (S) 克隆和电子邮件通知的基本地址。
/data/gitea/log
日志路径