Email/Sms/Push Template Manager based off EmailBuilder.js
docker run -d -p 9090:8080 -v forge-templates:/app/.templates -v forge-images:/app/.images --name forge ghcr.io/skumarspace/forge:main --url=file://../.templates --imageUrl=file://../.imagesdocker run -d -p 9090:8080 -e AZURE_STORAGE_ACCOUNT="<account>" -e AZURE_STORAGE_KEY="<key>" --name forge ghcr.io/skumarspace/forge:main --url=azure://test --imageUrl=azure://images# TODO- Largely based off the EmailBuilder.js example self hostable version.
- Allow Load and Save of Templates
- Add support for SMS/Push Templates
Goal is to provide a simple way to manage templates for emails, sms and push notifications. This project should be able to be deployed via docker.
It should support storing and retrieving templates in any storage medium (local, s3 and azure). We will use the gocloud.dev/blob` library to abstract the storage medium.
cd servermake localmake azuremake s3