Skip to content
This repository was archived by the owner on Aug 18, 2026. It is now read-only.

TAVPBox 0.11.2

Choose a tag to compare

@jtdoank jtdoank released this 18 Jul 05:40
· 20 commits to main since this release

Fix (Critical)

  • phpMyAdmin: Wrong permissions on configuration file (world writable) on WSL/drvfs mounts (#7)
  • phpMyAdmin: mysqli extension missing in PHP 8.3 image (#8)
  • Adminer: added dedicated nginx config on port 8081 with drvfs permission fix

Fix (Details)

  • cmd/create.go: Move phpMyAdmin config.inc.php to /etc (non-drvfs) + symlink to fix world-writable check
  • images/php/Containerfile: Added mysqli to docker-php-ext-install (phpMyAdmin needs it)
  • cmd/create.go: Adminer now has proper nginx config on port 8081 (separate from phpMyAdmin 8080)
  • cmd/create.go: Apply same drvfs permission fix (symlink to /etc) for Adminer