Global flags
Available on all commands (send, receive, update, version).
Environment variables
If you run your own signaling server, set it once in your environment instead of passing--server on every command.
A flag always beats its variable, so you can override the setting for a single command without unsetting anything:
https://floe.example.com/ and https://floe.example.com behave the same.
Set FLOE_WEB only when your web app runs on a different host than your signaling server. Leave it unset and share links point at the same host, which is what you want when one domain serves both.
floe receive flags
Specific to the receive command.
Opting out of the global counter
After a successful transfer, the receiver sends only the total byte count to Floe’s signaling server to power the public “transferred globally” counter on the homepage. No file names, contents, or identity are included, and reporting is always fire-and-forget (it never blocks or slows a transfer). The sender never reports. To opt out for a single transfer, pass--no-report:
FLOE_NO_STATS=1 in your environment (for example in your shell profile):