From e2ace3aa591c4977b8033533ceff9a9280e0edd6 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 27 May 2025 12:38:58 +0200 Subject: [PATCH] Updeate Notesnook and add json --- ct/notesnook.sh | 2 +- frontend/public/json/notesnook.json | 35 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 frontend/public/json/notesnook.json diff --git a/ct/notesnook.sh b/ct/notesnook.sh index d584468..6a190e2 100644 --- a/ct/notesnook.sh +++ b/ct/notesnook.sh @@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/ APP="notesnook" var_tags="${var_tags:-os}" var_cpu="${var_cpu:-1}" -var_ram="${var_ram:-3048}" +var_ram="${var_ram:-3072}" var_disk="${var_disk:-8}" var_os="${var_os:-debian}" var_version="${var_version:-12}" diff --git a/frontend/public/json/notesnook.json b/frontend/public/json/notesnook.json new file mode 100644 index 0000000..13bd103 --- /dev/null +++ b/frontend/public/json/notesnook.json @@ -0,0 +1,35 @@ +{ + "name": "Notesnook", + "slug": "notesnook", + "categories": [ + 12 + ], + "date_created": "2025-05-27", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 3000, + "documentation": null, + "config_path": "/", + "website": "https://notesnook.com/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/notesnook.webp", + "description": "Notesnook is a free (as in speech) & open-source note-taking app focused on user privacy & ease of use. To ensure zero knowledge principles, Notesnook encrypts everything on your device using XChaCha20-Poly1305 & Argon2.", + "install_methods": [ + { + "type": "default", + "script": "ct/notesnook.sh", + "resources": { + "cpu": 2, + "ram": 3072, + "hdd": 8, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +}