Render posts from IPFS into html, linkable to social media sites.
NAME=render
ADDRESS=
DPI=
FONTFILE=fonts/NotoSans-Regular.ttf
POST_TEMPLATE=templates/post.mustache
IPFS_ADDRESS=
ROOT_URL=
get /ready => for kubernetes readiness probe
get /post/<hash> => formatted html of post (determined by POST_TEMPLATE)
get /post/<hash>/image => rendered post image
Expects IPFS blocks in the following format:
{
content: "Hello World!",
description: "Template message.",
fontSize: 36,
spacing: 1.5,
}