Initial commit

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
timmy
2026-04-21 13:04:09 +08:00
commit faee15bc78
18 changed files with 3278 additions and 0 deletions

13
config.example.env Normal file
View File

@@ -0,0 +1,13 @@
# 複製此檔為 config.env 後填入實際值
# cp config.example.env config.env
# Gitea 站台網址(不要結尾 /
GITEA_URL=http://your-gitea.example.com:3000
# Gitea 使用者名稱
GITEA_USER=your-username
# Gitea personal access token
# 產生位置: <GITEA_URL>/-/user/settings/applications
# 權限勾選: write:repository
GITEA_TOKEN=請貼上你的_access_token