Skip to content

API that returns URLs for the Omada Controller as a simple server response

Notifications You must be signed in to change notification settings

reynhartono/docker-omada-controller-url

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbentley/omada-controller-url

docker image to return URLs for the Omada Controller as a simple server response based off of mbentley/alpine:latest

To pull this image: docker pull mbentley/omada-controller-url

Example usage:

docker run -d \
 --name omada-controller-url \
 -p 9000:9000 \
 mbentley/omada-controller-url

Using the API:

$ curl -f "http://host.example.com:9000/hooks/omada_ver_to_url?omada-ver=5.9"
https://static.tp-link.com/upload/software/2023/202303/20230321/Omada_SDN_Controller_v5.9.31_Linux_x64.tar.gz

Live API example for Omada Controller installs:

$ curl -sf "https://omada-controller-url.mbentley.net/hooks/omada_ver_to_url?omada-ver=5.9"
https://static.tp-link.com/upload/software/2023/202303/20230321/Omada_SDN_Controller_v5.9.31_Linux_x64.tar.gz

For supported versions that the API will return, see the omada_ver_to_url.sh file.

About

API that returns URLs for the Omada Controller as a simple server response

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 82.1%
  • Dockerfile 17.9%