From c69c717ed1fb9434ace10a7d9d1035be1d0262c7 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Thu, 15 Jul 2021 18:59:04 -0700 Subject: [PATCH] :books::construction: --- docs/building.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 2e3c866..a77f2c1 100644 --- a/docs/building.md +++ b/docs/building.md @@ -86,4 +86,13 @@ make -j ``` ## Certs -make sure to edit `config.json` adding the certificate location if you're using HTTPS, I personally use [certbot](https://certbot.eff.org/), **it is Highly recommened you secure your server**. +make sure to edit `config.json` adding the certificate location if you're using HTTPS, I personally use [certbot](https://certbot.eff.org/), **it is Highly recommened you secure your server**. Alternatively you can delete the +```json +{ + "address": "0.0.0.0", + "port": 443, + "https": true, + "cert": "", + "key": "" +} +``` \ No newline at end of file