Add comprehensive setup guide and Komodo configuration

Added:
- SETUP_GUIDE.md: Complete step-by-step integration guide
- komodo-gitea.config.toml: Gitea provider config snippet

The guide covers:
- Git provider configuration
- Resource import options (Sync vs Manual)
- Webhook setup with examples
- Troubleshooting tips
This commit is contained in:
2025-12-14 13:54:47 -08:00
parent 88a5a774b8
commit 6ad16565e4
2 changed files with 180 additions and 0 deletions

17
komodo-gitea.config.toml Normal file
View File

@@ -0,0 +1,17 @@
# Komodo Core Config - Gitea Provider Configuration
# Add this to your existing core.config.toml file
[[git_provider]]
domain = "gitea.straymoog.xyz"
accounts = [
{ username = "komodo", token = "18f8305e245023e8f5863991b66610854d6d9820" }
]
# You can add multiple accounts for the same provider:
# accounts = [
# { username = "komodo", token = "18f8305e245023e8f5863991b66610854d6d9820" },
# { username = "stray", token = "268dd470b10566b24df0db8c6f9369eec4b6e2cc" }
# ]
# If using HTTP instead of HTTPS:
# https = false