Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 630 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 630 Bytes

open-balena-haproxy

based on official image

features

  • provides reverse proxy service(s) for devices running balenaOS
  • includes configuration for balena-on-balena
  • monitors /certs/export/chain.pem for changes and restarts automatically
  • optionally builds certificate chain passed using the following environment variables
HAPROXY_CRT: base64 encoded x590 server certificate (public key)
HAPROXY_KEY: base64 encodedservice private key
ROOT_CA: certificate authority x509 certificate chain
  • supports custom configuration by overriding haproxy.cfg and/or Dockerfile