-
Dockerfile.v4.1.x used
Raspbian OS latest. Rasbpi 3 b+
root@omada:~/mydockerbuild# docker build - < Dockerfile.v4.1.x
Sending build context to Docker daemon 4.096kB
Step 1/10 : FROM ubuntu:18.0…
joopy updated
4 years ago
-
Hello EdoFede :)
Great JOB! Image works on NAS without official support of Docker, on Synology DS416play!
I've got a problem with changing pass on root (docker os) and creations of new users.
…
-
I try enter in the soft Omada but i can't, i create an account on the official page Omada Controller but not work when want enter on the docker. It throws me a popup that my username is invalid. And i…
-
Hi All;)
I have little problem, i'm trying too run Omada on my server, but port 8443 is already in use, and Omada image won't start.
But in Dockerfile exposed port is 8043.
What part of controlle…
-
Hi,
there is a new major upstream release available at https://static.tp-link.com/2020/202007/20200714/Omada_SDN_Controller_v4.1.5_linux_x64.tar.gz
See also https://www.tp-link.com/de/omada-sdn/…
-
Updated container on Synology NAS. Downloaded 'Latest' container
Followed additional instruction; Stopped container, cleared out existing folders (logs, work, data)
'Cleared' container, Restarted co…
-
Thank you very much for this docker image, which simplifies the usage of the omada controller :-)
Unfortunately I've a strange issue: I setup the Omada Controller together with my AP. After some ti…
-
After installing via:
```
docker run -d \
--name omada-controller \
--restart unless-stopped \
-e TZ=America/New_York \
-e SMALL_FILES=true \
-p 8088:8088 \
-p 8043:8043 \
-p …
-
Hi, I'm trying to run the arm64 image on a RPi 3 B+ with the command I copied from the readme:
```
docker run -d \
--name omada-controller \
--restart unless-stopped \
-e TZ=Etc/UTC \
-e…
-
I've tried to find the answer all over the Internet, but unfortunately I cannot find a solution for my problem: I get a ERR_CONNECTION_REFUSED when I try to open the Omada Controller on my Synology NA…