inital release

This commit is contained in:
obvtiger 2025-04-30 19:01:10 +02:00
commit 1d708c14cf
26 changed files with 34335 additions and 0 deletions

6
.env.example Normal file
View file

@ -0,0 +1,6 @@
# Server Configuration
PORT=3000
# Video Caching Configuration
# Set to true to keep video files permanently, false to delete unused videos after 10 minutes
ENABLE_CACHING=true