From 31248c8a157aca106b87d9969bd3b82e2765cb36 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 20 Aug 2024 17:57:13 +0100 Subject: [PATCH] docs: add faq to docker section --- docs/04-Getting-Started.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/04-Getting-Started.md b/docs/04-Getting-Started.md index 212080e..599a07e 100644 --- a/docs/04-Getting-Started.md +++ b/docs/04-Getting-Started.md @@ -298,4 +298,24 @@ Fill this out as normal: - Put `/srv/data` into the "Data Storage Directory" field. - Fill in all other fields as your needs require. -Finally, press the "Create Wiki!" button to finish the first run wizard, and now use your wiki as normal. \ No newline at end of file +Finally, press the "Create Wiki!" button to finish the first run wizard, and now use your wiki as normal. + + +### FAQ + +#### I get a "peppermint.json.compromised" exists on disk error +The error message may look like this: + +> Error: peppermint.json.compromised exists on disk, so it's likely you need to block access to 'peppermint.json' from the internet. If you've done this already, please delete peppermint.json.compromised and reload this page. +> +> If you've done this check manually, please set the disable_peppermint_access_check setting to false. +> +> This check was done as part of the first run wizard. + +....try restarting the container. The container is designed to block access to `peppermint.json` automatically. + +If you do encounter this bug, please do get in touch so we can track it down and fix it. + + +#### I get an "Error: Failed to decode the settings file! Does it contain a syntax error?" message +Check the permissions on your `peppermint.json`. It should be owned by UID 10801 and GID 10801. It should also be a file containing some JSON, and not a directory. \ No newline at end of file