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.
- Host: GitHub
- URL: https://github.com/bod/mastodon-to-rss
- Owner: BoD
- Created: 2022-12-04T00:15:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T14:23:51.000Z (about 1 year ago)
- Last Synced: 2025-04-21T15:33:44.590Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```