Files
MeDBia/videodb/doc/manual/usermanager.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

37 lines
1.1 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>Usermanagement</h2>
<p>In the usermanagement Screen you can add, delete and modify users for multiuser mode.</p>
<table>
<tr>
<td>Modify own movies</td>
<td>Users with this flag may add, delete and change their own movies. However they can not change movies of other users.</td>
</tr>
<tr>
<td>Modify others movies</td>
<td>Users with this flag may change details of movies belonging to other users, too.</td>
</tr>
<tr>
<td>Administration</td>
<td>Users with this flag may do everything. Setting this implies all other flags.</td>
</tr>
<tr>
<td>See adult movies</td>
<td>You can define movie genres which are not suitable for minors and should be hidden from all users which do not have this permission flag set.</td>
</tr>
</table>
<!-- end content -->
</body>
</html>