From 5672fa144b43e24ffdd0834797a1629232490551 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sun, 29 Oct 2017 02:15:53 +0100 Subject: [PATCH] Add some extra begginers info I found this by digging into the code itself, since again oputil doesn't provide anything useful yet. --- docs/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.md b/docs/index.md index 9fbb0cee..ae30690c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -107,6 +107,11 @@ Below is an _example_ configuration. It is recommended that you at least **start ./main.js ``` + +*Note #1:* The first user who register/apply (user ID = 1) will be automatically be added to the sysop group. And thus becomes SysOp. + +*Note #2:* All data is stored by default in Sqlite3 database files within the `db` sub folder, including user data, messages, system logs and file meta data. + ## Monitoring Logs Logs are produced by Bunyan which outputs each entry as a JSON object. To tail logs in a colorized and pretty pretty format, issue the following command: