Skip to content

Commit f511d88

Browse files
authored
Fix ports ressources (#867)
* fix Plex Port * fix ressources adguard * fix photoprism ressource
1 parent fad540c commit f511d88

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ct/adguard.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
88
# App Default Values
99
APP="Adguard"
1010
var_tags="adblock"
11-
var_cpu="2"
12-
var_ram="2048"
13-
var_disk="4"
11+
var_cpu="1"
12+
var_ram="512"
13+
var_disk="2"
1414
var_os="debian"
1515
var_version="12"
1616
var_unprivileged="1"
@@ -43,4 +43,4 @@ description
4343
msg_ok "Completed Successfully!\n"
4444
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
4545
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
46-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}"
46+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}"

ct/plex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ description
5757
msg_ok "Completed Successfully!\n"
5858
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
5959
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
60-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:23400/web${CL}"
60+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:32400/web${CL}"

json/photoprism.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"script": "ct/photoprism.sh",
2020
"resources": {
2121
"cpu": 2,
22-
"ram": 2048,
22+
"ram": 3072,
2323
"hdd": 8,
2424
"os": "debian",
2525
"version": "12"
@@ -36,4 +36,4 @@
3636
"type": "warning"
3737
}
3838
]
39-
}
39+
}

0 commit comments

Comments
 (0)