mail based rss feed aggregator
2
fork

Configure Feed

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

http not https :P

ollie a01404a5 b56ed835

+2 -2
+2 -2
README.md
··· 19 19 ```sh 20 20 just dev 21 21 ``` 22 - The webui for eater is now available at: [https://localhost:3000](https://localhost:3000) 22 + The webui for eater is now available at: [http://localhost:3000](http://localhost:3000) 23 23 You can log in with 24 24 username: `sender@eater.example` 25 25 password: `testing123` 26 26 27 - The sent mails can be seen at: [https://localhost:8025](https://localhost:8025) 27 + The sent mails can be seen at: [http://localhost:8025](http://localhost:8025) 28 28 29 29 --- 30 30