Add config screenshot
All checks were successful
Deploy / Deploy Website (push) Successful in 28s

This commit is contained in:
Joshua Goins 2025-05-24 16:52:50 -04:00
parent 86d967f0e2
commit 72831f321d
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View file

@ -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).