From 14f52fba1e4d54a58c651bb6243de70098c612b7 Mon Sep 17 00:00:00 2001 From: choehn86 <42713647+choehn86@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:27:48 -0500 Subject: [PATCH] Create mailrise.json --- json/mailrise.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 json/mailrise.json diff --git a/json/mailrise.json b/json/mailrise.json new file mode 100644 index 00000000..69017687 --- /dev/null +++ b/json/mailrise.json @@ -0,0 +1,39 @@ +{ + "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: Edit the configuration file at /opt/mailrise/mailrise.conf", + "type": "info" + } + ] +}