jalth serve
Expose local services through Cloudflare.
jalth serve <name> --port <port> [options]jalth serve listjalth stop <name>serve <name>
Section titled “serve <name>”| Flag | Description |
|---|---|
--port <port> | Local port to expose (required) |
--allow [rule] | Access allow rule (email:, group:, ip:, country:) |
--origin <url> | Override origin URL |
--proto <protocol> | http, https, or tcp (default: http) |
--quick | Ephemeral trycloudflare.com tunnel (no domain, no Access) |
Examples
Section titled “Examples”jalth serve nginx --port 8080jalth serve grafana --port 3000 --allow group:devsjalth serve api --port 3000 --allow email:alice@team.com --allow group:engineersjalth serve postgres --port 5432 --proto tcpjalth serve demo --port 3000 --quickjalth serve listjalth stop nginx- Managed publish requires a mesh domain — see Expose services
--allowis ignored for quick tunnels- TCP services require a configured mesh domain (not quick tunnels)
- See jalth serve for the full guide