Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zingerlittlebee/server_bee-backend
Backend for ServerBee
https://github.com/zingerlittlebee/server_bee-backend
actix-web probe rust serverbee websocket
Last synced: 2 days ago
JSON representation
Backend for ServerBee
- Host: GitHub
- URL: https://github.com/zingerlittlebee/server_bee-backend
- Owner: ZingerLittleBee
- Created: 2022-08-04T10:57:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T22:02:34.000Z (5 months ago)
- Last Synced: 2025-01-22T06:01:45.323Z (9 days ago)
- Topics: actix-web, probe, rust, serverbee, websocket
- Language: TypeScript
- Homepage: https://docs.serverbee.app
- Size: 9.07 MB
- Stars: 308
- Watchers: 2
- Forks: 15
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Language : ๐บ๐ธ English | [๐จ๐ณ ็ฎไฝไธญๆ](./README.zh-CN.md)
server_bee-backend
Backend for iOS application named [ServerBee](https://apps.apple.com/us/app/serverbee/id6443553714)
Web-based Single-Node, Multi-Node Monitoring and Terminal Management Tools
![GitHub release (latest by date)](https://img.shields.io/github/v/release/ZingerLittleBee/server_bee-backend?style=for-the-badge)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ZingerLittleBee/server_bee-backend/release.yml?style=for-the-badge)
![GitHub last commit](https://img.shields.io/github/last-commit/ZingerLittleBee/server_bee-backend?style=for-the-badge)# Overview
Mono repository for ServerBee
- ServerHub (The hub of serverbee, provide history data from serverbee-web)
- hub
- serverbee-interactor
- serverbee-recorder
- [ServerBee Backend](./web/README.md) (The backend of serverbee, can be used as a standalone application)
- serverbee-web (provide data from server)
- ~~serverbee-deploy (provide **AutoLaunch**ใ**AutoUpdate**ใ**DownloadWebModule** for serverbee-web)~~(Deprecated)
- Linux use startup.sh to replace
- `bash <(curl -s https://raw.githubusercontent.com/ZingerLittleBee/server_bee-backend/main/script/startup.sh)`
- macOSใWindows use [ServerMilk](https://github.com/ZingerLittleBee/ServerMilk) to replace# Documentation
#### Full documentation
- [ServerHub](docs.serverhub.app)
- [ServerBee](docs.serverbee.app)#### View by function
- If you only want to install the **ServerBee** backend service, ๐ [Click Here](https://docs.serverbee.app/usage)
- If you just want to monitor your single server or computer through a web
page, ๐ [Click Here](https://docs.serverbee.app/startup/web)
- If you want to monitor multiple servers or computers through a
webpage, ๐ [Click Here](https://docs.serverhub.app)# Snapshot
### ServerHub
TODO
### ServerBee Web
![overview](https://assets.serverbee.app/snapshots/overview.png)
![process](https://assets.serverbee.app/snapshots/process.png)
![disk&network](https://assets.serverbee.app/snapshots/disk&network.png)
![terminal](https://assets.serverbee.app/snapshots/terminal.png)
![settings](https://assets.serverbee.app/snapshots/settings.png)# Found an issue or have a proposal
[Create an issue](https://github.com/zingerlittlebee/server_bee-backend/issues/new)
# Release Notes
SEE [CHANGELOG](CHANGELOG.md)
# Read More
[Office Website](https://serverbee.app/)
[App Store](https://apps.apple.com/us/app/serverbee/id6443553714)