diff --git a/ct/openproject.sh b/ct/openproject.sh index d91aef7..9a56870 100644 --- a/ct/openproject.sh +++ b/ct/openproject.sh @@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/ APP="OpenProject" var_tags="project-management,erp" var_cpu="2" -var_ram="2048" +var_ram="4096" var_disk="8" var_os="debian" var_version="12" @@ -41,4 +41,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}meilisearch: http://${IP}/openproject${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/openproject${CL}" diff --git a/frontend/public/json/openproject.json b/frontend/public/json/openproject.json index fe41c81..b376669 100644 --- a/frontend/public/json/openproject.json +++ b/frontend/public/json/openproject.json @@ -19,7 +19,7 @@ "script": "ct/openproject.sh", "resources": { "cpu": 2, - "ram": 2048, + "ram": 4096, "hdd": 8, "os": "Debian", "version": "12" diff --git a/install/openproject-install.sh b/install/openproject-install.sh index d5fbf11..4372d70 100644 --- a/install/openproject-install.sh +++ b/install/openproject-install.sh @@ -25,7 +25,7 @@ msg_ok "Installed Dependencies" msg_info "Setup OpenProject Repository" wget -qO- https://dl.packager.io/srv/opf/openproject/key | gpg --dearmor >/etc/apt/trusted.gpg.d/packager-io.gpg -wget -O /etc/apt/sources.list.d/openproject.list https://dl.packager.io/srv/opf/openproject/stable/15/installer/debian/12.repo +wget -qO /etc/apt/sources.list.d/openproject.list https://dl.packager.io/srv/opf/openproject/stable/15/installer/debian/12.repo msg_ok "Setup OpenProject Repository" msg_info "Setup PostgreSQL Repository"