diff --git a/automation/.env.example b/automation/.env.example index df591c5..bb322c7 100644 --- a/automation/.env.example +++ b/automation/.env.example @@ -21,6 +21,13 @@ KITCHENOWL_BASE_URL=https://owl.paccoco.com KITCHENOWL_API_TOKEN=CHANGE_ME KITCHENOWL_HOUSEHOLD_ID=1 +# UniFi Network operator access (Doris) +UNIFI_BASE_URL=https://10.5.0.1 +UNIFI_USERNAME=doris +UNIFI_PASSWORD=*** +UNIFI_SITE=default +UNIFI_VERIFY_TLS=false + # Backup automation scaffolding SERENITY_BACKUP_HOST=root@10.5.1.5 SERENITY_BACKUP_ROOT=/mnt/user/backups/plausible-deniability diff --git a/docs/operations/SECRETS_MANAGEMENT.md b/docs/operations/SECRETS_MANAGEMENT.md index b05d5ca..28940a4 100644 --- a/docs/operations/SECRETS_MANAGEMENT.md +++ b/docs/operations/SECRETS_MANAGEMENT.md @@ -202,6 +202,7 @@ On a fresh PD after reinstalling TrueNAS: | Gitea | `dev/.env` | | LiteLLM | `ai/.env` | | Paperless | `documents/.env` | +| UniFi Doris operator | `automation/.env` | ---