mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
34 lines
894 B
JSON
34 lines
894 B
JSON
{
|
|
"name": "listmonk",
|
|
"slug": "listmonk",
|
|
"categories": [
|
|
14
|
|
],
|
|
"date_created": "2024-11-22",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 9000,
|
|
"documentation": "https://listmonk.app/docs/",
|
|
"website": "https://listmonk.app/",
|
|
"logo": "https://listmonk.app/static/images/logo.svg",
|
|
"description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/listmonk.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 512,
|
|
"hdd": 4,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
} |