From 36ae6c0f1e77ec36050a89011e9853b9c3c109f4 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Thu, 25 Feb 2021 01:29:31 -0500 Subject: [PATCH] Update install.md --- install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.md b/install.md index cf639f4..0aef0ea 100644 --- a/install.md +++ b/install.md @@ -37,6 +37,8 @@ That all aside, please continue: ### SETUP +There's a community-created video tutorial on setting up here; https://youtu.be/8sDMwBIlgwE Otherwise, read on. + I use Cloudflare with Flexible SSL enabled and HTTP Rewrites. If you do not use Cloudflare, you will need to deploy SSL certificates onto your website. You will also have to have Cloudflare or whatever DNS provider you have, point your domain name to the IP address of your webserver. OBS.Ninja REQUIRES a domain name and SSL. For webservers, I use NGINX on a Ubuntu server; smaller the better. I rely on Cloudflare to provide caching and SSL, so my installation of NGINX is pretty simple.