- Add videodb PHP/MySQL media collection manager (Blu-ray, DVD, CD) - Dockerfile: PHP 8.1 + Apache with GD/mysqli/exif extensions - docker-compose.yml: app on port 6761 + MySQL 8.0 with health checks - docker-entrypoint.sh: auto-generates config.inc.php from env vars, waits for MySQL, initializes DB schema idempotently - init-db.php: CLI schema installer using app's own prefix_query() logic - Persistent volumes for DB, cache, and cover images Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
616 B
XML
16 lines
616 B
XML
<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" > <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
|
|
<defs >
|
|
<font id="generalfoundicons" horiz-adv-x="955" ><font-face
|
|
font-family="General Foundicons"
|
|
units-per-em="1000"
|
|
panose-1="0 0 0 0 0 0 0 0 0 0"
|
|
ascent="1000"
|
|
descent="0"
|
|
alphabetic="0" />
|
|
<missing-glyph horiz-adv-x="250" />
|
|
<glyph unicode=" " glyph-name="space" horiz-adv-x="250" />
|
|
<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="1000" />
|
|
</font>
|
|
</defs>
|
|
</svg>
|