Files
MeDBia/videodb/doc/manual/multiuser.html
Malin f55c91276e 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>
2026-05-11 09:49:52 +02:00

30 lines
1.2 KiB
HTML

<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>Usage</h1>
<h2>Multiuser Options</h2>
<p>VideoDB can work with multiple user as an option. To enable this go to the <a href="configview.html">Configuration Screen</a> and check the <code>Multiuser Support</code> checkbox.</p>
<h3>Logging in</h3>
<p>When the Multiusermode is enabled a new menu item <code>Login</code> appears. Use your Username and Password to login. You must have cookies enabled or it won't work!! When you check the <code>stay logged in</code> checkbox the cookie will not expire after the actual browser session.</p>
<p>On database creation an initial user with administration rights is created: Username: <code>admin</code> Password: <code>admin</code></p>
<h3>Add and modify users</h3>
<p>Follow the link <code>Usermanagement</code> from the <a href="configview.html">Configuration Screen</a>.</p>
<p>Be sure to change the password of the <code>admin</code> user!</p>
<!-- end content -->
</body>
</html>