Update Notesnook

This commit is contained in:
tremor021 2025-05-25 20:46:45 +02:00
parent 01ae21db9e
commit bcef80e7f5
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/
APP="notesnook"
var_tags="${var_tags:-os}"
var_cpu="${var_cpu:-2}"
var_cpu="${var_cpu:-1}"
var_ram="${var_ram:-2048}"
var_disk="${var_disk:-8}"
var_os="${var_os:-debian}"

View File

@ -22,7 +22,7 @@ NODE_MODULE="yarn" install_node_and_modules
msg_info "Installing Notesnook"
fetch_and_deploy_gh_release "streetwriters/notesnook"
cd /opt/notesnook
export NODE_OPTIONS="--max-old-space-size=1536"
#export NODE_OPTIONS="--max-old-space-size=2048"
$STD npm install
$STD npm run build:web
msg_ok "Installed Notesnook"