ProxmoxVE/json/listmonk.json
bvdberg01 80173bf360 Fixed issues after PR review
Co-Authored-By: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-24 13:32:50 +01:00

34 lines
902 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": []
}