mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-20 01:50:24 -05:00
config file reference and doc reorganization
This commit is contained in:
1
guide/README.md
Normal file
1
guide/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Guides to using and contributing to Moonfire NVR.
|
||||
@@ -67,7 +67,7 @@ $ sudo nano /usr/local/bin/nvr
|
||||
$ sudo chmod a+rx /usr/local/bin/nvr
|
||||
```
|
||||
|
||||
`/etc/moonfire-nvr.toml`:
|
||||
`/etc/moonfire-nvr.toml` (see [ref/config.md](../ref/config.md) for more explanation):
|
||||
```toml
|
||||
[[binds]]
|
||||
ipv4 = "0.0.0.0:8080"
|
||||
|
||||
@@ -182,6 +182,8 @@ This change has two effects:
|
||||
and `X-Forwarded-Proto` headers as added by the webserver configuration
|
||||
in the next section.
|
||||
|
||||
See also [ref/config.md](../ref/config.md) for more about the configuration file.
|
||||
|
||||
If the webserver is running on the same machine as Moonfire NVR, you might
|
||||
also change `--publish=8080:8080` to `--publish=127.0.0.1:8080:8080` in your
|
||||
`/usr/local/bin/nvr` script, preventing other machines on the network from
|
||||
|
||||
Reference in New Issue
Block a user