strukturag / nextcloud-spreedme

Spreed.ME Nextcloud app
https://www.spreed.me
GNU Affero General Public License v3.0
56 stars 26 forks source link

Nextcloud and Spreedme on different servers #91

Closed Peter2121 closed 7 years ago

Peter2121 commented 7 years ago

I would like to move Spreedme from Nextcloud server (where it is actually installed) to another dedicated server. To overpass the problems, explained in https://github.com/strukturag/nextcloud-spreedme/blob/master/doc/running-on-different-origins.md I want to use Apache of Nextcloud server, just changing the destination in ProxyPass directive from 127.0.0.1:8080/webrtc to something else like 192.168.0.1:8080/webrtc. Are there another modifications to apply for such configuration?

leonklingele commented 7 years ago

No, it doesn't really matter where your spreed-webrtc installation listens, as long as requests to it are correctly proxied by your web server.

Just try it, see if it works, and report back if it doesn't :)

Peter2121 commented 7 years ago

I confirm that it works correctly without additional tweaks.