Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
porjo committed Mar 15, 2024
1 parent 0543be0 commit 3908a64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Simple webservice that takes a Rumble.com channel URL and returns an RSS feed co
```
docker pull ghcr.io/porjo/rumblerss:latest
docker run -d -p 8080:8080 ghcr.io/porjo/rumblerss
docker run -d -p 8080:8080 ghcr.io/porjo/rumblerss
curl localhost:8080?link=https://rumble.com/c/mychannel/videos
curl localhost:8080?link=https://rumble.com/mychannel
```

## CORS

[Cross-Origin Resource Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) is supported via the `cors-origins` command line flag. Supply a comma separated list of CORS origin domains or '*' for all domains e.g.
[Cross-Origin Resource Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) is supported via the `cors-origins` command line flag. Supply a comma separated list of CORS origins or '*' for all origins e.g.
```
docker run -d ghcr.io/porjo/rumblerss -cors-origins '*'
```

0 comments on commit 3908a64

Please sign in to comment.