Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Haze

Hazy with a chance of clouds.

haze is a tool that provides an easy way to set up Nextcloud test instances with a choice of PHP version, database server, optional s3 or LDAP setup and much more.

Quickstart

  • Grab a binary from the Codeberg releases and place it in your $PATH

  • Create a file ~/.config/haze/haze.toml with the following content:

    sources_root = "/path/to/nextcloud/sources"
    
  • Start a basic Nextcloud instance:

    haze start
    
  • Navigate to the address that is provided in the output.

See the setup, configuration and usage for a more details.