azukaar / cosmos-servapps-official

Official repository for Cosmos apps on the market
GNU Affero General Public License v3.0
41 stars 43 forks source link

[RSS-Bridge] Add new app #85

Closed Bockiii closed 11 months ago

Bockiii commented 11 months ago

Hi,

I have added RSS-Bridge as an app to cosmos.

RSS-Bridge is a feed generator (not an aggregator like FreshRSS) that can create rss feeds for sites that dont have one.

You can check out the app here: https://github.com/RSS-Bridge/rss-bridge

FYI: In general, the config is "default" like most other apps. Only 2 specific things: Auth is disabled (as feedreaders need access to it) and the configuration of available bridges is done via environment variable. I've preconfigured this to be "all", but users can limit the available bridges using the env variable in the service.

azukaar commented 11 months ago

Thanks