watchtower ; shoutrrr #9

Closed
opened 2023-10-26 23:52:28 -04:00 by sickprodigy · 3 comments
Owner

Notifications aren't working correctly.

Shoutrrr is suppose to be installed natively and just be there to run whenever. Not like an application, but some how we can get this to work within a container. Just haven't figured out how, easily, yet.

Notifications aren't working correctly. Shoutrrr is suppose to be installed natively and just be there to run whenever. Not like an application, but some how we can get this to work within a container. Just haven't figured out how, easily, yet.
Author
Owner

Tried mounting shoutrr and watchtower in same compose file, see what happens.

ERRO[0001] Failed to send shoutrrr notification error="failed to send discord notification: response status code 404 Not Found" index=0 notify=no service=discord

Should probably just setup email notification or something, then take the email and send to watchtower somehow with pushover or similar software. Possibly just outlook can do this

Tried mounting shoutrr and watchtower in same compose file, see what happens. ERRO[0001] Failed to send shoutrrr notification error="failed to send discord notification: response status code 404 Not Found" index=0 notify=no service=discord Should probably just setup email notification or something, then take the email and send to watchtower somehow with pushover or similar software. Possibly just outlook can do this
Author
Owner

This came in handy:
https://containrrr.dev/shoutrrr/v0.8/services/discord/

Format the service URL:

https://discord.com/api/webhooks/693853386302554172/W3dE2OZz4C13_4z_uHfDOoC7BqTW288s-z1ykqI0iJnY_HjRqMGO8Sc7YDqvf_KVKjhJ
└────────────────┘ └──────────────────────────────────────────────────────────────────┘
webhook id token

discord://W3dE2OZz4C13_4z_uHfDOoC7BqTW288s-z1ykqI0iJnY_HjRqMGO8Sc7YDqvf_KVKjhJ@693853386302554172
└──────────────────────────────────────────────────────────────────┘ └────────────────┘

Working since i put them in the same compose file and used the right link, could have possibly worked before. should check rq while I have time.

This came in handy: https://containrrr.dev/shoutrrr/v0.8/services/discord/ Format the service URL: https://discord.com/api/webhooks/693853386302554172/W3dE2OZz4C13_4z_uHfDOoC7BqTW288s-z1ykqI0iJnY_HjRqMGO8Sc7YDqvf_KVKjhJ └────────────────┘ └──────────────────────────────────────────────────────────────────┘ webhook id token discord://W3dE2OZz4C13_4z_uHfDOoC7BqTW288s-z1ykqI0iJnY_HjRqMGO8Sc7YDqvf_KVKjhJ@693853386302554172 └──────────────────────────────────────────────────────────────────┘ └────────────────┘ Working since i put them in the same compose file and used the right link, could have possibly worked before. should check rq while I have time.
Author
Owner

Wasn't needed in the same compose duh. Just needed to use the correct method of discord notification. Working now, excited.

Wasn't needed in the same compose duh. Just needed to use the correct method of discord notification. Working now, excited.
Sign in to join this conversation.