diff --git a/ct/adguard.sh b/ct/adguard.sh index f814a12d..c233e2b4 100644 --- a/ct/adguard.sh +++ b/ct/adguard.sh @@ -8,9 +8,9 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Adguard" var_tags="adblock" -var_cpu="2" -var_ram="2048" -var_disk="4" +var_cpu="1" +var_ram="512" +var_disk="2" var_os="debian" var_version="12" var_unprivileged="1" @@ -43,4 +43,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}" diff --git a/ct/plex.sh b/ct/plex.sh index 413a7e65..0aebd688 100644 --- a/ct/plex.sh +++ b/ct/plex.sh @@ -57,4 +57,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}:23400/web${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:32400/web${CL}" diff --git a/json/photoprism.json b/json/photoprism.json index 0e796d0d..9d7bb13f 100644 --- a/json/photoprism.json +++ b/json/photoprism.json @@ -19,7 +19,7 @@ "script": "ct/photoprism.sh", "resources": { "cpu": 2, - "ram": 2048, + "ram": 3072, "hdd": 8, "os": "debian", "version": "12" @@ -36,4 +36,4 @@ "type": "warning" } ] -} \ No newline at end of file +}