From 8640dd97cd8dc1e84b685e7c37f190fb1aa2635d Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:16:59 +0000 Subject: [PATCH] Update date in json (#11577) Co-authored-by: GitHub Actions --- frontend/public/json/opencloud.json | 122 ++++++++++++++-------------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/frontend/public/json/opencloud.json b/frontend/public/json/opencloud.json index 29fe38a5c..ad169cfe4 100644 --- a/frontend/public/json/opencloud.json +++ b/frontend/public/json/opencloud.json @@ -1,64 +1,64 @@ { - "name": "OpenCloud", - "slug": "opencloud", - "categories": [ - 11 - ], - "date_created": "2025-12-12", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 443, - "documentation": "https://docs.opencloud.eu", - "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@main/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.", - "install_methods": [ - { - "type": "default", - "script": "ct/opencloud.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 20, - "os": "Debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": "admin", - "password": "randomly generated during the installation process" + "name": "OpenCloud", + "slug": "opencloud", + "categories": [ + 11 + ], + "date_created": "2026-02-05", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 443, + "documentation": "https://docs.opencloud.eu", + "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@main/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.", + "install_methods": [ + { + "type": "default", + "script": "ct/opencloud.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 20, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": "admin", + "password": "randomly generated during the installation process" + }, + "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" }, - "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": "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" - }, - { - "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": "**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" - } - ] + { + "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" + }, + { + "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": "**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" + } + ] }