Running it as a service
The binary is static and has no dependencies, so a server install is a copy and a unit file. The management API is bound to localhost — if you expose the proxy on a network, put your own authentication in front of it.
# Per-user unit, no root, no ProtectHome surprises.systemctl --user enable --now sharequota# Confirm it answerscurl -s http://localhost:20130/api/health# {"status":"ok","version":"0.1.0"}