Commit Graph

4 Commits

Author SHA1 Message Date
2f07cc86db Refactor environment variable handling in deploy.yml for consistency
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
2026-02-10 02:56:46 +02:00
90eaa68604 Refactor environment variable handling in deploy.yml for consistency
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
2026-02-10 02:51:09 +02:00
f0f769c5e8 Add R2 image storage, upload endpoint, and CDN support
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
- Backend: R2StorageService, upload controller (POST /api/upload)
- Frontend: CDN url helper, NEXT_PUBLIC_CDN_URL build arg
- Deploy: pass R2 secrets from Woodpecker CI to containers via .env
- Docs: update CLAUDE.md with CDN and upload conventions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 02:34:27 +02:00
d307a3fbad Initial project setup: Next.js frontend + .NET 9 backend
- Frontend: Next.js 16 + shadcn/ui + Tailwind CSS 4
- Backend: .NET 9 Web API with Npgsql health check
- Docker Compose for prod and dev environments
- Woodpecker CI pipeline for auto-deploy
- Health check endpoints for E2E testing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 15:39:37 +02:00