From f34cea64961c19251f4d35deee5368dd04679f6e Mon Sep 17 00:00:00 2001 From: Georg Zoeller Date: Sun, 8 May 2022 15:56:39 +0800 Subject: [PATCH 1/2] Update dockerfile to Node 14 Node 12 breaks, install.sh was updated but docker file was forgotten --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 1e5b1711..b53c72df 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12-buster-slim +FROM node:14-buster-slim LABEL maintainer="dave@force9.org" @@ -53,4 +53,4 @@ EXPOSE 8888 WORKDIR /enigma-bbs -ENTRYPOINT ["/enigma-bbs/docker/bin/docker-entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/enigma-bbs/docker/bin/docker-entrypoint.sh"] From ac38ac9e8aa38593add104f3fecc118f6665ad63 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 8 May 2022 11:38:25 -0600 Subject: [PATCH 2/2] Clarify in docs for hide option --- docs/_docs/modding/last-callers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/modding/last-callers.md b/docs/_docs/modding/last-callers.md index 0e15b4f8..8be36437 100644 --- a/docs/_docs/modding/last-callers.md +++ b/docs/_docs/modding/last-callers.md @@ -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).