Pulls multiple podcast feeds (RSS) and republishes as a common feed, properly sorted and podcast-client friendly.
- Copy
docker-compose.yml
and adjust exposed port if needed - Create
etc/fm.yml
(sample provided in_example
) - Start container with
docker-compose up -d
GET /rss/{name}
- returns feed-set for given nameGET /list
- returns list of feed-sets (json)
Web UI shows a list of items from generated RSS. It is available on /feed/{name}