How to Setup Discord Notifications #1411
Unanswered
AlexCreamer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to have Discord show users when my server is up or down. Would be a bonus to see how many people are online, or even who is online.
But I can't get anything to send to Discord. I have the webhook created. I created the discord.json file, which I don't know if I did that part correct and is composed of only the following:
I tried running
cargo run --bin huginn -- notify "Testing webhook notification" --webhook "http://127.0.0.1:3000/posts"And I tried the following however their ports would overlap
sudo docker run -v /home/debian/valheim:/data --rm -p 3000:3000 vimagick/json-server --host 0.0.0.0 -p 3000 -w /data/discord.jsonAll reactions