From a2889155efd4112deedf378c5f9e7584c843892b Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 17 Jun 2025 11:46:44 -0400 Subject: [PATCH] OpenCloud: update opencloud.json --- frontend/public/json/opencloud.json | 35 +++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/frontend/public/json/opencloud.json b/frontend/public/json/opencloud.json index 458f81f9..f9a49d15 100644 --- a/frontend/public/json/opencloud.json +++ b/frontend/public/json/opencloud.json @@ -8,9 +8,9 @@ "type": "ct", "updateable": true, "privileged": false, - "interface_port": 9200, + "interface_port": 443, "documentation": "https://docs.opencloud.eu", - "config_path": "/etc/opencloud/.env", + "config_path": "/etc/opencloud/opencloud.env, /etc/opencloud/opencloud.yaml, /etc/opencloud/csp.yaml", "website": "https://opencloud.eu", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/opencloud.webp", "description": "OpenCloud is the file sharing and collaboration solution of the Heinlein Group. Through intelligent file management and a strong open source community, files become valuable resources, effectively structured and usable in the long term. With flexible data rooms and intelligent access rights, teams can access and work together on data anytime, anywhere without barriers, but with a lot of productivity.", @@ -19,9 +19,9 @@ "type": "default", "script": "ct/opencloud.sh", "resources": { - "cpu": 4, - "ram": 4, - "hdd": 10, + "cpu": 2, + "ram": 2048, + "hdd": 6, "os": "Debian", "version": "12" } @@ -29,7 +29,28 @@ ], "default_credentials": { "username": "admin", - "password": "randomly generated during install" + "password": "randomly generated during installation process" }, - "notes": [] + "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", + }, + { + "text": "**Optional External Apps**: extract zip archives from App Store to `/etc/opencloud/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", + "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", + }, + { + "text": "**Relevant services**: `opencloud.service`, `opencloud-wopi.service`, `coolwsd.service`", + "type": "info", + } + ] }