Update helpers_cache.json

This commit is contained in:
ProxMenuxBot
2026-04-02 18:15:08 +00:00
parent 74a508e3a8
commit 0f8e215706

View File

@@ -4216,6 +4216,7 @@
], ],
"notes": [ "notes": [
"First-Start: Run `ente-setup` — it guides you through account creation, verification, and admin configuration", "First-Start: Run `ente-setup` — it guides you through account creation, verification, and admin configuration",
"To upgrade subscription later: `ente-upgrade-subscription user@example.com`",
"For CLI admin docs see https://ente.io/help/self-hosting/administration/cli", "For CLI admin docs see https://ente.io/help/self-hosting/administration/cli",
"Museum config: `cat /opt/ente/server/museum.yaml`" "Museum config: `cat /opt/ente/server/museum.yaml`"
], ],
@@ -12910,7 +12911,7 @@
], ],
"notes": [ "notes": [
"The build process requires significant RAM (4GB+). Do not reduce container RAM below 4GB.", "The build process requires significant RAM (4GB+). Do not reduce container RAM below 4GB.",
"NEXT_PUBLIC_* variables are baked at build time. If you change the IP/URL, rebuild with: cd /opt/postiz && pnpm run build" "NEXT_PUBLIC_* variables are baked at build time. If you change the IP/URL or add social provider keys, rebuild with: postiz-rebuild"
], ],
"port": 80, "port": 80,
"website": "https://postiz.com/", "website": "https://postiz.com/",
@@ -12921,7 +12922,7 @@
"has_arm": false, "has_arm": false,
"is_dev": true, "is_dev": true,
"execute_in": [ "execute_in": [
"pve" "lxc"
], ],
"config_path": "/opt/postiz/.env", "config_path": "/opt/postiz/.env",
"os": "debian" "os": "debian"