初始設定

如果您正在使用 Docker 容器運行 Gitea,請務必先仔細閱讀 官方文件後再對本頁面進行填寫。

資料庫設定

Gitea requires MySQL, PostgreSQL, MSSQL or SQLite3.

Note to MySQL users: please use the InnoDB storage engine and if you use "utf8mb4", your InnoDB version must be greater than 5.6 .
Leave blank for database default ("public").
File path for the SQLite3 database.
Enter an absolute path if you run Gitea as a service.

一般設定

您可以在此輸入您的公司名稱。
所有遠端 Git 儲存庫會儲存到此目錄。
以 Git LFS 儲存檔案時會被儲存在此目錄中。請留空以停用 LFS 功能。
輸入 Gitea 運行的作業系統使用者名稱。請注意, 此使用者必須具有對存儲庫根目錄的存取權限。
用於 SSH 複製的域名或主機位置。
SSH 伺服器使用的埠號,留空以停用此設定。
Giteas web 伺服器將偵聽的埠號。
用於 HTTP(S) 複製和電子郵件通知的基本地址。
日誌檔將寫入此目錄。

可選設定

電子郵件設定
Gitea 將會使用的電子郵件地址,輸入一個普通的電子郵件地址或使用 "名稱" <email@example.com> 格式。
伺服器和其他服務設定
Domain name for users with a hidden email address. For example, the username 'joe' will be logged in Git as 'joe@noreply.example.org' if the hidden email domain is set to 'noreply.example.org'.
管理員帳號設定

建立管理員帳號是選用的。 第一個註冊的使用者將自動成為管理員。