feat: add videodb media index with Docker stack
- 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>
This commit is contained in:
19
videodb/doc/manual/stylesheets.html
Normal file
19
videodb/doc/manual/stylesheets.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
|
||||
<head>
|
||||
<title>VideoDB - Documentation</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
</head>
|
||||
<body>
|
||||
<a href="index.html">Table of Contents</a>
|
||||
<!-- begin content -->
|
||||
|
||||
<h1>Development</h1>
|
||||
|
||||
<h2>Stylesheets</h2>
|
||||
|
||||
<p>Instead of designing a whole new <a href="templates.html">Template</a> you can add new Stylesheets to existing templates. Just copy an exisisting stylesheet to a new name and adjust it to your match your ideas. All <code>.css</code> files become automatically available in the <a href="configview.html">Configuration Screen</a>.</p>
|
||||
|
||||
|
||||
<!-- end content -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user