Listmonk App¶
About¶
Listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary.
- Questions? Ask in the Cloudron Forum - Listmonk
- Listmonk Website
- Listmonk issue tracker
Timezone¶
To set the timezone, edit the TZ
variable inside /app/data/env.sh
using the File manager.
Be sure to restart the app, after making any changes.
Static templates¶
System templates are used for rendering public user facing pages such as the subscription management page, and in automatically generated system e-mails such as the opt-in confirmation e-mail.
The original template files, matching the upstream version, are located at /app/pkg/static.template
.
You can make a copy of those into /app/data/static
using the Web terminal to run the following command:
cp -rf /app/pkg/static.template/* /app/data/static/
Then restart the app to make it pickup the changes. A restart is required everytime files in that folder are changed.
Version incompatibilities
Since the template files might depend on specific listmonk versions, any app update might break due to incompatibilites. If custom templates are used, it may be good to disable automatic app updates and check functionality after each manually applied update.
i18n¶
Additional languages can be uploaded to /app/data/i18n
using the File manager.