mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 22:48:46 +00:00
15 lines
287 B
Markdown
15 lines
287 B
Markdown
---
|
|
title: Plant-it
|
|
description: Plant-it Widget Configuration
|
|
---
|
|
|
|
Learn more about [Plantit](https://github.com/MDeLuise/plant-it).
|
|
|
|
API key can be created from the REST API.
|
|
|
|
```yaml
|
|
widget:
|
|
type: plantit
|
|
url: http://plant-it.host.or.ip:port # api port
|
|
key: plantit-api-key
|
|
```
|