eater#
Email based RSS feed aggregator
Notice: This project lives on Tangled and the main development happens on Tangled. Please report issues and contribute on Tangled.
Development#
nix develop
just
just dev
The webui for eater is now available at: http://localhost:3000
You can log in with
username: sender@eater.example
password: testing123
The sent mails can be seen at: http://localhost:8025
IDEAS#
- subscription management via email
- browser extension similar to vivaldi's built in rss feed stuff
- feed leaderboard
Structure#
Environment variables#
Required#
-
SMTP_HOSTthe sqtp server hostname ex: smtp.protonmail.ch -
SMTP_PORTthe sqtp server port ex: 587 -
SMTP_USERNAMEthe username to authenticate with the smtp server ex: rss@ollie.earth -
SMTP_PASSWORDthe password to use when authenticating with the smtp server -
ADMIN_PASSWORDthe password to use for the default(SMTP_SENDER_EMAIL) admin
Optional#
-
SMTP_SENDER_EMAILdefaults toSMTP_USERNAMEwhen unset -
SMTP_SENDER_NAMEthe 'name' of the sender to use -
PORTthe 'port' to use for the web-ui, defaults to 3000 -
ALLOW_SIGNUPSwhether new users need to first be added by an admin (false) or can simply log in (true) defaults tofalse