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 80If your framework defaults to another port, configure it to listen on 0.0.0.0:80 before sharing.
Create a public link
- Open app.psilon.dev.
- Go to VMs.
- Click Share for the workspace.
- 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.