From 450d2410d9920ee3d089585e9a4095dee6872528 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 20 Feb 2025 15:54:38 +0100 Subject: [PATCH] Update wikijs.sh --- ct/wikijs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/wikijs.sh b/ct/wikijs.sh index aed789ceb..b05bb28ef 100644 --- a/ct/wikijs.sh +++ b/ct/wikijs.sh @@ -8,8 +8,8 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m APP="Wikijs" var_tags="wiki" var_cpu="1" -var_ram="512" -var_disk="3" +var_ram="1024" +var_disk="5" var_os="debian" var_version="12" var_unprivileged="1" @@ -63,4 +63,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}"