Skip to content

Commit 350efe0

Browse files
committed
Bichon: update json
1 parent e900933 commit 350efe0

1 file changed

Lines changed: 38 additions & 33 deletions

File tree

frontend/public/json/bichon.json

Lines changed: 38 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,40 @@
11
{
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/wiki",
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": []
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/wiki",
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+
{
36+
"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.",
37+
"type": "info"
38+
}
39+
]
3540
}

0 commit comments

Comments
 (0)