Monday at 05:59 PM1 day This is a support thread for the VideoWare Docker Container for unRAID.VideoWare is an open source, web based video editor you can self-host. Multi-track timeline in the browser, with proxies / thumbnails / filmstrip and waveforms generated automatically. Search footage by speech (local STT) and optional visual analysis, render to file. Everything runs on your hardware! A CLI is included for scripting and AI coding agent workflows if you want it.Project homepage: https://makeware.io/projects/video-wareSource / Issues: https://github.com/make-ware/video-wareContainer Registry: ghcr.io/make-ware/video-ware:latest (linux/amd64, linux/arm64)License: AGPL-3.0You can find this container in Community Applications.StorageVideoWare keeps everything in /data – library + DB. On unRAID that's typically /mnt/user/appdata/video-ware.It writes to local disk or any S3-compatible store. I run mine against garageHQ for S3 – any S3 endpoint works, put the bucket / keys in the template env. If you're just starting, local disk is fine and will be more stable! You can move to S3 later. S3 will reduce the local footprint but disk space will be consumed during transcoding and render operations.CLIIf you want to create videos using scripts, or even enable coding agents to interact with your video footage you can download and install the CLI. It provides parity with web based UI, and will allow you to automate much of the video editing workflow.LabelingBy default there is no data labeling, it's just a web based video editor. To enable labeling you will need an elevenlabs API key for speaker detection and transcription and to enable object tracking and other video based label you will need a google cloud project with the GCVI api enabled. Labeling gives context to your video library, allows for easier entity tagging and better search. Also if you choose to use the CLI it provides rich context for script or AI based editing.NotesFirst boot creates the superadmin via POCKETBASE_ADMIN_EMAIL / POCKETBASE_ADMIN_PASSWORD. This allows for access to the database admin, and these credentials are used by the backend worker to authenticate to the database.No built-in TLS. Put it behind your usual reverse proxy (Cloudflared / Caddy / Traefik) if you want https.If you have questions or issues, post them here – I'll do what I can to help, and others running it can chime in.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.