File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
88APP=" Open WebUI"
99var_tags=" ${var_tags:- ai;interface} "
1010var_cpu=" ${var_cpu:- 4} "
11- var_ram=" ${var_ram:- 4096 } "
12- var_disk=" ${var_disk:- 16 } "
11+ var_ram=" ${var_ram:- 8192 } "
12+ var_disk=" ${var_disk:- 25 } "
1313var_os=" ${var_os:- debian} "
1414var_version=" ${var_version:- 12} "
1515var_unprivileged=" ${var_unprivileged:- 1} "
@@ -76,4 +76,4 @@ description
7676msg_ok " Completed Successfully!\n"
7777echo -e " ${CREATING}${GN}${APP} setup has been successfully initialized!${CL} "
7878echo -e " ${INFO}${YW} Access it using the following URL:${CL} "
79- echo -e " ${TAB}${GATEWAY}${BGN} http://${IP} :8080${CL} "
79+ echo -e " ${TAB}${GATEWAY}${BGN} http://${IP} :8080${CL} "
Original file line number Diff line number Diff line change 2020 "script" : " ct/openwebui.sh" ,
2121 "resources" : {
2222 "cpu" : 4 ,
23- "ram" : 4096 ,
24- "hdd" : 16 ,
23+ "ram" : 8192 ,
24+ "hdd" : 25 ,
2525 "os" : " debian" ,
2626 "version" : " 12"
2727 }
You can’t perform that action at this time.
0 commit comments