stremio-web
stremio-web copied to clipboard
Unable to Get it to work on Public Ip Address
I am trying to host stremio server & stremio web on my personal server and expose it via a public ip address so that i can access it from anywhere. I was able to get the stremio-docker server to run but the Web version just doesn't seem to work
Would you mind giving us more context?
Can you access the stremio-web IP + port locally? Is there an error thrown when you open stremio-web?
This may be a duplicate of #404 and #431.
So when opening Locally , The Stremio Web Loads fine. I also have Stremio Docker Server Setup, So when I run it (without the CORS env var) , It wont work with the locally hosted stremio web , but works with the app.strem.io . When I run the stremio-server with the CORS env var, In the locally hosted Stremio Web , it shows the server is valid , but wont be able to load any stream properly and now it also doesn't work with app.strem.io.
What I am trying to Achieve here is , Host Stremio Web On My VPS & Expose it via public ip/domain Host Stremio Server on the same VPS and use it with the Stremio Web, So that I can access stremio from anywhere without having to install anything.
I have my ports exposed , so when running the Stremio Docker (without the CORS env var) , I am able to use my vps as my streaming server on app.strem.io from my personal computer, but I want to host the stremio-web-app on that server too , instead of having to use app.strem.io.