ProxmoxVE/json/mailrise.json
choehn86 126d2df00c
Update mailrise.json
Added link to discussion/guide
2025-01-09 11:59:25 -05:00

40 lines
1.0 KiB
JSON

{
"name": "Mailrise",
"slug": "mailrise",
"categories": [
0
],
"date_created": "2025-01-08",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8025,
"documentation": null,
"website": "https://github.com/YoRyan/mailrise",
"logo": "https://github.com/YoRyan/mailrise/blob/main/src/mailrise/asset/mailrise-logo.png?raw=true",
"description": "An SMTP gateway for Apprise notifications.",
"install_methods": [
{
"type": "default",
"script": "ct/mailrise.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "After the initial installation: See https://github.com/community-scripts/ProxmoxVE/discussions/1356 for basic setup guide",
"type": "info"
}
]
}