Initial movmaker web UI
This commit is contained in:
commit
7670a52350
4 changed files with 127 additions and 0 deletions
10
config.php
Normal file
10
config.php
Normal 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,
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue