Skip to content

Commit

Permalink
Update based on suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugofnm committed Jul 27, 2024
1 parent 0d981c8 commit 1b3221b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
Empty file.
Empty file.
Empty file.
6 changes: 3 additions & 3 deletions omada-controller/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ services:
- 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
- ${APP_DATA_DIR}/data/config:/opt/tplink/EAPController/data
- ${APP_DATA_DIR}/data/logs:/opt/tplink/EAPController/logs
- ${APP_DATA_DIR}/data/work:/opt/tplink/EAPController/work
9 changes: 4 additions & 5 deletions omada-controller/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ 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
category: networking
version: "5.14"
port: 8088
description: >-
Expand All @@ -25,11 +24,12 @@ description: >-
- 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.
⚠️ - This app is RAM-intensive (4GB recommended) and can take 15-20 minutes to start after installation.
developer: TP-Link / Matt Bentley
website: https://github.com/mbentley/docker-omada-controller
submitter: hugofnm
submission: https://github.com/getumbrel/umbrel-apps/pull/1196
repo: https://github.com/hugofnm/umbrel-omada-controller
support: https://github.com/hugofnm/umbrel-omada-controller/issues
gallery:
Expand All @@ -38,5 +38,4 @@ gallery:
- 3.jpg
dependencies: []
path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: ""

0 comments on commit 1b3221b

Please sign in to comment.