šŸ˜¬ hyperglass 2.0 and its documentation is still in development!
Reverse Proxy

Caddy (opens in a new tab) is recommended, but any reverse proxy (NGINX (opens in a new tab), Apache2 (opens in a new tab)) will work.

Caddy

cp /opt/hyperglass/.samples/Caddyfile /etc/caddy/Caddyfile

Change the lg.example.com and [email protected] values to match your hyperglass FQDN and email address (the email address is for automatic SSL certificate generation via Let's Encrypt).

If you prefer to use other Let's Encrypt validation methods or your own SSL certificate, modify your /etc/hyperglass/Caddyfile in accordance with the Caddy docs (opens in a new tab).

Restart the Caddy service: systemctl restart caddy

NGINX

cp /opt/hyperglass/.samples/hyperglass.nginx /etc/nginx/sites-available/hyperglass
ln -s /etc/nginx/sites-available/hyperglass /etc/nginx/sites-enabled/hyperglass

Change the lg.example.com value to match your hyperglass FQDN.

Change the <path to cert chain> and <path to key> values to match the path to your certificate and private key files.