添加946字节
、 2021年8月14日 (六) 03:07
[[Category:Server]]
[https://gitea.io Gitea] 是一个用 Go 语言写的代码托管软件。
== 配置 ==
;禁止注册
: 在 <code>[service]</code> section 中添加 <code>DISABLE_REGISTRATION = true</code>
;本地监听
: 在 <code>[server]</code> section 中添加 <code>HTTP_ADDR = 127.0.0.1</code>
;更改默认主题为暗色主题
: 在 <code>[ui]</code> section 中添加 <code>DEFAULT_THEME = arc-green</code> <ref>https://docs.gitea.io/en-us/customizing-gitea/#customizing-the-look-of-gitea</ref>
== 在 [[Ubuntu|Ubuntu Server]] 中安装 ==
<ref>https://landchad.net/gitea</ref>
添加 key
curl -sL -o /etc/apt/trusted.gpg.d/morph027-gitea.asc https://packaging.gitlab.io/gitea/gpg.key
添加 repo
<nowiki>echo "deb [arch=amd64] https://packaging.gitlab.io/gitea gitea main" | sudo tee /etc/apt/sources.list.d/morph027-gitea.list</nowiki>
安装
sudo apt update
sudo apt install gitea
== 参考资料 ==
<references/>