From eb9763eb65bf002ab5858771c560cf4f064b536a Mon Sep 17 00:00:00 2001 From: Krateng Date: Wed, 16 Sep 2020 23:03:48 +0200 Subject: [PATCH] Updated restart recommendation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7000e83..69557f4 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ I can support you with issues best if you use **Alpine Linux**. In my experience 4) (Recommended) Put your server behind a reverse proxy for SSL encryption. Make sure that you're proxying to the IPv6 address unless you changed your settings to use IPv4. If you're running Maloja in a container, make sure to expose port 32400 (or whichever port you have chosen in your settings). -5) (Recommended) Until I have a proper service implemented, I would recommend setting two cronjobs for maloja: +5) (Optional) You can set up a cronjob to start your server on system boot, and potentially restart it on a regular basis: ``` @reboot sleep 15 && maloja start -42 0 * * 2 maloja restart +42 0 7 * * maloja restart ```