feat: initialise project structure with core encoding queue, database models, and web management API
Build / Build and Push (push) Successful in 50s

This commit is contained in:
2026-06-05 19:53:31 +01:00
parent dceba72891
commit 07aa8e5ffe
33 changed files with 2911 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
server:
port: 8080
listen_addr: "0.0.0.0"
auth:
username: "admin"
password: "password"
database:
host: "db"
port: 3306
user: "root"
password: "root"
name: "encoder"
encoder:
ffmpeg_path: "ffmpeg"
temp_dir: "/tmp/goencode"
logging:
level: "info"