Skip to content

Discord Notifications returning 404 #1933

Closed Answered by AlexBrightwater
AlexBrightwater asked this question in Q&A
Discussion options

You must be logged in to vote

I read more through the documentation of shoutrrr and found out, that what they want is a webhook.

  1. Create a webhook at discord server > channel > edit channel > integrations > webhooks > new webhook
  2. Give it a name
  3. Copy the webhook url
    The URL looks like: https://discord.com/api/webhooks/< numbers >/< random shit >
    < numbers > is the ID and < random shit > is the token.

New watchtower docker-compose.yml:

version: '3'
services:
  app:
    image: containrrr/watchtower
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    environment:
      - WATCHTOWER_CLEANUP=true
      - WATCHTOWER_NOTIFICATIONS=shoutrrr
      - WATCHTOWER_NOTIFICATION_URL=discord://<token>@<id>
      - WATC…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AlexBrightwater
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant