https://github.com/mythicalltd/featherfly
Feather Fly is the next-generation web hosting daemon powering the FeatherPanel ecosystem. Built for performance, scalability, and full infrastructure control, Feather Fly manages websites, containers, DNS, SSL certificates, databases, mail services, and deployment pipelines from a single lightweight engine.
https://github.com/mythicalltd/featherfly
daemon featherpanel webhosting
Last synced: 13 days ago
JSON representation
Feather Fly is the next-generation web hosting daemon powering the FeatherPanel ecosystem. Built for performance, scalability, and full infrastructure control, Feather Fly manages websites, containers, DNS, SSL certificates, databases, mail services, and deployment pipelines from a single lightweight engine.
- Host: GitHub
- URL: https://github.com/mythicalltd/featherfly
- Owner: MythicalLTD
- License: mit
- Created: 2026-05-22T19:23:18.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-22T19:48:34.000Z (about 1 month ago)
- Last Synced: 2026-05-22T22:32:40.355Z (about 1 month ago)
- Topics: daemon, featherpanel, webhosting
- Language: Rust
- Homepage: https://get.featherpanel.com
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FeatherFly
Bare HTTP daemon for CloudPanel status integration.
## Status
Experimental minimal daemon.
The daemon exposes health endpoints and authenticated system status using a single node bearer token.
## Quick Start
```bash
make build
cargo run --bin featherfly -- configure --panel-url https://panel.example.com --token change-me
cargo run --bin featherfly
curl http://localhost:9090/health
```
## Development
```bash
make ci
make test
```
## Security And Planning Docs
- [Auth model](.cursor/plan/auth-model.md)
- [Roadmap](.cursor/plan/featherd-roadmap.md)
- [Threat model](.cursor/plan/threat-model.md)
- [Security review notes](.cursor/plan/security-review.md)
- [Release blockers](.cursor/plan/release-blockers.md)