A self-hosted platform to use HandBrake on your headless devices via a bespoke web interface. Harness the processing power of multiple devices to work on a single queue.
GNU Affero General Public License v3.0
234
stars
6
forks
source link
feat: adding arm64 support to docker builds (#230) #237
feat: adding platforms line to the docker-publish workflow
feat: adding docker-buildx and qemu steps for multi-arch builds
feat: only install gpu dependencies on amd64 platforms
feat: adding provenance=false to hopefully remove unknown arch build
feat: adding back docker build cache to improve build times hopefully