Documentation ¶
Overview ¶
Portal is a reverse proxy HTTPS server configured via gRPC
A reverse proxy means that portal accepts all requests to your domain name and then forwards the requests to backend servers, which have been configured via gRPC, and then relays the backend's response back to the client.
Install portal standalone with:
go install ask.systems/daemon/portal@latest
You can also use portal as a subcommand of the combined ask.systems/daemon binary.
The client library for portal is ask.systems/daemon/portal/gate
Directories ¶
Path | Synopsis |
---|---|
Embedportal lets you run the portal binary main function inside another program
|
Embedportal lets you run the portal binary main function inside another program |
Defines the -portal_addr and -portal_token flags
|
Defines the -portal_addr and -portal_token flags |
The client library for registering paths with ask.systems/daemon/portal.
|
The client library for registering paths with ask.systems/daemon/portal. |
Click to show internal directories.
Click to hide internal directories.