Skip to content

Haproxy component for resin environments (bob, onprem, etc)

Notifications You must be signed in to change notification settings

balena-io/open-balena-haproxy

Repository files navigation

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