Moonraker readme for authentication

This commit is contained in:
Steven de Jong 🍟 2024-02-18 20:21:13 +01:00
parent 06f81a33ae
commit 69e47a4d58
No known key found for this signature in database

View File

@ -12,3 +12,13 @@ widget:
type: moonraker
url: http://moonraker.host.or.ip:port
```
If your moonraker instance has an active authorization and your homepage ip isn't whitelisted you need to add your api key ([Authorization Documentation](https://moonraker.readthedocs.io/en/latest/web_api/#authorization)).
```yaml
widget:
type: moonraker
url: http://moonraker.host.or.ip:port
key: api_keymoonraker
```