Add server: Express web UI + API for remote audio description generation with job queue, basic auth, resumable processing, subtitles, and muxing

This commit is contained in:
2026-05-13 16:23:43 +02:00
parent ce22dadd80
commit 7d1a0029bc
22 changed files with 1904 additions and 22 deletions

View File

@@ -14,6 +14,8 @@
"build": "tsc",
"start": "node dist/cli/index.js",
"dev": "ts-node src/cli/index.ts",
"server": "ts-node src/server/index.ts",
"server:build": "node dist/server/index.js",
"test": "jest",
"lint": "eslint src/**/*.ts",
"prepublishOnly": "npm run build"