| Crates.io | apfsds-daemon |
| lib.rs | apfsds-daemon |
| version | 0.2.0 |
| created_at | 2026-01-18 02:51:01.573313+00 |
| updated_at | 2026-01-18 02:51:01.573313+00 |
| description | APFSDS daemon - distributed proxy network controller |
| homepage | |
| repository | |
| max_upload_size | |
| id | 2051660 |
| size | 227,640 |
Server daemon for APFSDS (apfsdsd).
cargo install apfsds-daemon
# Run as handler
apfsdsd --config daemon.toml
# Run as exit node
apfsdsd --config daemon.toml --exit
[server]
bind = "0.0.0.0:25347"
mode = "handler"
[raft]
node_id = 1
peers = ["192.168.1.2:25347", "192.168.1.3:25347"]
[storage]
disk_path = "/var/lib/apfsds"
[monitoring]
prometheus_bind = "0.0.0.0:9090"
| Port | Purpose |
|---|---|
| 25347 | Main server (client connections) |
| 25348 | Management API |
| 9090 | Prometheus metrics |
MIT