1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

flake reorg

This commit is contained in:
Robin Appelman 2025-02-19 16:24:13 +01:00
commit c28a81a661
9 changed files with 84 additions and 164 deletions

View file

@ -32,11 +32,13 @@ See the [configuration section](#configuration) for more options.
### Quick examples
- Start a Nextcloud instance with `postgresql`, `php 8.1` and `s3` primary storage:
```bash
haze start pgsq s3
```
- Start a Nextcloud instance with `sqlite`, `php 8.2` and an `smb` external storage:
```bash
haze start 8.2 smb
```
@ -265,4 +267,4 @@ listen = "/run/haze/haze.sock" # either a unix socket path
name = "groupfolders" # name of the preset
apps = ["groupfolders"] # app to enable
commands = ["occ groupfolders:create gf", "occ groupfolders:group 1 admin read write share delete"] # commands to run post-setup
```
```