Update README.md

This commit is contained in:
Alexandre
2025-08-28 09:19:18 +02:00
committed by GitHub
parent 4986512576
commit 52f1201de8

View File

@@ -45,8 +45,8 @@ Webui can be found at `http://homeassistant:9980` or through Ingress.
| Option | Type | Default | Description |
|--------|------|---------|-------------|
| `aliasgroup1` | str | | Nextcloud external domain with escaped dots (e.g. `nextcloud_domain\\.com`) |
| `domain1` | str | | Collabora external domain with escaped dots (e.g. `code_domain\\.com`) |
| `aliasgroup1` | str | | Nextcloud external domain with escaped dots using two \ (e.g. `nextcloud_domain\\\.com`) |
| `domain1` | str | | Collabora external domain with escaped dots using two \ (e.g. `code_domain\\\.com`) |
| `extra_params` | str | | Extra parameters passed to the Collabora start script |
| `username` | str | | Username for the Collabora admin console |
| `password` | str | | Password for the Collabora admin console |