Update helpers_cache.json

This commit is contained in:
ProxMenuxBot
2026-02-08 00:20:03 +00:00
parent 775b6ff4fd
commit 173ea58701

View File

@@ -611,6 +611,26 @@
"notes": [],
"type": "ct"
},
{
"name": "Bichon",
"slug": "bichon",
"desc": "Bichon is an open-source email archiving system that synchronizes emails from IMAP servers, indexes them for full-text search, and provides a REST API for programmatic access. Unlike email clients, Bichon is designed for archiving and searching rather than sending/receiving emails. It runs as a standalone server application that continuously synchronizes configured email accounts and maintains a searchable local archive.",
"script": "ct/bichon.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/bichon.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/bichon.sh",
"os": "debian",
"categories": [
7
],
"notes": [
"The Disk space initially allocated by the script is only a placeholder, as we can't know how much space you will ever need. You should increase it to match your workload."
],
"type": "ct",
"default_credentials": {
"username": "admin",
"password": "admin@bichon"
}
},
{
"name": "Bitmagnet",
"slug": "bitmagnet",
@@ -821,6 +841,24 @@
],
"type": "ct"
},
{
"name": "Checkmate",
"slug": "checkmate",
"desc": "Checkmate is an open source uptime and infrastructure monitoring application that helps you track the availability and performance of your services.",
"script": "ct/checkmate.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/checkmate.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/checkmate.sh",
"os": "debian",
"categories": [
9
],
"notes": [
"Create your admin account on first login via the web interface.",
"Server API runs on port 52345, Client UI on port 5173.",
"For PageSpeed monitoring, add a Google PageSpeed API key to the server .env file."
],
"type": "ct"
},
{
"name": "Checkmk",
"slug": "checkmk",