Initial movmaker web UI

This commit is contained in:
hbrain 2026-05-25 17:26:28 +02:00
commit 7670a52350
4 changed files with 127 additions and 0 deletions

10
config.php Normal file
View file

@ -0,0 +1,10 @@
<?php
return [
"site_name" => "Movmaker WebUI",
"videos_dir" => __DIR__ . "/videos",
"thumbs_dir" => __DIR__ . "/thumbs",
"uploads_dir" => __DIR__ . "/uploads",
"public_videos" => "videos",
"public_thumbs" => "thumbs",
"items_per_page" => 12,
];