11cb0fad54
Fix TOML syntax error in resources.toml
...
- Remove invalid image_registry string value
- Field expects array or null, not string
2025-12-14 15:17:46 -08:00
a1d1900d99
Rename project from komodo-demo to komodo
...
Repository renamed and all Komodo resources configured via API:
API Changes (completed):
- ✓ Renamed Gitea repository: komodo-demo → komodo
- ✓ Created Build resource: komodo-build
- ✓ Created Stack resource: komodo-stack (server: syn01)
- ✓ Created Sync resource: komodo-sync
- ✓ Updated webhooks with new resource names
File Updates:
- Updated all references from komodo-demo to komodo
- Removed "demo" tags from resources
- Updated package.json, docker-compose.yml, app.js
- Updated documentation and setup scripts
Integration fully configured via APIs!
2025-12-14 14:46:47 -08:00
ff54f0e49e
Add automated setup via API for Komodo and Gitea
...
Added:
- setup-komodo.sh: Bash script for Komodo resource creation via API
- setup-komodo.js: Node.js script for Komodo setup (no dependencies)
- Updated SETUP_GUIDE.md with automated setup instructions
Gitea Integration (completed via API):
- ✓ Created Build webhook
- ✓ Created Stack deploy webhook
- ✓ Created Sync webhook
Komodo Integration (automated via scripts):
- Creates Build resource via API
- Creates Resource Sync via API
- Validates connection and lists servers
Users can now run a single script to complete the entire setup!
2025-12-14 14:18:57 -08:00
6ad16565e4
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
2025-12-14 13:54:47 -08:00
88a5a774b8
Initial demo setup for Komodo + Gitea integration
...
Added:
- Simple Express.js app with health endpoint
- Dockerfile for containerization
- Docker Compose configuration
- Komodo resource definitions (.komodo/resources.toml)
- Comprehensive README with integration details
This repo demonstrates Build, Stack, and Sync resources.
2025-12-14 13:52:02 -08:00
85e5128b00
Initial commit
2025-12-14 13:48:33 -08:00