mirror of
https://github.com/dariusk/rss-to-activitypub.git
synced 2024-11-22 09:19:19 +02:00
Create README.md
This commit is contained in:
parent
28a38f946e
commit
be2152cab4
|
@ -0,0 +1,14 @@
|
||||||
|
# rss-to-activitypub
|
||||||
|
An RSS to ActivityPub converter.
|
||||||
|
|
||||||
|
|
||||||
|
To build:
|
||||||
|
just run:
|
||||||
|
```
|
||||||
|
docker build -t rss-to-activity-pub .
|
||||||
|
```
|
||||||
|
and then
|
||||||
|
docker-compose up
|
||||||
|
|
||||||
|
docker-compose.yml is example for version with Treafik reverse proxy
|
||||||
|
also edit app/views/home.pug couse is our rebranded version for rss.fediwersum.pl
|
Loading…
Reference in New Issue