moonfire-nvr/server
Scott Lamb 7c0a634bed avoid clock problems on some Docker setups
In particular, this was happening out of the box on Raspberry Pi OS Lite
20210304, as reported by ironoxidizer@gmail.com here:
https://groups.google.com/g/moonfire-nvr-users/c/2j9LvfFl2u8/m/tJcNS2WfCQAJ

*   adjust main.rs to make the problem more obvious
*   mention it in the troubleshooting guide
*   sidestep it in the nvr docker wrapper script

also just use --networking=host rather than --publish (avoiding a proxy
process). I'm using Docker to simplify the build and deployment process,
not as a security boundary, so just do the simpler thing.
2021-04-08 22:21:03 -07:00
..
base present signal days in API requests 2021-03-23 21:07:07 -07:00
db Prepare v0.6.3 release 2021-03-31 15:21:09 -07:00
src avoid clock problems on some Docker setups 2021-04-08 22:21:03 -07:00
Cargo.lock Prepare v0.6.3 release 2021-03-31 15:21:09 -07:00
Cargo.toml Prepare v0.6.3 release 2021-03-31 15:21:09 -07:00