dashdot: [Bug] Network Interface Speed not reported correctly on Raspberry Pi 4
Description of the bug
Speed UP/Down and Interface isn’t reported correctly, probably due to reported docker network
How to reproduce
No response
Relevant log output
none
What browsers are you seeing the problem on?
Safari
Where is your instance running?
Raspberry Pi
Additional context
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 21 (11 by maintainers)
Commits related to this issue
- fix(api): read type and interface speed from host instead of container for #105 — committed to MauriceNino/dashdot by MauriceNino 2 years ago
- chore(release): 3.1.0 [CI SKIP] # [3.1.0](https://github.com/MauriceNino/dashdot/compare/v3.0.0...v3.1.0) (2022-06-08) ### Bug Fixes * **api:** exclude /etc from mounts ([bb0c2aa](https://github.co... — committed to MauriceNino/dashdot by MauriceNino 2 years ago
- fix(api): invalid iface speed conversion for non-docker interface for #105 — committed to MauriceNino/dashdot by MauriceNino 2 years ago
- chore(release): 3.1.1 [CI SKIP] ## [3.1.1](https://github.com/MauriceNino/dashdot/compare/v3.1.0...v3.1.1) (2022-06-09) ### Bug Fixes * **api:** invalid iface speed conversion for non-docker interf... — committed to MauriceNino/dashdot by MauriceNino 2 years ago
- chore(release): 3.1.0 [CI SKIP] # [3.1.0](https://github.com/MauriceNino/dashdot/compare/v3.0.0...v3.1.0) (2022-06-08) ### Bug Fixes * **api:** exclude /etc from mounts ([bb0c2aa](https://github.co... — committed to alan-caio/healthcare-dshboard-react-node by alan-caio 2 years ago
- chore(release): 3.1.1 [CI SKIP] ## [3.1.1](https://github.com/MauriceNino/dashdot/compare/v3.1.0...v3.1.1) (2022-06-09) ### Bug Fixes * **api:** invalid iface speed conversion for non-docker interf... — committed to alan-caio/healthcare-dshboard-react-node by alan-caio 2 years ago
Little update to the speedtest part - we have added an optional new way for speedtests here, which may provide more accurate results: #110. You can enable it with the
DASHDOT_ACCEPT_OOKLA_EULA=true
flag.Thank you! In the next version, the type and interface speed should actually be read from the host instead of the container!