A service to publish your Mela recipes to trmnl
https://trmnlmela.chrissexton.org
| cmd/trmnlmela | ||
| controllers | ||
| melatotrmnl | ||
| models | ||
| views | ||
| .gitignore | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| modd.conf | ||
| readme.md | ||
TrmnlMela
A small service to allow trmnl to access and display saved Mela recipes.
Requirements
To build and use from scratch:
To deploy with docker/makefile:
- docker
- a server to deploy upon
Environment variables
You can see some via the -help flag.
Custom trmnl plugin
You should configure a custom trmnl plugin for this service. It should be a polling method plugin with the URL set to whatever your user's API URL is. This is found at the bottom of the user page.
Is it good?
It's not terrible, but there's still stuff to do.