Git Product home page Git Product logo

Comments (5)

XHawk87 avatar XHawk87 commented on September 15, 2024 1

@leodog256 I don't have it published anywhere, but you can build it yourself like this:

# Clone the neko repo if you haven't already
git clone https://github.com/m1k1o/neko.git
# Navigate to the neko source .docker directory
cd neko/.docker
# Build the base nvidia image
./build nvidia-base
# Build the nvidia XFCE image on top of the base nvidia image
./build nvidia-xfce

from neko.

XHawk87 avatar XHawk87 commented on September 15, 2024

After a lot more experimenting, it appears that the issue is caused by the Traefik reverse-proxy. It works fine if I remove all of the Traefik labels and the neko docker network from startup and publish a port instead.

I use the following labels on the neko docker service:

traefik.http.routers.neko-local.entryPoints=https
traefik.http.routers.neko-local.rule=Host(`neko.local`) && PathPrefix(`/`)
traefik.http.routers.neko-local.service=neko

traefik.http.routers.neko-public.entryPoints=neko
traefik.http.routers.neko-public.rule=PathPrefix(`/`)
traefik.http.routers.neko-public.service=neko

traefik.http.services.neko.loadbalancer.server.port=8080

With this in the traefik.toml:

...
entrypoints.https.address=':443'
entrypoints.https.http.tls=true

entrypoints.neko.address=':8444'
entrypoints.neko.http.tls=true
...

Trying to figure out how to configure it so that it doesn't disrupt the peer data channel. Though not entirely sure how it's doing it, or why it just started now.

from neko.

XHawk87 avatar XHawk87 commented on September 15, 2024

The interesting thing is that Traefik isn't preventing WSS access. That works fine, I get messages back and forth. The problem is with the peer data connection over the EPR on UDP. It opens the connection, I see a ton of data going through on EPR ports to the server in wireshark, and then the connection just closes itself after roughly 2 seconds. The UDP ports don't even go through Traefik, they're published by docker and open in the router. So how is using Traefik making the difference?

from neko.

XHawk87 avatar XHawk87 commented on September 15, 2024

I don't think I actually changed anything since my last test, but it appears to have spontaneously fixed itself, for now. 👀

Glad it is working now, but I don't like not understanding why it stopped working in the first place and then started working again. I'll close the issue for now.

from neko.

leodog256 avatar leodog256 commented on September 15, 2024

@XHawk87 is it possible that you would share the nvidia XFCE docker image with me?

from neko.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.