No description
Find a file
zevaryx 3c3895b002
All checks were successful
/ build (push) Successful in 3m6s
Reformat code
2025-09-30 03:52:46 +00:00
.forgejo/workflows Reformat code 2025-09-30 03:52:46 +00:00
src Reformat code 2025-09-30 03:52:46 +00:00
.gitignore Initial build 2025-05-23 20:15:45 -06:00
Cargo.lock Initial build 2025-05-23 20:15:45 -06:00
Cargo.toml Initial build 2025-05-23 20:15:45 -06:00
README.md Reformat code 2025-09-30 03:52:46 +00:00

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