PeachCloud Rust workspace for all code which runs on a PeachCloud device.
Go to file
glyph 6cc8faa0c3 Merge pull request 'Reintroduce status and power-related templates and routes' (#140) from refactor_stats into main
Reviewed-on: #140
2022-11-28 07:18:00 +00: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 Cargo fmt 2022-07-15 11:37:05 +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 Fix golgi import 2022-07-07 10:51:44 +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 bump minor version 2022-09-27 14:52:13 +01: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 single variable name change for clarity 2022-11-28 09:12:25 +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 Remove Cargo.lock from .gitignore 2022-07-07 15:44:31 +01:00
Cargo.lock update lockfile 2022-11-02 15:16:21 +00: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