A small Rust program to join a system to a Beszel instance
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
beszel-register
A small Rust program to register a system using the Beszel API
Basic Usage
beszel-register --beszel http://beszel:8090 --username user@example.com --password 'Password'
Advanced Usage
beszel-register \
--beszel http://beszel:8090 \
--username user@example.com \
--password 'Password' \
--name 'System Name' \
--ip 'System IP' \
--port 45876