Merge branch 'master' of github.com:NuSkooler/enigma-bbs into 216-waiting-for-caller

This commit is contained in:
Bryan Ashby 2022-05-08 11:38:42 -06:00
commit 0650756736
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:12-buster-slim
FROM node:14-buster-slim
LABEL maintainer="dave@force9.org"

View File

@ -13,7 +13,7 @@ Available `config` block entries:
* `collapse`: Collapse or roll up entries that fall within the period specified. May be a string in the form of `30 minutes`, `3 weeks`, `1 hour`, etc.
* `sysop`: Sysop options:
* `collapse`: Collapse or roll up entries that fall within the period specified. May be a string in the form of `30 minutes`, `3 weeks`, `1 hour`, etc.
* `hide`: Hide all +op logins
* `hide`: Boolean: Hide all +op logins.
* `actionIndicators`: Maps user events/actions to indicators. For example: `userDownload` to "D". Available indicators:
* `newUser`: User is new.
* `dlFiles`: User downloaded file(s).