cracker0dks / Accelerator

Online Conference and Collaboration Tool
GNU General Public License v3.0
65 stars 25 forks source link

Force Machine IP Address as Host #50

Closed GerryGit closed 5 months ago

GerryGit commented 1 year ago

I would like to run Accelerator on a local network using the host machine IP: 192.16.1..xxx as the url instead of 127.0.0.1. I have tried to do this by changing urls in various parts of the code. However when the landing page asking for username served, the microphone and camera popup is not served. The behavior is the same for unmodified code. Is it possible to expose the system on a local network without an external server? Application works perfectly on one machine with two separate browsers on 127.0.0.1.

cracker0dks commented 1 year ago

I think browsers do not allow Audio, Video, Screen share without https (only exception is localhost afaik). So you need to setup a cert, then this should work.