feat: add Gitea CI workflows, production compose, and update all deps
Some checks failed
Build and Push API / build-api (push) Has been cancelled
Build and Push Dashboard / build-dashboard (push) Has been cancelled
Build and Push Worker / build-worker (push) Has been cancelled

- Add .gitea/workflows for building and pushing api, dashboard, and worker images to git.zias.be registry
- Add docker-compose.prod.yml using pre-built registry images (no build-from-source on server)
- Update docker-compose.yml infra images to latest (postgres 18.3, redis 8.6.2, clickhouse 26.3.2.3)
- Update self-hosting/docker-compose.template.yml image versions to match
- Bump Node.js to 22.22.2 in all three Dockerfiles
- Update pnpm to 10.33.0 and upgrade all safe npm dependencies
- Add buffer-equal-constant-time patch

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-31 09:18:55 +02:00
parent eefbeac7f8
commit 2d8bfd1da1
45 changed files with 13460 additions and 16295 deletions

View File

@@ -16,11 +16,11 @@
},
"dependencies": {
"@nivo/funnel": "^0.99.0",
"@number-flow/react": "0.5.10",
"@opennextjs/cloudflare": "^1.17.1",
"@number-flow/react": "0.6.0",
"@opennextjs/cloudflare": "^1.18.0",
"@openpanel/common": "workspace:*",
"@openpanel/geo": "workspace:*",
"@openpanel/nextjs": "^1.2.0",
"@openpanel/nextjs": "^1.4.0",
"@openpanel/payments": "workspace:^",
"@openpanel/sdk-info": "workspace:^",
"@openstatus/react": "0.0.3",
@@ -28,37 +28,37 @@
"@radix-ui/react-slider": "1.3.6",
"@radix-ui/react-slot": "1.2.4",
"@radix-ui/react-tooltip": "1.2.8",
"cheerio": "^1.0.0",
"cheerio": "^1.2.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"dotted-map": "2.2.3",
"framer-motion": "12.23.25",
"fumadocs-core": "16.2.2",
"fumadocs-mdx": "14.0.4",
"fumadocs-ui": "16.2.2",
"geist": "1.5.1",
"dotted-map": "3.1.0",
"framer-motion": "12.38.0",
"fumadocs-core": "16.7.7",
"fumadocs-mdx": "14.2.11",
"fumadocs-ui": "16.7.7",
"geist": "1.7.0",
"lucide-react": "^0.555.0",
"next": "16.0.7",
"next": "16.2.1",
"next-themes": "^0.4.6",
"react": "catalog:",
"react-dom": "catalog:",
"react-markdown": "^10.1.0",
"recharts": "^2.15.0",
"recharts": "^2.15.4",
"rehype-external-links": "3.0.0",
"tailwind-merge": "3.4.0",
"tailwind-merge": "3.5.0",
"tailwindcss-animate": "1.0.7",
"zod": "catalog:"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/postcss": "^4.2.2",
"@types/mdx": "^2.0.13",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"tailwindcss": "4.1.17",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "4.2.2",
"typescript": "catalog:",
"wrangler": "^4.65.0"
"wrangler": "^4.78.0"
}
}