new "moonfire-nvr config" subcommand

This is a ncurses-based user interface for configuration. This fills a major
usability gap: the system can be configured without manual SQL commands.
This commit is contained in:
Scott Lamb
2017-02-05 19:58:41 -08:00
parent b3a7795407
commit c82f038bef
11 changed files with 1079 additions and 133 deletions

View File

@@ -93,6 +93,7 @@ Commands:
check Check database integrity
init Initialize a database
run Run the daemon: record from cameras and handle HTTP requests
shell Start an interactive shell to modify the database
ts Translate between human-readable and numeric timestamps
upgrade Upgrade the database to the latest schema
";