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." } ] },