piebald-web or piebald-web.exe. You can either double-click the executable file or execute it from the command line:
Security
In order to prevent external access to your Piebald database via the webapp, there’s an ownership system in place that only allows one Piebald account to access the webapp. Other Piebald accounts can’t access the webapp unless you explicitly sign out and reset ownership.Server configuration
The webapp’s default port is 7000, which you can configure via thePIEBALD_WEB_PORT environment variable.
It binds to 127.0.0.1 by default, which prohibits access to the webapp from outside the device you’re running it on. If you need to access it remotely, bind to 0.0.0.0 using the PIEBALD_WEB_ADDRESS environment variable.
You can also configure the webapp to use HTTPS (e.g. a self-signed certificate) via the PIEBALD_WEB_TLS_CERTS and PIEBALD_WEB_TLS_KEY environment variables.
macOS and Linux: