From 52f1201de87f600ffb99f0431cbf87151a7820a5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 28 Aug 2025 09:19:18 +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 434249833..134e04b00 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 (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 |