cfg/templates/unifi
Dustin e75204be53 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-26 10:11:50 -05:00
..
Caddyfile unifi: Deploy Unifi controller 2024-05-26 10:11:50 -05:00
unifi.container unifi: Deploy Unifi controller 2024-05-26 10:11:50 -05:00
unifi.pod unifi: Deploy Unifi controller 2024-05-26 10:11:50 -05:00
unifi.sysusers unifi: Deploy Unifi controller 2024-05-26 10:11:50 -05:00
unifi_exporter.container unifi: Deploy Unifi controller 2024-05-26 10:11:50 -05:00
unifi_exporter.yml unifi: Deploy Unifi controller 2024-05-26 10:11:50 -05:00