watchtower ; shoutrrr #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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
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.
Wasn't needed in the same compose duh. Just needed to use the correct method of discord notification. Working now, excited.