Git Product home page Git Product logo

Comments (5)

mbentley avatar mbentley commented on July 26, 2024

You didn't expose any of the ports it would appear. Could you give me your run command?

from docker-omada-controller.

AlexanderSanchezNL avatar AlexanderSanchezNL commented on July 26, 2024

Ehmmm, without sounding like a complete dumb*ss: I installed Docker, searched for Omada and installed your package. Then I clicked "Launch" and went into Advanced Settings where I enabled auto-restart. I didn't meddle with the Port Settings, they looked ok to me. And voilà, here we are :-)

So, I didn't run a run command script...

from docker-omada-controller.

mbentley avatar mbentley commented on July 26, 2024

Ah ok. I am not familiar with how Synology packages up Docker containers but the gist of it is that the following ports need to be exposed from the container:

  -p 8088:8088 \
  -p 8043:8043 \
  -p 27001:27001/udp \
  -p 27002:27002 \
  -p 29810:29810/udp \
  -p 29811:29811 \
  -p 29812:29812 \
  -p 29813:29813 \

from docker-omada-controller.

AlexanderSanchezNL avatar AlexanderSanchezNL commented on July 26, 2024

Yeah, I now figured as much... :-) Sorry.

I ran the following run command, and now it seems to be working:

docker run -d
--name omada-controller
--restart unless-stopped
-e TZ=Europe/Amsterdam
-e SMALL_FILES=false
-p 8088:8088
-p 8043:8043
-p 27001:27001/udp
-p 27002:27002
-p 29810:29810/udp
-p 29811:29811
-p 29812:29812
-p 29813:29813
-v omada-data:/opt/tplink/EAPController/data
-v omada-work:/opt/tplink/EAPController/work
-v omada-logs:/opt/tplink/EAPController/logs
mbentley/omada-controller:latest

from docker-omada-controller.

mbentley avatar mbentley commented on July 26, 2024

👍 Happy to help if you run into any other issues.

from docker-omada-controller.

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.