Update helpers_cache.json

This commit is contained in:
ProxMenuxBot
2026-02-06 18:13:29 +00:00
parent b8ccbfd222
commit b0f18461b3

View File

@@ -4572,9 +4572,9 @@
"notes": [ "notes": [
"Valid TLS certificates and fully-qualified domain names behind a reverse proxy (Caddy) for 3 services - OpenCloud, Collabora, and WOPI are **REQUIRED**", "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`", "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 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 `/opt/opencloud/proxy.yaml.bak` and change your Radicale config to use `http_x_remote_user` as the auth method", "**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 `/opt/opencloud/opencloud.env` and consult OpenCloud GitHub discussions for configuration tips", "**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`", "**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`" "**Relevant services**: `opencloud.service`, `opencloud-wopi.service`, `coolwsd.service`"
], ],
@@ -6198,7 +6198,8 @@
13 13
], ],
"notes": [ "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" "type": "ct"
}, },
@@ -7225,7 +7226,7 @@
"notes": [ "notes": [
"Execute within the Proxmox shell.", "Execute within the Proxmox shell.",
"Full Guide can be found here: `https://github.com/community-scripts/ProxmoxVE/discussions/11532`", "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.", "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.", "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.", "At the end of the update, containers requiring a reboot will be listed, and you may choose to reboot them directly.",