Enhancement: add optional token parameter for gamedig (#5245)

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
InsertDisc
2025-05-05 12:02:47 -04:00
committed by GitHub
parent 7e8752243c
commit 2509d8c235
3 changed files with 15 additions and 2 deletions

View File

@@ -14,4 +14,5 @@ widget:
type: gamedig
serverType: csgo # see https://github.com/gamedig/node-gamedig#games-list
url: udp://server.host.or.ip:port
gameToken: # optional, a token used by gamedig with certain games
```