This commit is contained in:
CanbiZ
2025-03-21 09:29:24 +01:00
parent 50afd96523
commit 0aa76a821d
4 changed files with 3 additions and 42 deletions

View File

@@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/
APP="Meilisearch"
var_tags="full-text-search"
var_cpu="2"
var_ram="2048"
var_ram="4096"
var_disk="5"
var_os="debian"
var_version="12"
@@ -40,3 +40,5 @@ 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}:7700$ | meilisearch-ui: http://${IP}:24900${CL}"

View File

@@ -1 +0,0 @@