beelogbin
v1.0.0
Published
Spawns a Bee node and serves its last 500 log lines over plain HTTP, for sharing logs without server access
Readme
beelogbin
Spawns ./bee-linux-amd64 start --config=config.yaml and serves its last 500 log lines over plain HTTP, so you can share your Bee node's logs without giving anyone access to your server.
Usage
Run from the directory containing bee-linux-amd64 and config.yaml:
npx beelogbinThen share http://<your-host>:3000/ with whoever needs the logs.
Config
PORT— port to listen on (default3000)
