Tobias ee2166f3d3
Update categories in piler.json
Removed categories 'Email' and 'Archive' and added new numeric categories.
2025-12-21 20:02:53 +01:00

24 lines
663 B
JSON

{
"name": "Piler",
"slug": "piler",
"categories": [
7,
18
],
"date_created": "2025-12-15",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "80",
"documentation": "https://www.mailpiler.org/",
"website": "https://www.mailpiler.org/",
"logo": "https://www.mailpiler.org/piler-logo.png",
"description": "Piler is a feature rich open source email archiving solution with support for legal hold, deduplication, full text search, and many more features.",
"install_methods": [
{
"type": "default",
"script": "ct/piler.sh"
}
]
}