Notifications to Discord #153
-
I managed to get everything working but notifications. Looking for some help with this, thanks. I don't understand how to set the notifications with Apprise. On Windows and cloned the repo. I read the readme, and it set to set "NOTIFY to the notification services you want to use". Below is what I tried:
This is my first time using .js and apprise. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hello, Options are set via environment variables Without Docker : put options in data/config.env : |
Beta Was this translation helpful? Give feedback.
-
This works, but the notify-test.js does not. I assume because I have no games to claim?
On line 11 in notify-test.js, if I remove everything after "epic-games:" the notification goes through as "'epic-games:'". Thanks again! |
Beta Was this translation helpful? Give feedback.
-
It have messed around and if I use '' around I get output:
This doesn't use the HTML formatting for a href. I tested it as a Windows notification as well, and does same Eg. Output:
|
Beta Was this translation helpful? Give feedback.
Hello,
Options are set via environment variables
Without Docker :
https://github.com/vogler/free-games-claimer#without-docker
put options in data/config.env :
NOTIFY='discord://{WebhookID}/{WebhookToken}/'
https://github.com/caronc/apprise/wiki/Notify_discord