mjml-server
mjml-server copied to clipboard
Standalone mjml server, listening on port 80/tcp.
Input: ``` POST http://localhost:25800/v1/render {"mjml":"Test\n"} ``` Response: ``` HTTP/1.1 400 Bad Request X-Powered-By: Express Access-Control-Allow-Origin: * Access-Control-Allow-Headers: * Access-Control-Allow-Methods: POST Access-Control-Max-Age: -1 Content-Type: text/plain Date: Sun, 31 Jul 2022 11:29:36...
Hi, currently I believe mjml-server's image runs as root by default which is not desirable. The base image (node) used has a page with best practices showing how instead it...
This, allow to easily deploy a server on a kubernetes cluster. Access to the server is limited to the cluster internal network.
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
That's all. Just reporting that the option is deprecated.
First, thank you for your docker image and your work. ❤ MJML offers a lot of options, like fonts, for example. But it would be kind of hard to set...