Bichon: update json

This commit is contained in:
tremor021 2026-02-06 20:41:03 +01:00
parent e90093364f
commit 350efe0110

View File

@ -1,35 +1,40 @@
{ {
"name": "Bichon", "name": "Bichon",
"slug": "bichon", "slug": "bichon",
"categories": [ "categories": [
7 7
], ],
"date_created": "2024-06-15", "date_created": "2024-06-15",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 15630, "interface_port": 15630,
"documentation": "https://github.com/rustmailer/bichon/wiki", "documentation": "https://github.com/rustmailer/bichon/wiki",
"config_path": "/opt/bichon/bichon.env", "config_path": "/opt/bichon/bichon.env",
"website": "https://github.com/rustmailer/bichon", "website": "https://github.com/rustmailer/bichon",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/bichon.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/bichon.webp",
"description": "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.", "description": "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.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/bichon.sh", "script": "ct/bichon.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 1024, "ram": 1024,
"hdd": 4, "hdd": 4,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": "admin", "username": "admin",
"password": "admin@bichon" "password": "admin@bichon"
}, },
"notes": [] "notes": [
{
"text": "The HDD space initially allocated by the script is only a placeholder as we can't know how much space you will ever need. You can increase it to match your workload.",
"type": "info"
}
]
} }