[SUPPORT] xavierh / external-ip


Recommended Posts

On 7/16/2022 at 10:55 AM, Masterwishx said:

 

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.

  • Thanks 1
Link to comment
  • 2 months later...
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 by xavierh
Link to comment
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 

Link to comment

@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]

 

Link to comment
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.

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.