From 6e53db1ddb46680362a8f94f9c1013d66226a9e2 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sun, 22 Feb 2026 13:40:17 +0100 Subject: [PATCH] fix --- ct/anytype-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/anytype-server.sh b/ct/anytype-server.sh index 7525e1eaf..ec27cf3f6 100644 --- a/ct/anytype-server.sh +++ b/ct/anytype-server.sh @@ -5,7 +5,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://anytype.io -APP="Anytype" +APP="Anytype-Server" var_tags="${var_tags:-notes;productivity;sync}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-4096}"