From e0ccef86834d7f34d7952dd8da9de38726351160 Mon Sep 17 00:00:00 2001 From: eduard256 Date: Sun, 5 Apr 2026 10:36:47 +0000 Subject: [PATCH] Replace double dashes with single dashes --- DEVELOPERS.md | 4 ++-- README.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 163a47e..8f66c42 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -2,7 +2,7 @@ Strix is a single static binary with embedded web UI and SQLite camera database. No config files, no external dependencies (except optional `ffmpeg` for H264/H265 screenshot conversion). Designed to run alongside your project the same way [go2rtc](https://github.com/AlexxIT/go2rtc) does. -For development and testing without real cameras, use [StrixCamFake](https://github.com/eduard256/StrixCamFake) -- IP camera emulator with RTSP, HTTP, RTMP, Bubble and more. +For development and testing without real cameras, use [StrixCamFake](https://github.com/eduard256/StrixCamFake) - IP camera emulator with RTSP, HTTP, RTMP, Bubble and more. ## Binary @@ -251,7 +251,7 @@ curl -X POST localhost:4567/api/generate -d '{ - `config`: complete Frigate YAML - `added`: 1-based line numbers of new lines (for highlighting in UI) -**Merge into existing config** -- pass `existingConfig` field: +**Merge into existing config** - pass `existingConfig` field: ```json { diff --git a/README.md b/README.md index 4fc749b..03119e5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Open `http://YOUR_IP:4567` -Enter camera IP. Strix probes the device -- open ports, MAC vendor, mDNS, HTTP server. +Enter camera IP. Strix probes the device - open ports, MAC vendor, mDNS, HTTP server. ![](https://github.com/eduard256/Strix/releases/download/v2.0.0/01-enter-ip.png) @@ -137,15 +137,15 @@ STRIX_LISTEN=:4567 ./strix-linux-amd64 SQLite database with 3,600+ brands and 100,000+ URL patterns. Maintained separately in [StrixCamDB](https://github.com/eduard256/StrixCamDB). Database is embedded in Docker image and bundled with binary releases. -[Browse supported cameras](https://gostrix.github.io/) -- search by brand or model to check if your camera is in the database. +[Browse supported cameras](https://gostrix.github.io/) - search by brand or model to check if your camera is in the database. Three entity types: -- **Presets** -- curated sets of popular URL patterns (e.g. "ONVIF", "Popular RTSP") -- **Brands** -- all URL patterns for a brand (e.g. "Hikvision", "Dahua") -- **Models** -- URL patterns for a specific model within a brand +- **Presets** - curated sets of popular URL patterns (e.g. "ONVIF", "Popular RTSP") +- **Brands** - all URL patterns for a brand (e.g. "Hikvision", "Dahua") +- **Models** - URL patterns for a specific model within a brand Camera not in the database? [Add it here](https://gostrix.github.io/#/contribute). **Developers:** integrate [Strix HTTP API](DEVELOPERS.md) into your smart home platform. -**Testing:** [StrixCamFake](https://github.com/eduard256/StrixCamFake) -- IP camera emulator for development and testing. +**Testing:** [StrixCamFake](https://github.com/eduard256/StrixCamFake) - IP camera emulator for development and testing.