diff --git a/json/helpers_cache.json b/json/helpers_cache.json index fcd7ec52..c71fa36c 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -10512,6 +10512,41 @@ }, "os": "debian" }, + { + "name": "Mailpit", + "slug": "mailpit", + "desc": "Mailpit is a fast, lightweight email testing tool that captures SMTP messages and provides a web UI and API for viewing and testing them.", + "script": "ct/mailpit.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/mailpit.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/mailpit.sh", + "type": "lxc", + "type_id": "nm9bra8mzye2scg", + "categories": [ + "scriptcat00020" + ], + "category_names": [ + "AI / Coding & Dev-Tools" + ], + "notes": [ + "Captured messages are stored persistently in /opt/mailpit/data/mailpit.db and Mailpit keeps the newest 500 messages by default." + ], + "warnings": [ + "Mailpit captures email for testing; configure applications to use SMTP on port 1025. Do not expose the web UI or SMTP port to untrusted networks without adding authentication and TLS." + ], + "port": 8025, + "website": "https://mailpit.axllent.org/", + "documentation": "https://mailpit.axllent.org/docs/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/mailpit.webp", + "updateable": true, + "privileged": false, + "has_arm": true, + "is_dev": true, + "execute_in": [ + "lxc" + ], + "config_path": "", + "os": "debian" + }, { "name": "Manage My Damn Life", "slug": "managemydamnlife",