From 97fb15e4e790cf556f87d3491790460dda4cafde Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 28 Aug 2025 09:19:30 +0200 Subject: [PATCH] Update README.md --- collabora/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collabora/README.md b/collabora/README.md index 134e04b00..2767c74e4 100644 --- a/collabora/README.md +++ b/collabora/README.md @@ -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 using two \ (e.g. `nextcloud_domain\\\.com`) | -| `domain1` | str | | Collabora external domain with escaped dots using two \ (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 |