Skip to content

SKumarSpace/forge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forge

Email/Sms/Push Template Manager based off EmailBuilder.js

Installation

Local

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://../.images

Azure Blob Storage

docker 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

S3 or compatible

# TODO

Features

Methodology

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.

Usage (Server)

cd server

Local

make local

Azure Blob Storage

make azure

S3 or compatible

make s3

About

Template Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •  

Languages