An open API service indexing awesome lists of open source software.

https://github.com/bod/mastodon-to-rss

A bridge to transform a Mastodon list into an RSS feed.
https://github.com/bod/mastodon-to-rss

Last synced: 4 months ago
JSON representation

A bridge to transform a Mastodon list into an RSS feed.

Awesome Lists containing this project

README

          

A bridge to transform a Mastodon list into an RSS feed.

## Docker instructions

### Building the image

```
docker image rm bodlulu/mastodon-to-rss:latest
docker build --platform linux/x86_64 -t bodlulu/mastodon-to-rss .
```

### Running the image

```
docker pull bodlulu/mastodon-to-rss
docker run -p :8080 bodlulu/mastodon-to-rss
```