843b1be05ae96c5c8fb88074d26e92f67ca36ea6
Folyo Client
The Folyo client is a small agent that connects to the Folyo server over WebSockets and registers itself as a device. Once connected and authenticated, it waits for command execution requests, runs them locally through sh -c, and sends the exit code, stdout, and stderr back to the server.
Building
Build the binary:
cargo build --release
Build the image:
docker build -t client .
Configuration
TOKENis required and is sent asAuthorization: Bearer <token>BASE_URLis optional and defaults tows://127.0.0.1:8000DEVICE_IDis optional and defaults todevice
Description
Languages
Rust
95.9%
Dockerfile
4.1%