diff --git a/content/blog/golden-saucer-matrix/config.webp b/content/blog/golden-saucer-matrix/config.webp new file mode 100644 index 0000000..f6f00b1 Binary files /dev/null and b/content/blog/golden-saucer-matrix/config.webp differ diff --git a/content/blog/golden-saucer-matrix/index.md b/content/blog/golden-saucer-matrix/index.md index 7133ca1..2f391f0 100644 --- a/content/blog/golden-saucer-matrix/index.md +++ b/content/blog/golden-saucer-matrix/index.md @@ -22,4 +22,6 @@ My thinking process went something like this: So I created [Hooky](https://codeberg.org/redstrate/Hooky), a Dalamud plugin to send webhooks for certain in-game events. For GATE tracking, it's incredibly simple thanks to the chat message that gets sent. I actually created this last year, but only got around to writing about it now 😅 And since it's generic and doesn't depend on any specific service, you can hook it up to whatever you want. The plugin currently supports login queues and duty pops too. +![The minimal config window.](config.webp) + If you're wondering which webhook solution I used on my homeserver, I went with [this one](https://github.com/nim65s/matrix-webhook).