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 @@

View File

@ -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"
}
]
}

View File

@ -1 +0,0 @@