From 6ee3ccf52d0691031039e1ef96c91cfd0c4a5781 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 17 Jun 2025 13:31:05 -0400 Subject: [PATCH] OpenCloud: add more tips to opencloud.json --- frontend/public/json/opencloud.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/public/json/opencloud.json b/frontend/public/json/opencloud.json index ec0526b4..28b8d807 100644 --- a/frontend/public/json/opencloud.json +++ b/frontend/public/json/opencloud.json @@ -36,6 +36,10 @@ "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" }, + { + "text": "Forgot your admin password? Check `admin_password` in the 'idm' section in `/etc/opencloud/opencloud.yaml`", + "type": "info" + }, { "text": "**Optional External Apps**: extract zip archives from App Store to `/etc/opencloud/assets/apps`", "type": "info" @@ -48,6 +52,10 @@ "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" }, + { + "text": "**Optional Full-text Search with Apache Tika**: requires your own Tika LXC. See `https://community-scripts.github.io/ProxmoxVE/scripts?id=apache-tika`", + "type": "info" + }, { "text": "**Relevant services**: `opencloud.service`, `opencloud-wopi.service`, `coolwsd.service`", "type": "info"