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