Self-Hosting & Operations

Deploying to the Cloud

Updated Jun 5, 2026 · 1 min read

To run webAgent as an always-on service rather than on your desktop, two common paths
are supported:

from environment variables (so secrets and database settings are locked to the
environment rather than editable files), and file-based extras like uploads and
generated pages are treated as ephemeral, which Cloud Run requires. Browser control
works headlessly there.

lives on attached storage.

For cloud deployments you'll typically pair the app with a managed Postgres database so data persists, and choose an env or cloud secrets vault. Which edition you ship — full vs. a vetted production
subset — is covered in Editions and the Production Path.

To expose a self-hosted machine instead of deploying to the cloud, see Remote Access (Reach Your PC from Anywhere).

#deployment#cloud#hosting#cloud-run