fix json
This commit is contained in:
parent
ee2166f3d3
commit
2dcceaf93d
@ -1,23 +1,36 @@
|
|||||||
{
|
{
|
||||||
"name": "Piler",
|
"name": "Piler",
|
||||||
"slug": "piler",
|
"slug": "piler",
|
||||||
"categories": [
|
"categories": [
|
||||||
7,
|
7,
|
||||||
18
|
18
|
||||||
],
|
],
|
||||||
"date_created": "2025-12-15",
|
"date_created": "2025-12-15",
|
||||||
"type": "ct",
|
"type": "ct",
|
||||||
"updateable": true,
|
"updateable": true,
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"interface_port": "80",
|
"interface_port": "80",
|
||||||
"documentation": "https://www.mailpiler.org/",
|
"documentation": "https://www.mailpiler.org/",
|
||||||
"website": "https://www.mailpiler.org/",
|
"config_path": "",
|
||||||
"logo": "https://www.mailpiler.org/piler-logo.png",
|
"website": "https://www.mailpiler.org/",
|
||||||
"description": "Piler is a feature rich open source email archiving solution with support for legal hold, deduplication, full text search, and many more features.",
|
"logo": "https://www.mailpiler.org/piler-logo.png",
|
||||||
"install_methods": [
|
"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"
|
"type": "default",
|
||||||
}
|
"script": "ct/piler.sh",
|
||||||
]
|
"resources": {
|
||||||
|
"cpu": 4,
|
||||||
|
"ram": 4096,
|
||||||
|
"hdd": 20,
|
||||||
|
"os": "Debian",
|
||||||
|
"version": "12"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"default_credentials": {
|
||||||
|
"username": null,
|
||||||
|
"password": null
|
||||||
|
},
|
||||||
|
"notes": []
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user