Local Domains
Domain with proxy
When using a domain with a proxy, LocalCan will handle the HTTPS termination and forward requests to the specified IP or hostname, even if it's on a different port. This option provides flexibility in managing your local network connections.
To set up a domain with a proxy:
- Launch the LocalCan app and click Add domain button in the sidebar.
- Select “Domain with proxy” and click Continue.
- Configure the proxy settings by specifying the target IP or hostname and the port number.
- Click Add domain.
- If you’ve selected https, make sure to trust the Root CA, to avoid “This connection is not private” message.
Configure with YAML
LocalCan 3.0 Beta
YAML project files and the localcan CLI are new in 3.0. See Installation to install the beta.
The same setup as a project file:
YAML
services:
web:
target: http://localhost:3000
endpoints:
- url: my-app.local
scheme: https
Run localcan reload after dropping the file into ~/.localcan/projects/. See Configuration → Projects.
© 2026 LocalCan™. All rights reserved.