mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
16 lines
472 B
Markdown
16 lines
472 B
Markdown
---
|
|
title: GameDig
|
|
description: GameDig Widget Configuration
|
|
---
|
|
|
|
Uses the [GameDig](https://www.npmjs.com/package/gamedig) library to get game server information for any supported server type.
|
|
|
|
Allowed fields (limited to a max of 4): `["status", "name", "map", "currentPlayers", "players", "maxPlayers", "bots", "ping"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: gamedig
|
|
serverType: csgo # see https://github.com/gamedig/node-gamedig#games-list
|
|
url: udp://server.host.or.ip:port
|
|
```
|