From a1d95b2f99ce054a2de665e3e2536b2c877874d1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 22 Nov 2021 04:30:39 +0200 Subject: [PATCH] Updated Raspberry Pi (markdown) --- Raspberry-Pi.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Raspberry-Pi.md b/Raspberry-Pi.md index 27659a2..acfb515 100644 --- a/Raspberry-Pi.md +++ b/Raspberry-Pi.md @@ -17,8 +17,7 @@ WeKan only requires: - `PORT=80` or `PORT=4000` or some other port where WeKan Nodejs runs. - `MONGO_URL=mongodb://127.0.0.1:27017/wekan` where MongoDB server is, like localhost port 27017 using database name wekan. (Snap usually has MongoDB port at 27019, if it's not changed for example with `sudo snap set wekan mongodb-port='27020'`) - Some other settings are at [start-wekan.sh](https://raw.githubusercontent.com/wekan/wekan/master/start-wekan.sh) (and at https://github.com/wekan/wekan-snap/wiki/Supported-settings-keys#list-of-supported-keys but Snap settings have lowercase minus like `root-url`, where `.sh` scripts and services have uppercase underline like `ROOT_URL`) - - https://github.com/wekan/wekan/wiki/Troubleshooting-Mail -- https://github.com/wekan/wekan/wiki/Adding-users +- https://github.com/wekan/wekan/wiki/Adding-users and https://github.com/wekan/wekan/wiki/Troubleshooting-Mail ## Bundle files