moonfire-nvr/guide
Scott Lamb 892427592e tweak config format (#133)
* switch from json to toml.
  I think this will be more user-friendly. It allows comments and has
  less punctuation. Fewer surprises than yaml (which has e.g. the
  "Norway problem"). I might have stayed with JSON if I could see a
  good serde json library that allows comments, but hson is unmaintained
  and serde-json strictly follows the spec.

* switch from camelCase to snake_case. Seems more idiomatic for TOML
  and matches the Rust source.

* forbid unknown keys. Better to spot errors sooner.

* rename "trust_forward_hdrs" to "trust_forward_headers". Nothing else
  is abbreviated.
2022-03-16 12:34:39 -07:00
..
build.md tweak config format (#133) 2022-03-16 12:34:39 -07:00
developing-ui.md mass markdown reformatting 2021-04-01 12:32:31 -07:00
install.md tweak config format (#133) 2022-03-16 12:34:39 -07:00
schema.md preparing v0.7.0 2021-10-26 18:54:26 -07:00
secure.md tweak config format (#133) 2022-03-16 12:34:39 -07:00
troubleshooting.md shutdown better 2021-09-23 16:33:29 -07:00