20d96306e47f2d41fe44e1284f7dfea3016e4f02
TurboRFQ — MariaDB Web UI
A lightweight PHP web application providing an Excel-like interface for browsing and editing MariaDB tables.
Quick Start (Docker)
docker run -d \
--name turborfq \
-p 8080:8080 \
-e DB_HOST=your-mariadb-host \
git.mchus.pro/mchus/turborfq:latest
Open http://localhost:8080, log in with your MariaDB credentials.
Documentation
All architecture, API reference, usage guides, and operational notes live in the bible/.
Description
Languages
JavaScript
52%
PHP
38.4%
HTML
9%
Dockerfile
0.6%