Add Videola 0.9.2 by fgilde · Pull Request #6042 · getumbrel/umbrel-apps · GitHub
Skip to content

Add Videola 0.9.2 - #6042

Open
fgilde wants to merge 2 commits into
getumbrel:masterfrom
fgilde:videola
Open

Add Videola 0.9.2#6042
fgilde wants to merge 2 commits into
getumbrel:masterfrom
fgilde:videola

Conversation

@fgilde

@fgilde fgilde commented Sep 1, 2026

Copy link
Copy Markdown

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.

  • Upstream: https://github.com/fgilde/videola (GPL-3.0) · site https://videola.app/
  • Image: ghcr.io/fgilde/videola:v0.9.2
    (sha256:503622ba8518e84e0f5e6b4cca786f1dde8dbce74301f23e54bef1954a5a8f09), public, manifest list
    with linux/amd64 and linux/arm64
  • I am the developer of the app and the submitter of this package.

Package

videola/
  umbrel-app.yml
  docker-compose.yml
  data/.gitkeep

One service behind app_proxy (port: 7331 → container 7331), ${APP_DATA_DIR}/data:/data for
projects and imported media. No host paths, no Docker socket, no privileged mode, no capabilities,
no raw published ports, no dependencies.

VIDEOLA_TOKEN is ${APP_SEED}. That is not optional hardening: every /api call carries it as
Authorization: Bearer, and the server refuses to listen on anything but loopback without one, so
the app would not serve at all without it. The health check goes through /api/health with the same
token, 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.2 lists linux/amd64 and
    linux/arm64 under the pinned index digest. arm64 is new in this release: each architecture builds
    on 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.
  • The image was run with exactly this environment and mount: the editor loads, /api/health without
    the token answers 401 and with it 200 plus the storage root it is using, and a restart against
    the same volume keeps the projects.
  • The same package shape is checked against the server's own code by the project's test suite
    (apps/server/src/deploy.test.ts): the port, the storage root, the image tag and the token
    requirement 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

The editor
Effects
Templates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant