This is a small "proxy" program between Miniflux and Discord.
Miniflux already supports Discord as an integration, however the "rich" embeds it provides are kinda crap, and there's no way to customize them. So instead, this program acts as a proxy between.
The format this outputs is __**$TITLE**__\n$URL, this way Discord can embed links itself.
- Download from releases or use the container image.
- Run it with the following environment variables to configure it:
LISTEN_PORT- defaults to8080LISTEN_ADDR- defaults to0.0.0.0DISCORD_WEBHOOK_URL- required- alternatively
DISCORD_WEBHOOK_URL_FILEto better work with secrets
- alternatively
LOG_LEVEL- defaults toINFO
- Use this as a Webhook integration (Settings > Integrations > Webhook)
- e.g.
http://localhost:8080/
- e.g.