An open API service indexing awesome lists of open source software.

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.

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)