feat: gitea client

This commit is contained in:
2026-02-12 20:58:55 +01:00
parent 8583ab48ce
commit 378d008a91
9 changed files with 225 additions and 32 deletions

View File

@@ -1,12 +1,19 @@
git-provider: "bitbucket" # Optional if only one is configured (bitbucket or gitea)
bitbucket:
base-url: "https://bitbucket.your-org.ch"
token: "BMTY4OTU0NjU3OTo..."
# Positional defaults (optional)
project: "APP"
repo: "api-gateway"
prid: 45
gitea:
base-url: "https://gitea.com"
token: "your-gitea-token"
# Shared positional defaults (optional)
owner: "APP"
repo: "api-gateway"
prid: 45
llm:
provider: "gemini"
api-key: "AIzaSy..."
model: "gemini-2.0-flash"
model: "gemini-2.0-flash"