mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-20 23:28:23 +03:00
tweak tmpfs comment
This commit is contained in:
parent
29a778415e
commit
916ac48702
@ -56,7 +56,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /path/to/your/config:/config
|
- /path/to/your/config:/config
|
||||||
- /path/to/your/storage:/media/frigate
|
- /path/to/your/storage:/media/frigate
|
||||||
- type: tmpfs # Recommended: 1GB of memory
|
- type: tmpfs # In-memory filesystem for recording segment storage
|
||||||
target: /tmp/cache
|
target: /tmp/cache
|
||||||
tmpfs:
|
tmpfs:
|
||||||
size: 1000000000
|
size: 1000000000
|
||||||
@ -153,6 +153,7 @@ On Raspberry Pi OS **Trixie**, the Hailo driver is no longer shipped with the ke
|
|||||||
```
|
```
|
||||||
/lib/modules/6.6.31+rpt-rpi-2712/kernel/drivers/media/pci/hailo/hailo_pci.ko.xz
|
/lib/modules/6.6.31+rpt-rpi-2712/kernel/drivers/media/pci/hailo/hailo_pci.ko.xz
|
||||||
```
|
```
|
||||||
|
|
||||||
Save the module path to a variable:
|
Save the module path to a variable:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -206,7 +207,6 @@ On Raspberry Pi OS **Trixie**, the Hailo driver is no longer shipped with the ke
|
|||||||
```
|
```
|
||||||
|
|
||||||
The script will:
|
The script will:
|
||||||
|
|
||||||
- Install necessary build dependencies
|
- Install necessary build dependencies
|
||||||
- Clone and build the Hailo driver from the official repository
|
- Clone and build the Hailo driver from the official repository
|
||||||
- Install the driver
|
- Install the driver
|
||||||
@ -247,7 +247,7 @@ On Raspberry Pi OS **Trixie**, the Hailo driver is no longer shipped with the ke
|
|||||||
ls -l /lib/firmware/hailo/hailo8_fw.bin
|
ls -l /lib/firmware/hailo/hailo8_fw.bin
|
||||||
```
|
```
|
||||||
|
|
||||||
**Optional: Fix PCIe descriptor page size error**
|
**Optional: Fix PCIe descriptor page size error**
|
||||||
|
|
||||||
If you encounter the following error:
|
If you encounter the following error:
|
||||||
|
|
||||||
@ -462,7 +462,7 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /path/to/your/config:/config
|
- /path/to/your/config:/config
|
||||||
- /path/to/your/storage:/media/frigate
|
- /path/to/your/storage:/media/frigate
|
||||||
- type: tmpfs # Recommended: 1GB of memory
|
- type: tmpfs # In-memory filesystem for recording segment storage
|
||||||
target: /tmp/cache
|
target: /tmp/cache
|
||||||
tmpfs:
|
tmpfs:
|
||||||
size: 1000000000
|
size: 1000000000
|
||||||
@ -694,7 +694,7 @@ Log into QNAP, open Container Station. Frigate docker container should be listed
|
|||||||
|
|
||||||
:::warning
|
:::warning
|
||||||
|
|
||||||
macOS uses port 5000 for its Airplay Receiver service. If you want to expose port 5000 in Frigate for local app and API access the port will need to be mapped to another port on the host e.g. 5001
|
macOS uses port 5000 for its Airplay Receiver service. If you want to expose port 5000 in Frigate for local app and API access the port will need to be mapped to another port on the host e.g. 5001
|
||||||
|
|
||||||
Failure to remap port 5000 on the host will result in the WebUI and all API endpoints on port 5000 being unreachable, even if port 5000 is exposed correctly in Docker.
|
Failure to remap port 5000 on the host will result in the WebUI and all API endpoints on port 5000 being unreachable, even if port 5000 is exposed correctly in Docker.
|
||||||
|
|
||||||
@ -705,6 +705,7 @@ Docker containers on macOS can be orchestrated by either [Docker Desktop](https:
|
|||||||
To allow Frigate to use the Apple Silicon Neural Engine / Processing Unit (NPU) the host must be running [Apple Silicon Detector](../configuration/object_detectors.md#apple-silicon-detector) on the host (outside Docker)
|
To allow Frigate to use the Apple Silicon Neural Engine / Processing Unit (NPU) the host must be running [Apple Silicon Detector](../configuration/object_detectors.md#apple-silicon-detector) on the host (outside Docker)
|
||||||
|
|
||||||
#### Docker Compose example
|
#### Docker Compose example
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
frigate:
|
frigate:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user