Skip to content

Commit a18e700

Browse files
committed
add Bichon.json
1 parent 7ab95e6 commit a18e700

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

frontend/public/json/bichon.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "Bichon",
3+
"slug": "bichon",
4+
"categories": [
5+
7
6+
],
7+
"date_created": "2024-06-15",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 15630,
12+
"documentation": "https://github.com/rustmailer/bichon/blob/main/README.md",
13+
"config_path": "/opt/bichon/bichon.env",
14+
"website": "https://github.com/rustmailer/bichon",
15+
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/bichon.webp",
16+
"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.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/bichon.sh",
21+
"resources": {
22+
"cpu": 1,
23+
"ram": 1024,
24+
"hdd": 4,
25+
"os": "Debian",
26+
"version": "13"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": "admin",
32+
"password": "admin@bichon"
33+
},
34+
"notes": []
35+
}

0 commit comments

Comments
 (0)