Skip to content
Discussion options

You must be logged in to vote

Hi-

Unfortunately it isn't documented (yet). There are a couple of stories (issues) to address this in an upcoming release:
#7 (comment)

But, there are a couple of ways to do it today:

1.) Self host the distribution package. Just serve this via any HTTP Server:

https://github.com/webrcade/webrcade/releases

Use one of the "-dist" packages for a recent release. The downside to this approach is that it doesn't support CORS, so any content that doesn't support cross origin requests will fail.

2.) Use the Docker image:

This is the preferred method as it has a CORS proxy built in.
https://hub.docker.com/r/webrcade/webrcade/

Here are some discussions related to Docker use:
#58 (comment)
#60 (com…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by raecer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants