From b0f18461b30ae830c7c81f496458e749e9691bad Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Fri, 6 Feb 2026 18:13:29 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 409be27b..a1f69740 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -4572,9 +4572,9 @@ "notes": [ "Valid TLS certificates and fully-qualified domain names behind a reverse proxy (Caddy) for 3 services - OpenCloud, Collabora, and WOPI are **REQUIRED**", "Forgot your admin password? Check `admin_password` in the 'idm' section in `/etc/opencloud/opencloud.yaml`", - "**Optional External Apps**: extract zip archives from App Store to `/etc/opencloud/assets/apps`", - "**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", - "**Optional OpenID**: Authelia and PocketID supported. Uncomment relevant lines in `/opt/opencloud/opencloud.env` and consult OpenCloud GitHub discussions for configuration tips", + "**Optional External Apps**: extract zip archives from App Store to `/etc/opencloud/web/assets/apps`", + "**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", + "**Optional OpenID**: Authelia and PocketID supported. Uncomment relevant lines in `/etc/opencloud/opencloud.env` and consult OpenCloud GitHub discussions for configuration tips", "**Optional Full-text Search with Apache Tika**: requires your own Tika LXC. See `https://community-scripts.github.io/ProxmoxVE/scripts?id=apache-tika`", "**Relevant services**: `opencloud.service`, `opencloud-wopi.service`, `coolwsd.service`" ], @@ -6198,7 +6198,8 @@ 13 ], "notes": [ - "The configuration at `/etc/shelfmark/.env` is for bootstrapping the initial install. Customize the configuration via the Shelfmark UI." + "The configuration at `/etc/shelfmark/.env` is for bootstrapping the initial install. Customize the configuration via the Shelfmark UI.", + "This version of the application does not support routing through Tor (the `USING_TOR` env var)." ], "type": "ct" }, @@ -7225,7 +7226,7 @@ "notes": [ "Execute within the Proxmox shell.", "Full Guide can be found here: `https://github.com/community-scripts/ProxmoxVE/discussions/11532`", - "Only containers with `community-script` or `proxmox-helper-scripts` tags are listed for update.", + "By default, only containers with `community-script` or `proxmox-helper-scripts` tags are listed for update. You can override this by using `var_tags='custom-tag|othertag'`.", "Optionally performs a vzdump backup before updating containers.", "If required, the script will temporarily increase container CPU/RAM resources for the build process and restore them after completion.", "At the end of the update, containers requiring a reboot will be listed, and you may choose to reboot them directly.",