From 8609175410bec3506a72711bc389814d6dcf2f2c Mon Sep 17 00:00:00 2001 From: Outis Date: Sat, 25 Apr 2026 14:47:31 -0400 Subject: [PATCH] Update FN_FRIGATE__PUBLIC_URL to new domain --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index c604b50..18d122a 100644 --- a/.env.example +++ b/.env.example @@ -32,5 +32,5 @@ FRIGATE_MQTT_PASSWORD=pick_a_strong_mqtt_password # Same MQTT password as above. Note double underscores between YAML levels. FN_FRIGATE__MQTT__PASSWORD=same_value_as_FRIGATE_MQTT_PASSWORD FN_FRIGATE__SERVER=http://frigate:5000 -FN_FRIGATE__PUBLIC_URL=https://cam.yourdomain.com +FN_FRIGATE__PUBLIC_URL=https://frigate.yourdomain.com FN_ALERTS__NTFY__SERVER=https://ntfy.yourdomain.com