@scrypted/nvr 0.0.283 → 0.0.284
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,13 +18,15 @@ The Scrypted NVR Subscription can be purchased and managed at the [billing porta
|
|
|
18
18
|
|
|
19
19
|
The NVR requires a storage directory for recordings. It is highly recommended to use a SATA/USB surveillance drive (and not an SD Card, etc) for storage.
|
|
20
20
|
|
|
21
|
-
1. Enter the drive's directory path in the Scrypted NVR Plugin settings.
|
|
21
|
+
1. Enter the drive's directory path in the Scrypted NVR Plugin settings. For example, `/Volumes/External/video` (Mac), `/mnt/sda/video` (Linux), `Z:\video` (Windows), or `/nvr` (Docker).
|
|
22
22
|
* **Docker installations will need to mount the drive path into the container as a volume**. The Scrypted Docker Compose file can typically be found at `~/.scrypted/docker-compose.yml`. Edit the compose file as follows:
|
|
23
23
|
```
|
|
24
24
|
volumes:
|
|
25
25
|
- ~/.scrypted/volume:/server/volume
|
|
26
26
|
# modify and add the additional volume for Scrypted NVR
|
|
27
|
-
|
|
27
|
+
# the following example would mount the /mnt/sda/video path on the host
|
|
28
|
+
# to the /nvr path inside the docker container.
|
|
29
|
+
- /mnt/sda/video:/nvr
|
|
28
30
|
```
|
|
29
31
|
2. Observe the free space reported by Scrypted NVR Plugin to verify the correct drive is being used.
|
|
30
32
|
|
package/dist/plugin.zip
CHANGED
|
Binary file
|