Server setup required

This LedGrab server has no API keys configured, so access from other devices on the network is disabled for security. Configure a key on the machine running the server to enable LAN access.

Configure 01
auth:
  api_keys:
    dev: "REPLACE_WITH_A_LONG_RANDOM_SECRET"
Generate a strong key on Linux/macOS with openssl rand -hex 32, or on Windows PowerShell with [guid]::NewGuid().ToString('N') + [guid]::NewGuid().ToString('N').
Restart 02
Loopback 03
http://localhost:8080