Docker
Pre-built image and related docs can be found at https://hub.docker.com/r/daeuniverse/dae.
Alternatively, you can use docker compose:
Before starting the container, configure /etc/dae/config.dae on the host. The Compose file mounts /etc/dae into the container. See Minimal configuration.
shell
git clone --depth=1 https://github.com/daeuniverse/dae
cd daeshell
sudo docker compose up -d --buildshell
docker compose up -d --buildSource: dae upstream · AGPL-3.0 license.
