From 22a4a23d3e622dc5b66ae1f703397021efb19cc0 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Wed, 3 Feb 2021 02:11:13 -0800 Subject: [PATCH] Clarify PUBKEY step --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index e982cf5..bd93fec 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -44,7 +44,7 @@ or https://docs.docker.com/v17.12/install/linux/docker-ce/ubuntu/ `chmod 600 docker/acme.json` ### set up config - `cp loki_template.ini loki.ini` -### get your session ID +### Give your Session ID moderator access - replace PUBKEY with your Session ID and run `echo "PUBKEY=true" >> loki.ini` ### start it Replace `your@email.tld` with your email address and `yourssl.domain.tld` with your public facing hostname. These are required for getting an SSL certification from LetsEncrypt which we will attempt to automatically do for you.