mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
- Update all 12 Dockerfiles from node:18/20/22 to node:24-alpine - Fix caproverforge portal: remove event handlers from Server Component - Fix repoforge/caproverforge portals: ensure public/ dir exists in builder - Fix packagerepo Dockerfile: node:18 → node:24 (Next.js 16 requires >=20) - Fix DBAL frontend port conflict: 3009 → 3015 (3009 in use by external container) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
PostgreSQL Admin Dashboard
Code = Doc: All documentation is in postgres.py
Quick Start
# See all commands
./postgres.py --help
# Development
./postgres.py dev
# Build
./postgres.py build
# Database health
./postgres.py health
Note: Migrate from @mui/material to FakeMUI (planned)
Documentation: Run ./postgres.py --help