Files
Malin a9d550ba1d fix: replace mysqladmin with PHP mysqlnd for MySQL 8 compatibility
The MariaDB CLI client (default-mysql-client on Debian) cannot complete
the caching_sha2_password handshake used by MySQL 8.0, so the entrypoint
wait loop never exited.

- Dockerfile: remove default-mysql-client (no longer needed)
- docker-entrypoint.sh: wait loop now uses a PHP one-liner via mysqli_connect
  (same mysqlnd driver the app uses — if it connects, the app will too)
- docker-compose.yml: health check pings via local socket without credentials
  (mysqladmin ping -h localhost --silent works inside the DB container)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 10:59:39 +02:00
..

videoDB

VideoDB is a PHP-based web application to manage a personal video collection. Multiple video types are supported, ranging from VHS tapes and DVDs to Blu-ray discs and DivX files on hard-disc. Even video games are supported.

Introduction

Browse

You can use videoDB to manage your video and CD collection, be it DVD, BluRay or plain Files:

Browse Movies

View

View Details

Edit

All data is editable in nice layed out forms:

Edit

IMDB

New movies are easily added directly from IMDB or other sources:

IMDB

Config

videoDB is also highly customizable- almost every aspect can be changed from template selection to detailed customization:

Config