Commit Graph

1 Commits (3135f90223570612df9de6c07595d85654ddfb64)

Author SHA1 Message Date
Dustin 3135f90223 unifi: Deploy Unifi controller
The Unifi controller consists of three containerized processes:

* Unifi Network itself
* unifi_exporter for monitoring and metrics via Prometheus
* Caddy for HTTPS

_unifi_exporter_ is really the only component with any configuration.
Unfortunately, it mixes secret and non-secret data in a single YAML
file, which makes it impossible to use `yaml.Marshal` to render the
configuration directly from the CUE source.
2024-05-25 12:55:51 -05:00