From a5761b4a4232feac6d3e5dcf321a5cd38d084433 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 17 Jun 2025 11:52:58 -0400 Subject: [PATCH] fix json --- frontend/public/json/opencloud.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/public/json/opencloud.json b/frontend/public/json/opencloud.json index f9a49d15..ec0526b4 100644 --- a/frontend/public/json/opencloud.json +++ b/frontend/public/json/opencloud.json @@ -34,23 +34,23 @@ "notes": [ { "text": "Valid TLS certificates and fully-qualified domain names behind a reverse proxy (Caddy) for 3 services - OpenCloud, Collabora, and WOPI are **REQUIRED**", - "type": "warning", + "type": "warning" }, { "text": "**Optional External Apps**: extract zip archives from App Store to `/etc/opencloud/assets/apps`", - "type": "info", + "type": "info" }, { "text": "**Optional CalDAV and CardDAV**: requires separate Radicale install. Edit and rename `/opt/opencloud/proxy.yaml.bak` and change your Radicale config to use `http_x_remote_user` as the auth method", - "type": "info", + "type": "info" }, { "text": "**Optional OpenID**: Authelia and PocketID supported. Uncomment relevant lines in `/opt/opencloud/opencloud.env` and consult OpenCloud GitHub discussions for configuration tips", - "type": "info", + "type": "info" }, { "text": "**Relevant services**: `opencloud.service`, `opencloud-wopi.service`, `coolwsd.service`", - "type": "info", + "type": "info" } ] }