You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to bother you, but when installing using my certificates it asks about the PEM passphrase (and I think that's ok for the first start when entering the config-values) but it does that every time I restart... But then I have no bash open on it.
Second problem is that I don't get any video running on it. Nginx is running obviously and serving the website, and when opening a room the website changes to the right one, but when I click on 'invite' the link says: 'Your conference is currently being created...' and when I want to open a chat I have to enter my nickname, which gets deleted when I push enter.
Seems like all the javascript callbacks aren't working, and the log doesn't list anything else than about 1000 lines of 'info'. No error.
What am I doing wrong?
(I know it's me ;)
One more thing. Don't you want to include the port-forwarding line for windows in the description?
// get name of your currently running docker-machine
docker-machine active
// get your docker-machine's ip
docker-machine ip <name>
netsh interface portproxy add v4tov4 listenport=<localport> listenaddress=<localaddress> connectport=<port_you_exposed_in_container_using_-p> connectaddress=<docker-machine_ip>
The text was updated successfully, but these errors were encountered:
Update:
Tried it with auto-generated key and still was not able to get any response from the container besides the web-pages. Video doesn't work, the meeting is not generated (no obvious error in the logs though) and I'm not even able to invite people since the 'invite' button says: 'Your conference is currently being created...'.
Tried running as mentioned in the docs.
Tried running mapping every port exposed by the container (used Dockerfile as reference) manually.
Tried running with -P.
Nothing works.
What am I doing wrong?
(obviously it's me...)
Sorry to bother you, but when installing using my certificates it asks about the PEM passphrase (and I think that's ok for the first start when entering the config-values) but it does that every time I restart... But then I have no bash open on it.
Second problem is that I don't get any video running on it. Nginx is running obviously and serving the website, and when opening a room the website changes to the right one, but when I click on 'invite' the link says: 'Your conference is currently being created...' and when I want to open a chat I have to enter my nickname, which gets deleted when I push enter.
Seems like all the javascript callbacks aren't working, and the log doesn't list anything else than about 1000 lines of 'info'. No error.
What am I doing wrong?
(I know it's me ;)
One more thing. Don't you want to include the port-forwarding line for windows in the description?
The text was updated successfully, but these errors were encountered: