Add Update function to OpenProject

This commit is contained in:
Michel Roegl-Brunner
2025-03-24 09:57:43 +01:00
parent 07e67dd4b0
commit c158e5c177
3 changed files with 4 additions and 4 deletions

View File

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