mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-28 08:04:46 +02:00
Update documentation
This commit is contained in:
parent
cc3a00a747
commit
b269290042
@ -40,6 +40,7 @@ Dashy has support for displaying dynamic content in the form of widgets. There a
|
|||||||
- [Mvg Connection](#mvg-connection)
|
- [Mvg Connection](#mvg-connection)
|
||||||
- [Custom search](#custom-search)
|
- [Custom search](#custom-search)
|
||||||
- [Rescuetime overview](#rescuetime-overview)
|
- [Rescuetime overview](#rescuetime-overview)
|
||||||
|
- [Minecraft Server](#minecraft-server)
|
||||||
- **[Self-Hosted Services Widgets](#self-hosted-services-widgets)**
|
- **[Self-Hosted Services Widgets](#self-hosted-services-widgets)**
|
||||||
- [System Info](#system-info)
|
- [System Info](#system-info)
|
||||||
- [Cron Monitoring](#cron-monitoring-health-checks)
|
- [Cron Monitoring](#cron-monitoring-health-checks)
|
||||||
@ -1378,6 +1379,45 @@ Show an overview of how you have spent your time for the current day.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### Minecraft Server
|
||||||
|
|
||||||
|
Show minecraft server status
|
||||||
|
|
||||||
|
<p align="center"><img width="380" src="https://i.ibb.co/hcmd4Wf/minecraft-widget.png" /></p>
|
||||||
|
|
||||||
|
#### Options
|
||||||
|
|
||||||
|
**Field** | **Type** | **Required** | **Description**
|
||||||
|
--- | --- | --- | ---
|
||||||
|
**`title`** | `string` | _Optional_ | Display title for server uses server address if not set.
|
||||||
|
**`server`** | `string` | Required | Server hostname or ip(:port) will use srv records.
|
||||||
|
**`bedrock`** | `boolean` | _Optional_ | If server is a bedrock edition server. (default false)
|
||||||
|
**`showMods`** | `boolean` | _Optional_ | Display mod list if available
|
||||||
|
**`showPlayers`** | `boolean` | _Optional_ | Display player list if available
|
||||||
|
**`showPlugins`** | `boolean` | _Optional_ | Display plugin list if available
|
||||||
|
|
||||||
|
#### Example
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- type: minecraft-status
|
||||||
|
options:
|
||||||
|
title: Venity Network
|
||||||
|
server: play.venitymc.com
|
||||||
|
bedrock: true
|
||||||
|
showMods: true
|
||||||
|
showPlayers: true
|
||||||
|
showPlugins: true
|
||||||
|
```
|
||||||
|
#### Info
|
||||||
|
|
||||||
|
- **CORS**: 🟢 Enabled
|
||||||
|
- **Auth**: 🟢 Not Required
|
||||||
|
- **Price**: 🟢 Free
|
||||||
|
- **Host**: [Minecraft Server Status](https://mcsrvstat.us/)
|
||||||
|
- **Privacy**: _See [Minecraft Server Status FAQ](https://mcsrvstat.us/faq)_
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Self-Hosted Services Widgets
|
## Self-Hosted Services Widgets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user