A service to publish your Mela recipes to trmnl https://trmnlmela.chrissexton.org
Find a file
2025-11-07 04:42:08 -05:00
cmd/trmnlmela update config to remove user references, docker too 2025-10-21 18:35:41 -04:00
controllers refactor further to even files out 2025-10-21 18:23:05 -04:00
melatotrmnl initial published version 2025-10-21 14:26:40 -04:00
models update pico to be classless and add copywrite 2025-10-22 07:42:59 -04:00
views update pico to be classless and add copywrite 2025-10-22 07:42:59 -04:00
.gitignore ignore db file 2025-10-21 18:10:19 -04:00
Dockerfile update config to remove user references, docker too 2025-10-21 18:35:41 -04:00
go.mod redirect root user too 2025-10-21 17:18:09 -04:00
go.sum redirect root user too 2025-10-21 17:18:09 -04:00
Makefile update makefile 2025-11-07 04:42:08 -05:00
modd.conf update make and modd to make a little more sense 2025-10-22 07:42:43 -04:00
readme.md add readme 2025-10-21 19:01:44 -04:00

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.