From babd0d1b4f9d738f9647c3beeea1a07511f616d0 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 11 Sep 2025 20:45:04 +0200 Subject: [PATCH] Update Joplin Server --- ct/joplin-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/joplin-server.sh b/ct/joplin-server.sh index 0408b5f8..8a5ad377 100644 --- a/ct/joplin-server.sh +++ b/ct/joplin-server.sh @@ -5,7 +5,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://joplinapp.org/ -APP="Joplin-Server" +APP="joplin-server" var_tags="${var_tags:-notes}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-4096}"