[Feature Request] GameServer Info Widget
I would like to have a widget to monitor a game server like Minecraft, so you can see how many players are currently online and the server name.
Do you already have a monitoring tool? Then you can use an iframe
Do you already have a monitoring tool? Then you can use an iframe
No, I just got my servers running on Pterodactyl, but so far I haven't got any monitoring tool.
I would also suggest supporting Crafty Controller (a self-hosted minecraft server manager), as it moderately popular has an API that would allow easy access to the information to display.
There is a project called gamedig which would be great if this is implemented, as it supports querying the status of many games, and is used by tools such as Uptime Kuma. However, I am unsure if they have a go library.
For anybody interested in a simple status view, I created a custom-api widget that you might find useful. You can find the widget in the pull request I made to the community widgets repo.