3 Commits
Author SHA1 Message Date
Do Siki c37787251b chore(deploy): remove Dokploy, switch to native docker compose + Gitea Actions
- Remove Dokploy deploy jobs from GitHub CI workflow (test + build only)
- Add .gitea/workflows/ci.yml (Gitea Actions: lint, tests, docker build verify)
- Rewrite deploy.sh: set -euo pipefail, mandatory .env.<env>, --env-file,
  healthcheck on /api/health with log dump on failure
- Delete Dokploy-specific docs (3 files), update references in README,
  TODO.md, architecture.md, guides, dev plan
- Remove DOKPLOY_* env vars from proto/.env.local
2026-08-17 12:19:02 +02:00
Do Siki e413bab812 refactor: update testing architecture, improve CI/CD workflows, and standardize documentation across the project. 2026-04-26 20:20:53 +02:00
Do Siki 3bc5256d49 feat: Add comprehensive development plan for mozdIT Bt. website MVP
- Complete analysis of existing documentation requirements
- 5-phase development plan with prototyping phase (Fázis 0)
- Tech stack: Next.js 14 + TypeScript + Tailwind CSS + Dokploy
- BDD testing approach with Behave + Gherkin
- Performance targets: Lighthouse 90+ and WCAG 2.1 AA compliance
- Agile methodology with iterative development approach
- Risk assessment and success metrics documented
- Mermaid workflow diagram included for project visualization
2025-09-05 00:15:04 +02:00