From c296b9d98533ec08f044959dfd92f6a54962272a Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 6 Feb 2026 10:01:16 -0500 Subject: [PATCH] Opencloud: fix JSON (#11617) --- frontend/public/json/opencloud.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/public/json/opencloud.json b/frontend/public/json/opencloud.json index ad169cfe4..b439b01aa 100644 --- a/frontend/public/json/opencloud.json +++ b/frontend/public/json/opencloud.json @@ -41,15 +41,15 @@ "type": "info" }, { - "text": "**Optional External Apps**: extract zip archives from App Store to `/etc/opencloud/assets/apps`", + "text": "**Optional External Apps**: extract zip archives from App Store to `/etc/opencloud/web/assets/apps`", "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", + "text": "**Optional CalDAV and CardDAV**: requires separate Radicale install. Edit and rename `/etc/opencloud/proxy.yaml.bak` and change your Radicale config to use `http_x_remote_user` as the auth method", "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", + "text": "**Optional OpenID**: Authelia and PocketID supported. Uncomment relevant lines in `/etc/opencloud/opencloud.env` and consult OpenCloud GitHub discussions for configuration tips", "type": "info" }, {