From 0aa76a821d93fe2385b747a04d6b9200931f57a5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 21 Mar 2025 09:29:24 +0100 Subject: [PATCH] upd --- ct/meilisearch.sh | 4 +++- ct/snipeit.sh | 1 - frontend/public/json/snipeit.json | 39 ------------------------------- install/snipeit-install.sh | 1 - 4 files changed, 3 insertions(+), 42 deletions(-) delete mode 100644 ct/snipeit.sh delete mode 100644 frontend/public/json/snipeit.json delete mode 100644 install/snipeit-install.sh diff --git a/ct/meilisearch.sh b/ct/meilisearch.sh index 28bc395..940941b 100644 --- a/ct/meilisearch.sh +++ b/ct/meilisearch.sh @@ -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}" diff --git a/ct/snipeit.sh b/ct/snipeit.sh deleted file mode 100644 index 8b13789..0000000 --- a/ct/snipeit.sh +++ /dev/null @@ -1 +0,0 @@ - diff --git a/frontend/public/json/snipeit.json b/frontend/public/json/snipeit.json deleted file mode 100644 index c12cd10..0000000 --- a/frontend/public/json/snipeit.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "SnipeIT", - "slug": "snipeit", - "categories": [ - 25 - ], - "date_created": "2024-12-02", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 80, - "documentation": "https://snipe-it.readme.io/docs/overview", - "website": "https://snipeitapp.com/", - "logo": "https://raw.githubusercontent.com/snipe/snipe-it/refs/heads/master/public/img/snipe-logo-bug.png", - "description": "This is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.", - "install_methods": [ - { - "type": "default", - "script": "ct/snipeit.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 4, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "Post Install: `https://github.com/community-scripts/ProxmoxVE/discussions/671`", - "type": "info" - } - ] -} diff --git a/install/snipeit-install.sh b/install/snipeit-install.sh deleted file mode 100644 index 8b13789..0000000 --- a/install/snipeit-install.sh +++ /dev/null @@ -1 +0,0 @@ -