Github actions to build Cloudtube and NewLeaf Docker containers.
A precompiled Docker image is available for both projects, this is a multi-arch image and will run on amd64, aarch64, and armhf devices, including the Raspberry Pi. See the instructions on how to run Cloudtube on the official documentation.
docker run -d \
-p 10412:10412 \
--name cloudtube \
-v ~/cloudtube/db/:/workdir/db \
-v ~/cloudtube/config.js/:/workdir/config/config.js \
abeltramo/cloudtube:latest
docker run -d \
-p 3000:3000 \
--name newleaf \
-v ~/cloudtube/configuration.py:/workdir/configuration.py \
abeltramo/newleaf:latest