This commit is contained in:
Tobias 2025-12-21 20:10:18 +01:00 committed by GitHub
parent ee2166f3d3
commit 2dcceaf93d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,26 @@
"privileged": false,
"interface_port": "80",
"documentation": "https://www.mailpiler.org/",
"config_path": "",
"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"
"script": "ct/piler.sh",
"resources": {
"cpu": 4,
"ram": 4096,
"hdd": 20,
"os": "Debian",
"version": "12"
}
]
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}