Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 364 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 364 Bytes

Proxy

Load balancer and proxy for the akash network.

See config.md for configuration details.


HTTPS Localhost

Easiest way is to use mkcert.

Create the certificate and key, and set them:

AKASH_PROXY_TLS_KEY=localhost-key.pem
AKASH_PROXY_TLS_CERT=localhost.pem

And start the server.