From ea090f27ad148b2df971b7874ed7e6f93ff6118e Mon Sep 17 00:00:00 2001 From: minihoot <70825884+minihoot@users.noreply.github.com> Date: Sun, 18 Jan 2026 19:31:40 +1100 Subject: [PATCH] fix formatting for q&a --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1bd2600..45064ad 100644 --- a/README.md +++ b/README.md @@ -197,10 +197,17 @@ Make sure apache2 listens on port 80. It does by default. # FAQ Q: "I want SSL!" + A: Just use Cloudflare. It'll do it all for you. + Q: "I'm using a Cloudflare tunnel." + A: Go to Zero Trust, Networks, Overview, Manage Tunnels, View Tunnels, click the 3 dots next to your tunnel that is running Cedar-Django, Configure, Published application routes, Add a published application route, select your domain, and for the service set the type as HTTP with the URL `127.0.0.1:8000` (or `127.0.0.1:80 if you're using the reverse proxy). Make sure your domain is in ALLOWED_HOSTS! + Q: "I'm having trouble, how can I contact you?" + A: You should use the Issues. That way, if anyone has the same problem as you and you manage to solve it, they can also solve it using your solution. + Q: "How do I edit pages?" + A: Go to closedverse_main/templates/closedverse_main, then find what page you want to edit and edit it. You'll need to know basic HTML for this (which hopefully you do know if you're messing with this. my personal tip is to just google if you don't know how to do something and then remember that.)