Expose Section¶
Web interface entrypoint configuration.
domain_name¶
Domain name for web interface. By default has the value go.getnoc.com
which techninally resolves to the localhost. When using default domain
name the Gufo Thor is able to sign the domain certificate in fully
transparent manner.
Warning
If you wish to change the domain_name
you have to
generate private key and sign the certificate by yourself.
web¶
Web interface address and port.
mongo¶
Expose mongo to host:
mtls_ca_cert¶
Enable mTLS. Defines path to CA chain, relative to assets
Example: Use assets/ca.crt
as CA certificate.
postgres¶
Expose postgres to host:
open_browser¶
If set to true
, open https://<domain_name>:<port>/
in browser
on every gufo-thor up