Skip to content
Share A Web App

Share A Web App

Sharing creates a public URL for a web server running inside your workspace.

Prepare your app

Run your app on port 80 inside the workspace. For a quick smoke test:

python3 -m http.server 80

If your framework defaults to another port, configure it to listen on 0.0.0.0:80 before sharing.

Create a public link

  1. Open app.psilon.dev.
  2. Go to VMs.
  3. Click Share for the workspace.
  4. Copy the public share URL.

The share URL uses the share.psilon.dev domain.

Stop sharing

Use Unshare in the dashboard when the link should no longer be public.

Access model

Public share URLs are open while active. Anyone with the URL can reach the web server you exposed. Do not share services that assume private access.