mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-13 00:18:50 +00:00
Enhancement: allow api auth with moonraker service (#2934)
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
36585a2c44
commit
b0dd810b49
2 changed files with 11 additions and 2 deletions
|
@ -12,3 +12,12 @@ 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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue