Posted July 7, 20223 yr Support thread for xavierh/external-ip docker image. Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes. Issues can be opened here as well: https://github.com/xavier-hernandez/docker-external-ip (please mention unraid) Edited July 7, 20223 yr by xavierh
July 8, 20223 yr Author 17 minutes ago, Masterwishx said: @xavierh Maybe we can use apprise api with it ? I can look into that but not sure how many people will use this app. So I went simple from the start.
July 8, 20223 yr 2 hours ago, xavierh said: I can look into that but not sure how many people will use this app. So I went simple from the start. I think at least discord using many
July 9, 20223 yr 9 hours ago, xavierh said: if you need something specific i can accommodate you Thanks, would be cool to have discord and email please
July 15, 20222 yr Is there a way to test whether it's working? I created an application token in Pushover and popped it into the config, but My IP rarely changes and I'd like to make sure my configuration is actually working.
July 16, 20222 yr Author When you start or restart the app it should send a pushover message. Check the log and it'll show you if the message was sent or if there was an error.
July 16, 20222 yr @xavierh Are you planning to add discord and email in future ? pushover is not free like discord if you want to get notification in smartphone
July 16, 20222 yr if you will have time and needs, you can check https://github.com/caronc/apprise/wiki/Notify_discord for info, its using https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}
July 18, 20222 yr Author On 7/16/2022 at 10:55 AM, Masterwishx said: if you will have time and needs, you can check https://github.com/caronc/apprise/wiki/Notify_discord for info, its using https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken} I've updated the app. Check out https://github.com/xavier-hernandez/docker-external-ip for more info. Basically just change NOTIFICATION_TYPE to APPRISE. Set parameter, APPRISE_TITLE to your title. Set a parameter, APPRISE_1, with whatever integration you want.
October 12, 20222 yr can you give us a tutorial on how to get the notification working. i am really new to unraid and like to test this app out. it looks cool. how to get notification through email or discord for example
October 12, 20222 yr Author 28 minutes ago, safiedin said: can you give us a tutorial on how to get the notification working. i am really new to unraid and like to test this app out. it looks cool. how to get notification through email or discord for example I saw you opened a github issue. I'm going to close that and reference it here. I think this is a better place to learn since there are additional people that can help since you might have Unraid questions as well. Which notification are you trying to use, the default one is PushOver? Edited October 12, 20222 yr by xavierh
October 12, 20222 yr 15 minutes ago, xavierh said: I saw you opened a github issue. I'm going to close that and reference it here. I think this is a better place to learn since there are additional people that can help since you might have Unraid questions as well. Which notification are you trying to use, the default one is PushOver? Was thinking to use it by email or discord. I saw appraise mode but not sure how to set that up either. I guess email or discord should be fine
October 12, 20222 yr Author @safiedin visit https://github.com/caronc/apprise for more information on the notifications and setups. For discord you need to first create a webhook on the discord side then add that to the docker compose file. From the link above you can get more information on the discord notification https://github.com/caronc/apprise/wiki/Notify_discord and how to set that up. For example. - NOTIFICATION_TYPE=APPRISE - APPRISE_TITLE=SomethingHere - APPRISE_1=discord://webhook_id/webhook_token Email would be similar to above. https://github.com/caronc/apprise#email-notifications - NOTIFICATION_TYPE=APPRISE - APPRISE_TITLE=SomethingHere - APPRISE_1=mailto://mySendingUsername:[email protected][email protected] You can also merge those two and it should work. - NOTIFICATION_TYPE=APPRISE - APPRISE_TITLE=SomethingHere - APPRISE_1=discord://webhook_id/webhook_token - APPRISE_2=mailto://mySendingUsername:[email protected][email protected]
October 12, 20222 yr So i need to install apprise app first in unraid? Then use the setting in docker to link to apprise?
October 12, 20222 yr Author 1 hour ago, safiedin said: So i need to install apprise app first in unraid? Then use the setting in docker to link to apprise? No, apprise is already integrated into my docker image. Those commands that you add to your docker compose file, if your using that, gets passed into apprise within my docker image.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.