CommaFeed
Google Reader inspired self-hosted RSS reader
Alternative to: feedly, inoreader, newsblur
About
Versions (67)
3.0.1
2023-04-25- allow env variable substitution in config.yml
- e.g. having a custom config.yml file with
app.session.path=${SOME_ENV_VAR}will substituteSOME_ENV_VARwith its value
- e.g. having a custom config.yml file with
- allow env variable prefixed with
CF_to override config.yml properties- e.g. setting
CF_APP_ALLOWREGISTRATIONS=truewill setapp.allowRegistrationstotrue
- e.g. setting