m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.96k stars 449 forks source link

Connection Terminates. Don't know how to make sense of what is happening #233

Closed phere-x closed 1 year ago

phere-x commented 1 year ago

Here's my docker-compose

  nek:
    container_name: nek1
    image: "m1k1o/neko:firefox"
    restart: "unless-stopped"
    shm_size: "2gb"
    ports:
      - "8080:8080"
      - "52000-52100:52000-52100/udp"
    environment:
      NEKO_SCREEN: 1280x720@30
      NEKO_PASSWORD: neko
      NEKO_PASSWORD_ADMIN: ater902
      NEKO_EPR: 52000-52100
      NEKO_ICELITE: 1

Here are the docker logs https://pastebin.com/EgZ8y9k7

m1k1o commented 1 year ago

Are you connecting to your local IP or external? I do not see NAT1TO1 so you must have forwarded ports. Here is troubleshooting guide: https://neko.m1k1o.net/#/getting-started/troubleshooting

phere-x commented 1 year ago

Apologies, I had that in my docker-compose but forgot to include it. But the one thing that I messed up with was it included https:// 🤦🏼 I'll close this now