mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Enhancement: improve fritzbox proxy perfomance (#2429)
--------- Co-authored-by: Thorben Grove <thorben.grove@tui.de> Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
77ed445da1
commit
0f3fc77ddf
4 changed files with 32 additions and 18 deletions
|
@ -11,12 +11,12 @@ Home Network > Network > Network Settings > Access Settings in the Home Network
|
|||
[x] Transmit status information over UPnP
|
||||
```
|
||||
|
||||
You don't need to provide any credentials.
|
||||
Credentials are not needed and, as such, you may want to consider using `http` instead of `https` as those requests are significantly faster.
|
||||
|
||||
Allowed fields (limited to a max of 4): `["connectionStatus", "upTime", "maxDown", "maxUp", "down", "up", "received", "sent", "externalIPAddress"]`.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: fritzbox
|
||||
url: https://192.168.178.1
|
||||
url: http://192.168.178.1
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue