Skip to content

Commit

Permalink
Add Omada Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
hugofnm committed Jul 11, 2024
1 parent b7f7279 commit 0d981c8
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
28 changes: 28 additions & 0 deletions omada-controller/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: "3.7"

services:
server:
image: mbentley/omada-controller:5.14@sha256:ce429a64b11bcc8f86fdc5aa1990a54a158de8ce83f92c316bb556f29f732afd
init: true
restart: unless-stopped
stop_grace_period: 60s
network_mode: host # Controller needs lots of ports for device discovery
ulimits:
nofile:
soft: 4096
hard: 8192
environment:
- PUID=1000
- PGID=1000
- MANAGE_HTTP_PORT=8088
- MANAGE_HTTPS_PORT=8043
- PORTAL_HTTP_PORT=8088
- PORTAL_HTTPS_PORT=8043
- SHOW_SERVER_LOGS=true
- SHOW_MONGODB_LOGS=false
- SSL_CERT_NAME="tls.crt"
- SSL_KEY_NAME="tls.key"
volumes:
- ${APP_DATA_DIR}/data:/opt/tplink/EAPController/data
- ${APP_DATA_DIR}/logs:/opt/tplink/EAPController/logs
- ${APP_DATA_DIR}/work:/opt/tplink/EAPController/work
42 changes: 42 additions & 0 deletions omada-controller/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
manifestVersion: 1
id: omada-controller
name: Omada Controller
tagline: On-Premises Omada SDN Controller
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/omada.svg
category: Networking
version: "5.14"
port: 8088
description: >-
Omada Software Controller
A Professional and Free On-Premises Omada SDN Controller
- Centralized Management : Up to 1,500 Omada access points, JetStream switches, and Omada routers.
- Cloud Access : Manage and monitor with the Omada app or Web UI from anywhere, anytime.
- Free of Charge : Download and use locally or from the cloud without additional expense.
- Easy and Intelligent Network Monitoring : The easy-to-use dashboard makes it simple to see the real-time network status and traffic distribution.
- Real-Time Network Topology : Helps IT admins quickly see and troubleshoot connections at a glance.
- Easier Network Maintenance : WiFi heatmap simulator, visualizable network report, and batch & multi-site management benefit network maintenance.
⚠️ - This app can take 15-20 minutes to start after installation.
developer: TP-Link / Matt Bentley
website: https://github.com/mbentley/docker-omada-controller
submitter: hugofnm
repo: https://github.com/hugofnm/umbrel-omada-controller
support: https://github.com/hugofnm/umbrel-omada-controller/issues
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
dependencies: []
path: ""
defaultUsername: ""
defaultPassword: ""

0 comments on commit 0d981c8

Please sign in to comment.