update app statuses

This commit is contained in:
Sam Heinz
2025-01-12 19:26:44 +10:00
parent 2199790f19
commit 611bc70944
7 changed files with 18 additions and 12 deletions

View File

@@ -38,8 +38,8 @@ msg_ok "Installed Additional Tools"
msg_info "Installing Meilisearch"
cd /tmp
wget -q https://github.com/meilisearch/meilisearch/releases/latest/download/meilisearch.deb
$STD dpkg -i meilisearch.deb
wget -q https://github.com/meilisearch/meilisearch/releases/latest/download/meilisearch-aarch64.deb
$STD dpkg -i meilisearch-aarch64.deb
wget -q https://raw.githubusercontent.com/meilisearch/meilisearch/latest/config.toml -O /etc/meilisearch.toml
MASTER_KEY=$(openssl rand -base64 12)
sed -i \
@@ -176,7 +176,7 @@ motd_ssh
customize
msg_info "Cleaning up"
rm -rf /tmp/meilisearch.deb
rm -rf /tmp/meilisearch-aarch64.deb
rm -f /opt/v${RELEASE}.zip
$STD apt-get autoremove -y
$STD apt-get autoclean -y

View File

@@ -36,5 +36,5 @@
"type": "warning"
}
],
"status": "🚧"
"status": ""
}

View File

@@ -36,8 +36,8 @@
"type": "info"
},
{
"text": "No ARM64 image: https://ideas.checkmk.com/suggestions/297317/arm-support-for-the-cee-and-cme",
"type": "info"
"text": "No ARM64 image: `https://ideas.checkmk.com/suggestions/297317/arm-support-for-the-cee-and-cme`",
"type": "warning"
}
],
"status": "❌"

View File

@@ -31,5 +31,5 @@
"password": "glpi"
},
"notes": [],
"status": "🚧"
"status": ""
}

View File

@@ -30,6 +30,9 @@
"username": null,
"password": null
},
"notes": [],
"status": "🚧"
"notes": [{
"text": "No arm64 version of dependency available",
"type": "warning"
}],
"status": "❌"
}

View File

@@ -30,6 +30,9 @@
"username": null,
"password": null
},
"notes": [],
"status": "🚧"
"notes": [{
"text": "No ARM64 package available",
"type": "warning"
}],
"status": "❌"
}

View File

@@ -36,5 +36,5 @@
"type": "info"
}
],
"status": "🚧"
"status": ""
}