CommaFeed logo

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 substitute SOME_ENV_VAR with its value
  • allow env variable prefixed with CF_ to override config.yml properties
    • e.g. setting CF_APP_ALLOWREGISTRATIONS=true will set app.allowRegistrations to true