PeachCloud Rust workspace for all code which runs on a PeachCloud device.
Go to file
notplants ec93c9830b Formatting 2022-07-28 14:58:24 +02:00
.cargo Move cargo/.config to root of workspace 2021-12-16 12:55:14 -05:00
issue_template tiny wording change to bug issue template 2022-03-14 11:11:08 +02:00
peach-buttons Move cargo/.config to root of workspace 2021-12-16 12:55:14 -05:00
peach-config Bump peach-config to v0.1.26 2022-07-11 13:17:24 +02:00
peach-dyndns-updater Fix clippy warmings 2022-01-11 18:06:51 -05:00
peach-jsonrpc-server replace miniserde_support with serde_support 2022-01-12 12:21:12 +02:00
peach-lib Formatting 2022-07-28 14:58:24 +02:00
peach-menu Move cargo/.config to root of workspace 2021-12-16 12:55:14 -05:00
peach-monitor Move cargo/.config to root of workspace 2021-12-16 12:55:14 -05:00
peach-network update wpactrl dependency api usage 2022-05-13 13:07:21 +02:00
peach-oled Move cargo/.config to root of workspace 2021-12-16 12:55:14 -05:00
peach-patterns import pattern library 2021-10-26 14:44:01 +02:00
peach-probe Move cargo/.config to root of workspace 2021-12-16 12:55:14 -05:00
peach-stats bump patch version 2022-07-14 08:57:34 +01:00
peach-web Formatting 2022-07-28 14:58:24 +02:00
.drone.yml only run ci on pull request and add docs to readme [CI SKIP] 2022-04-15 10:38:12 +02:00
.gitignore Debugging dyndns 2021-12-22 09:59:20 -05:00
Cargo.lock Working in docker 2022-07-28 14:53:45 +02:00
Cargo.toml Fix cargo.lock 2022-06-15 13:33:56 +02:00
README.md fix formatting 2022-04-15 11:08:55 +02:00

README.md

PeachCloud 🍑 ☁️

Better Scuttlebutt cloud infrastructure as a hardware product.

Support us on OpenCollective!

Build Status

Background

Active Repositories

Documentation

  • peach-devdocs - Developer documentation for PeachCloud in the form of a Markdown book

Devops

  • peach-vps - Setup scripts and configuration files for deploying a PeachCloud development server

Image building & device configuration

  • peach-config - Configuration instructions, files and scripts
  • peach-img-builder - Vmdb2 script for building a Debian disc image for Raspberry Pi with PeachCloud pre-installed

Microservices

  • peach-buttons - Emit GPIO events using JSON-RPC pubsub over WS
  • peach-oled - Write and draw to OLED display using JSON-RPC over HTTP
  • peach-menu - A menu for monitoring and interacting with the PeachCloud device
  • peach-network - Query and configure network interfaces using JSON-RPC over HTTP
  • peach-stats - Query system statistics using JSON-RPC over HTTP
  • peach-lib - JSON-RPC client library for the PeachCloud ecosystem
  • peach-monitor - Monitor network data usage and set alert flags based on user-defined thresholds

Diagnostics

  • peach-probe - Probe PeachCloud microservices to evaluate their state and ensure correct API responses

Web interface

  • peach-patterns - Pattern library for the PeachCloud UI design system
  • peach-web - A web interface for monitoring and interacting with the PeachCloud device

Continuous Integration

Drone CI is used to provide continuous integration for this workspace. The configuration file can be found in .drone.yml in the root of this repository. It is currently configured to run cargo fmt, cargo clippy, cargo test and cargo build on every pull request event. The pipeline runs on the AMD64 Debian Buster image from the official Rust Docker image repository.

The status of the current and previous CI builds can be viewed via the Drone CI Build UI (kindly hosted by Co-op Cloud).

Adding [CI SKIP] to the end of a commit message results in the CI checks being skipped for the next event. For example:

git commit -m "update readme [CI SKIP]"
git push origin main

Developer Diaries

Accounts