Setup
Requirements
- Docker
haze is built around docker containers and manages containers using the docker socket. Using Podman with docker compatibility might also work, but is untested.
Installation
- Grab a binary from the
Codeberg releases and place it
in your
$PATH
Configuration
Create a file ~/.config/haze/haze.toml with the following options:
sources_root = "/path/to/nextcloud/sources"
See the configuration section for more options.
Test the Setup
Quick examples
-
Start a basic Nextcloud instance:
haze start -
Navigate to the address that is provided in the output.