Updeate Notesnook and add json

This commit is contained in:
tremor021 2025-05-27 12:38:58 +02:00
parent 8cf784974e
commit e2ace3aa59
2 changed files with 36 additions and 1 deletions

View File

@ -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}"

View File

@ -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": []
}