mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-17 16:11:14 +10:00
fix formatting for q&a
This commit is contained in:
@@ -197,10 +197,17 @@ Make sure apache2 listens on port 80. It does by default.
|
|||||||
|
|
||||||
# FAQ
|
# FAQ
|
||||||
Q: "I want SSL!"
|
Q: "I want SSL!"
|
||||||
|
|
||||||
A: Just use Cloudflare. It'll do it all for you.
|
A: Just use Cloudflare. It'll do it all for you.
|
||||||
|
|
||||||
Q: "I'm using a Cloudflare tunnel."
|
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!
|
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?"
|
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.
|
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?"
|
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.)
|
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.)
|
||||||
|
|||||||
Reference in New Issue
Block a user