Updated config.sh and new workflow for getting online.

This commit is contained in:
2025-06-29 15:50:32 -06:00
parent 93088f823a
commit 5a7d38ec71
29 changed files with 6109 additions and 291 deletions

View File

@@ -0,0 +1,7 @@
# Cloudflare
In this section, you will find instructions on how to properly set up Cloudflare for managing a Changemaker-lite.
## Config
When you first run the `./config.sh` it will prompt you for the a api token, zone id, and a tunnel id. A

View File

@@ -4,6 +4,6 @@
{% endblock %}
{% block announce %}
<a href="https://homepage.albertademocracytaskforce.org" class="login-button">Login</a>
<a href="https://homepage.cmlite.org" class="login-button">Login</a>
Changemaker Archive. <a href="https://docs.bnkops.com">Learn more</a>
{% endblock %}

View File

@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block extrahead %}
{% endblock %}
{% block announce %}
<a href="https://homepage.albertademocracytaskforce.org" class="login-button">Login</a>
Changemaker Archive. <a href="https://docs.bnkops.com">Learn more</a>
{% endblock %}