A User Service is an automatically managed process on Zo Computer that has a public endpoint. These registered services will be restarted if they crash, and they will persist across restarts of Zo Computer. They are intended for long-running services that you want to expose via a public URL or TCP address (web/API servers, databases, SSH server, etc).
Parameters
unique label (per host) for the service. lowercase and hyphens allowed. e.g. “my-web-app”
Localhost port to expose (1024-65535).
Optional command to run the service, e.g. “python3 -m http.server 8000”.
Optional working directory for the service. (defaults to /home/workspace)
Optional environment variables.