From a18e7001ee65df4143e5c9ba5cf61b37d0e13863 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Fri, 6 Feb 2026 10:36:50 +0100 Subject: [PATCH] add Bichon.json --- frontend/public/json/bichon.json | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 frontend/public/json/bichon.json diff --git a/frontend/public/json/bichon.json b/frontend/public/json/bichon.json new file mode 100644 index 000000000..62f768bb3 --- /dev/null +++ b/frontend/public/json/bichon.json @@ -0,0 +1,35 @@ +{ + "name": "Bichon", + "slug": "bichon", + "categories": [ + 7 + ], + "date_created": "2024-06-15", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 15630, + "documentation": "https://github.com/rustmailer/bichon/blob/main/README.md", + "config_path": "/opt/bichon/bichon.env", + "website": "https://github.com/rustmailer/bichon", + "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.", + "install_methods": [ + { + "type": "default", + "script": "ct/bichon.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 4, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": "admin", + "password": "admin@bichon" + }, + "notes": [] +}