config file reference and doc reorganization

This commit is contained in:
Scott Lamb
2023-01-06 11:40:41 -06:00
parent abcb26b281
commit a4bc7f5218
16 changed files with 116 additions and 15 deletions

1
guide/README.md Normal file
View File

@@ -0,0 +1 @@
Guides to using and contributing to Moonfire NVR.

View File

@@ -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"

View File

@@ -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