Go to file
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
app unifi: Deploy Unifi controller 2024-05-25 12:55:51 -05:00
base/schema/instructions base/schema: Fix instructions schema 2024-01-17 17:35:21 -06:00
cue.mod Switch from KCL to CUE 2024-01-15 11:40:58 -06:00
env unifi: Deploy Unifi controller 2024-05-25 12:55:51 -05:00
host unifi: Deploy Unifi controller 2024-05-25 12:55:51 -05:00
instructions unifi: Deploy Unifi controller 2024-05-25 12:55:51 -05:00
scripts loki: Use fetchcert to manage server certificate 2024-02-18 11:35:13 -06:00
templates unifi: Deploy Unifi controller 2024-05-25 12:55:51 -05:00
.editorconfig Switch from KCL to CUE 2024-01-15 11:40:58 -06:00
.gitignore Initial commit 2024-01-14 19:24:55 -06:00
config.sh Remove Containerfile 2024-01-17 17:35:21 -06:00