mail based rss feed aggregator
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

update readme todos

ollie a05a4270 38873527

+11 -3
+11 -3
README.md
··· 42 42 - [ ] login 43 43 - [x] email one time password 44 44 - [x] login flow email -> password -> login 45 - - [ ] start new `sender` if there is a new user 46 - - [ ] start/stop `fetcher` based on configured feeds (respecting other users ofc) 47 45 - [ ] (maybe) password 48 46 - [ ] sessions 49 47 - [ ] configure rss feeds to track per user 48 + - [ ] create / delete fetchers and sender accordingly 50 49 - [ ] update feed subscriptions in database 51 50 - [ ] admin panel? 52 51 - [ ] adding new users 53 - - [ ] CSRF protection 52 + - [ ] proper CSRF protection 53 + 54 + --- 55 + 56 + ### TODO (step 3) 57 + - [ ] package using docker 58 + - [ ] automatic builds with woodpecker 59 + - [ ] example compose file 60 + - [ ] Public instance? 61 + 54 62 55 63 --- 56 64