35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
# Gitea Repository URL (替換為您的 Gitea 伺服器)
|
|
# 格式: http://gitea.example.com/username/tobiichiGPT.git
|
|
GIT_REPO_URL=http://your-gitea-server/your-username/tobiichiGPT.git
|
|
|
|
# Git Branch (預設使用 main)
|
|
GIT_BRANCH=main
|
|
|
|
# Container Registry (可選 - 如果要使用預建映像)
|
|
# 例如: gitea.example.com:5000
|
|
REGISTRY_URL=
|
|
|
|
# ========================================
|
|
# Gitea Repository 設定
|
|
# ========================================
|
|
# Gitea Repository URL (格式: http://gitea.example.com/username/tobiichiGPT.git)
|
|
# 如需認證可使用: http://username:token@gitea.example.com/username/tobiichiGPT.git
|
|
GIT_REPO_URL=http://your-gitea-server/your-username/tobiichiGPT.git
|
|
|
|
# Git Branch (預設: main)
|
|
GIT_BRANCH=main
|
|
|
|
# ========================================
|
|
# Container Registry (可選)
|
|
# ========================================
|
|
# 如果已預先建置映像,填入 Registry 前綴 (例如: gitea.example.com:5000/username/)
|
|
# 留空則每次從 Gitea 即時建置
|
|
REGISTRY_URL=
|
|
|
|
# ========================================
|
|
# Cloudflare Tunnel (可選)
|
|
# ========================================
|
|
# 請到 Cloudflare Zero Trust Dashboard 建立 Tunnel 並取得 Token
|
|
# https://one.dash.cloudflare.com/
|
|
CLOUDFLARE_TUNNEL_TOKEN=
|