Skip to content

helmforgedev/openreel-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenReel Video

HelmForge container image for OpenReel Video, a browser-based video editor.

Image

  • docker.io/helmforge/openreel-video:v0.5.0

The image builds the upstream Augani/openreel-video release and serves the Vite static output with an unprivileged NGINX runtime on port 8080.

Runtime Defaults

  • Non-root runtime image.
  • SPA fallback to index.html.
  • /healthz endpoint for probes.
  • COOP/COEP headers enabled for browser APIs used by video/WASM workflows.

Build Locally

docker build \
  --build-arg OPENREEL_VERSION=v0.5.0 \
  -t helmforge/openreel-video:v0.5.0 .
docker run --rm -p 8080:8080 helmforge/openreel-video:v0.5.0
curl -fsS http://127.0.0.1:8080/healthz

Source

About

HelmForge OpenReel Video container image

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors