mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
17 lines
382 B
Markdown
17 lines
382 B
Markdown
![]() |
---
|
||
|
title: Mikrotik
|
||
|
description: Mikrotik Widget Configuration
|
||
|
---
|
||
|
|
||
|
HTTPS may be required, [per the documentation](https://help.mikrotik.com/docs/display/ROS/REST+API#RESTAPI-Overview)
|
||
|
|
||
|
Allowed fields: `["uptime", "cpuLoad", "memoryUsed", "numberOfLeases"]`.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: mikrotik
|
||
|
url: https://mikrotik.host.or.ip
|
||
|
username: username
|
||
|
password: password
|
||
|
```
|