From 40c5be3758db3f375833dfbf475b6d923e872ad9 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sun, 30 Jun 2024 12:16:43 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9ADocs=20+=20Omada=20work=20#708?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/plugins/_publisher_apprise/README.md | 5 +++++ front/plugins/omada_sdn_imp/config.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/front/plugins/_publisher_apprise/README.md b/front/plugins/_publisher_apprise/README.md index 38383b47..769be945 100755 --- a/front/plugins/_publisher_apprise/README.md +++ b/front/plugins/_publisher_apprise/README.md @@ -2,7 +2,12 @@ [Apprise](https://hub.docker.com/r/caronc/apprise) is a notification gateway/publisher that allows you to push notifications to 80+ different services. +## Notes + +You need to bring your own separate Apprise instance to use this publisher gateway. I suggest this [Apprise image](https://hub.docker.com/r/caronc/apprise). + ### Usage - Go to settings and fill in relevant details. +- Use the Apprise container's URL in the `APPRISE_HOST` setting. diff --git a/front/plugins/omada_sdn_imp/config.json b/front/plugins/omada_sdn_imp/config.json index d6f87225..01ec798d 100755 --- a/front/plugins/omada_sdn_imp/config.json +++ b/front/plugins/omada_sdn_imp/config.json @@ -192,7 +192,7 @@ "description": [ { "language_code": "en_us", - "string": "By default NetAlertX will only populate missing names in OMADASDN devices (i.e.: where the name is defaulting to the device MAC address) ; with this setting toggled, it will overwrite existing values regardless." + "string": "The plugin synchronizes names from NetAlertX to OMADA. By default NetAlertX will only populate missing names in OMADASDN devices (i.e.: where the name is defaulting to the device MAC address); with this setting toggled, it will overwrite existing values regardless." } ] },