Commit Graph

4 Commits

Author SHA1 Message Date
Bu5hm4nn
1f6d3eb7e6 Fix Forgejo Actions workflow for proper CI/CD
- Fix registry URL format for Forgejo (host:port/owner/repo)
- Create deploy-forgejo.sh with correct env variables
- Rename CI variables from GitLab CI format to Forgejo/GitHub format
- Simplify workflow structure
- Add proper error handling in deploy script
- Fix SSH key permissions (chmod 600)
- Add ssh-keyscan to avoid StrictHostKeyChecking issues
2026-03-21 23:27:55 +01:00
Bu5hm4nn
472acbb038 Add DevOps agent prompt for Forgejo runner setup
Comprehensive setup guide including:
- Forgejo Actions configuration
- Runner installation and registration
- Docker-in-Docker setup
- Deployment secrets configuration
- VPS deploy user creation
- Verification checklist
2026-03-21 22:48:55 +01:00
Bu5hm4nn
46534af69e Switch from GitLab CI to Forgejo Actions
- Add .forgejo/workflows/ci.yaml for lint/test/type-check
- Add .forgejo/workflows/deploy.yaml for build/deploy
- Update DEPLOYMENT.md with Forgejo-specific instructions
- Remove .gitlab-ci.yml
2026-03-21 19:24:36 +01:00
Bu5hm4nn
00a68bc767 Initial commit: Vault Dashboard for options hedging
- FastAPI + NiceGUI web application
- QuantLib-based Black-Scholes pricing with Greeks
- Protective put, laddered, and LEAPS strategies
- Real-time WebSocket updates
- TradingView-style charts via Lightweight-Charts
- Docker containerization
- GitLab CI/CD pipeline for VPS deployment
- VPN-only access configuration
2026-03-21 19:21:40 +01:00