# Gitea Configuration # Copy to gitea_config.yaml and fill in your values # # cp config/gitea_config.example.yaml config/gitea_config.yaml # Gitea instance URL (no trailing slash) base_url: "https://vulcan.apophisnetworking.net" # Personal Access Token for API authentication # To generate a token: # 1. Go to https://vulcan.apophisnetworking.net/user/settings/applications # 2. Under "Manage Access Tokens", enter a token name (e.g., "garvis-bot") # 3. Select permissions: at minimum, check "repo" (read) scope # 4. Click "Generate Token" # 5. Copy the token here (it is shown only once!) token: "your_personal_access_token_here" # Default repository owner (used when repo is not specified in tool calls) default_owner: "jramos" # Default repository name (used when repo is not specified in tool calls) default_repo: "homelab"