Website-fabianschieder/adminer
2026-02-28 19:47:37 +01:00
..
adminer.php Add initial implementation of mini database management tool with environment configuration and server status monitoring 2026-02-28 19:43:58 +01:00
auth.php Add initial implementation of mini database management tool with environment configuration and server status monitoring 2026-02-28 19:43:58 +01:00
basic_auth.php Add basic authentication for /adminer with configurable credentials 2026-02-28 19:47:37 +01:00
env.php Add initial implementation of mini database management tool with environment configuration and server status monitoring 2026-02-28 19:43:58 +01:00
index.php Add basic authentication for /adminer with configurable credentials 2026-02-28 19:47:37 +01:00
README.md Add initial implementation of mini database management tool with environment configuration and server status monitoring 2026-02-28 19:43:58 +01:00
views.php Add initial implementation of mini database management tool with environment configuration and server status monitoring 2026-02-28 19:43:58 +01:00

DB-Verwaltung (Mini-Admin)

Dieses Projekt enthält eine kleine, selbst implementierte DB-Verwaltung unter /adminer.

Setup

  1. Erstelle eine lokale .env im Projekt-Root (siehe .env.example).
  2. Trage dort deine DB-Zugangsdaten ein.

Wichtig: .env wird durch .gitignore ignoriert.

Nutzung

  • Öffne im Browser: /adminer
  • Login erfolgt über das Formular.

Hinweise

  • Das Tool ist bewusst minimal (Tabellenliste + Browse + einfache SQL-Query).
  • Für produktive Nutzung bitte zusätzlich absichern (z.B. Basic Auth / IP-Allowlist).