mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-02 04:22:09 +08:00
Some checks failed
Crowdin Action / Crowdin Sync (push) Has been cancelled
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Repository Maintenance / Stale (push) Has been cancelled
Repository Maintenance / Lock Old Threads (push) Has been cancelled
Repository Maintenance / Close Answered Discussions (push) Has been cancelled
Repository Maintenance / Close Outdated Discussions (push) Has been cancelled
Repository Maintenance / Close Unsupported Feature Requests (push) Has been cancelled
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
19 lines
610 B
Markdown
19 lines
610 B
Markdown
---
|
|
title: GameDig
|
|
description: GameDig Widget Configuration
|
|
---
|
|
|
|
Learn more about [GameDig](https://github.com/gamedig/node-gamedig).
|
|
|
|
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
|
|
gameToken: # optional, a token used by gamedig with certain games
|
|
```
|