{{ message }}
Add Videola 0.9.2 - #6042
Open
fgilde wants to merge 2 commits into
Open
Conversation
added 2 commits
September 1, 2026 17:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Videola 0.9.2
A video editor that runs in a browser and keeps its project model, its command bus and its file
format in a Rust core compiled to WebAssembly. Import footage, cut it on a timeline, keyframe
anything, grade it against real scopes, mix the sound to a loudness target and export an MP4 — on the
device running the app, with nothing uploaded anywhere. Also thirteen templates that bake into
ordinary editable projects, motion blur averaged over eight real instants of a shutter, spectral
noise reduction, 5.1 surround with a position per track, scene detection, an HTTP API and an MCP
server.
ghcr.io/fgilde/videola:v0.9.2(
sha256:503622ba8518e84e0f5e6b4cca786f1dde8dbce74301f23e54bef1954a5a8f09), public, manifest listwith
linux/amd64andlinux/arm64Package
One service behind
app_proxy(port: 7331→ container7331),${APP_DATA_DIR}/data:/dataforprojects and imported media. No host paths, no Docker socket, no privileged mode, no capabilities,
no raw published ports, no dependencies.
VIDEOLA_TOKENis${APP_SEED}. That is not optional hardening: every/apicall carries it asAuthorization: Bearer, and the server refuses to listen on anything but loopback without one, sothe app would not serve at all without it. The health check goes through
/api/healthwith the sametoken, because a check against the open port would only say the process started.
Credentials
None to show. The editor opens straight into an empty project; the token is used by the app itself
and by anything driving the API, and Umbrel's own auth sits in front of the whole app.
Testing
npm run lint:apps -- videola --check-images: clean.docker buildx imagetools inspect ghcr.io/fgilde/videola:v0.9.2listslinux/amd64andlinux/arm64under the pinned index digest. arm64 is new in this release: each architecture buildson a runner of that architecture and the two digests are merged, because the Rust/WASM build under
emulation does not finish in a CI run.
/api/healthwithoutthe token answers
401and with it200plus the storage root it is using, and a restart againstthe same volume keeps the projects.
(
apps/server/src/deploy.test.ts): the port, the storage root, the image tag and the tokenrequirement are read from the code rather than typed out, so a drifting package fails that build.
Screenshots and logo
Logo: https://raw.githubusercontent.com/fgilde/videola/main/brand/videola-icon.png