Another step towards making peach-web leaner.
- `src/routes/status/device.rs`
- Make direct calls to peach-stats (instead of client calls via peach-lib)
- `src/routes/status/network.rs`
- Make direct calls to peach-network (instead of client calls via peach-lib)
- Add `IfaceTraffic` `struct` and `convert_traffic()` to modify traffic values & assign measurement units
- `templates/status/device.html.tera`
- Remove conditional border colour rendering based on peach_stats RPC server status
CC: @notplants
is peach fully functional without the microservices now? or work is still needed?
once it is fully functional,
we should at some point,
work on updating peach-config to install and update without the microservices,
and also modify the python package building scripts too.
LGTM
is peach fully functional without the microservices now? or work is still needed?
once it is fully functional,
we should at some point,
work on updating peach-config to install and update without the microservices,
and also modify the python package building scripts too.
is peach fully functional without the microservices now?
Yes, I believe so :)
we should at some point,
work on updating peach-config to install and update without the microservices,
and also modify the python package building scripts too.
Agreed. I think we can pivot to that once we have the sbot functionality incorporated into peach-web, as well as a general config file for PeachCloud.
@notplants
> is peach fully functional without the microservices now?
Yes, I believe so :)
> we should at some point,
work on updating peach-config to install and update without the microservices,
and also modify the python package building scripts too.
Agreed. I think we can pivot to that once we have the sbot functionality incorporated into peach-web, as well as a general config file for PeachCloud.
glyph
merged commit 42774674e5 into main2022-01-07 10:01:24 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Another step towards making peach-web leaner.
src/routes/status/device.rssrc/routes/status/network.rsIfaceTrafficstructandconvert_traffic()to modify traffic values & assign measurement unitstemplates/status/device.html.teraCC: @notplants
LGTM
is peach fully functional without the microservices now? or work is still needed?
once it is fully functional,
we should at some point,
work on updating peach-config to install and update without the microservices,
and also modify the python package building scripts too.
@notplants
Yes, I believe so :)
Agreed. I think we can pivot to that once we have the sbot functionality incorporated into peach-web, as well as a general config file for PeachCloud.