mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
16 lines
287 B
Markdown
16 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
|
||
|
```
|