Initial public release of birdwatch-relay
This commit is contained in:
commit
c176f2ad24
17 changed files with 2025 additions and 0 deletions
16
.env.example
Normal file
16
.env.example
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Copy to .env. Generate the pairing code with:
|
||||
# openssl rand -hex 3 # 6 hex chars
|
||||
|
||||
# Pairing code — phone sends this in the Authorization header on first
|
||||
# registration. You also type it once into the BirdWatch app.
|
||||
RELAY_PAIRING_CODE=replace-me-with-6-hex-chars
|
||||
|
||||
# Frigate connection details. The relay subscribes to /ws as a long-lived
|
||||
# event consumer. URL should be the same one Frigate's web UI lives at,
|
||||
# from this machine's perspective (typically http://localhost:5000).
|
||||
FRIGATE_URL=http://localhost:5000
|
||||
|
||||
# Frigate API user + password. Leave both blank if Frigate has auth disabled.
|
||||
# Recommended: create a dedicated Frigate user (e.g. "birdwatch-relay").
|
||||
FRIGATE_USER=
|
||||
FRIGATE_PASSWORD=
|
||||
Loading…
Add table
Add a link
Reference in a new issue