yinan-c / RSSbrew

Self-hosted, easy-to-deploy RSS tool - Aggregate, filter, digest and AI summarize articles in RSS feeds.
GNU Affero General Public License v3.0
143 stars 12 forks source link

Add support for env variables for redis host and port. #16

Open jolpadgett opened 1 month ago

jolpadgett commented 1 month ago

The hardcoded redis hostname and port makes it difficult to host alongside other containers sharing the same network, some of which need their own independent redis.

Allowing this to be set via env variables provides flexibility.

Bonus: allow setting redis connect string with database index so one redis instance can be shared would also be helpful.

yinan-c commented 2 weeks ago

Hi, thanks for the suggestion, will consider modify the hard coded part in the next update, soon