Compare commits

..

2 Commits

Author SHA1 Message Date
196094dbe7 more readme and homepage updates 2025-05-13 16:14:32 -06:00
6510c75216 Site remake. 2025-05-13 16:01:54 -06:00
47 changed files with 3842 additions and 4153 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 MiB

View File

@ -1,37 +1,61 @@
{% extends "main.html" %}
{% block content %}
<div style="position: relative; padding-top: 56.25%;">
<iframe
src="https://customer-1ebw5tv06sxrrq32.cloudflarestream.com/e98f453daee6e89c3a1632465806d0d5/iframe?muted=true&preload=true&loop=true&autoplay=true&poster=https%3A%2F%2Fcustomer-1ebw5tv06sxrrq32.cloudflarestream.com%2Fe98f453daee6e89c3a1632465806d0d5%2Fthumbnails%2Fthumbnail.jpg%3Ftime%3D%26height%3D600"
loading="lazy"
style="border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;"
allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;"
allowfullscreen="true"
></iframe>
</div>
<div class="hero-section">
<h1>Welcome to Changemaker V5 </h1>
<p class="subtitle">Your battle-tested, lightweight, self-hosted productivity suite. Empowering you with complete control, inherent security, and true freedom of speech.</p>
<p class="description">A self-hosted, open-source platform for digital campaigns.</p>
<p class="description">Changemaker V5 is a battle-tested, lightweight, self-hosted productivity suite that empowers you to build secure websites, blogs, newsletters, and forms. With 100% locally hosted AI and automation systems, it helps you manage a community of collaborators—from personal projects to full-fledged campaigns—granting you complete control, inherent security, and true freedom of speech for your content. </p>
<p class="subtitle">Build your power, don't rent it.</p>
<a href="#apps-showcase" class="cta-button">Explore Applications</a>
<a href="https://gitea.bnkhome.org/bnkops/Changemaker" class="git-code-button">
<span class="material-icons">code</span> Code
</a>
</div>
<div class="quick-start-section">
<h2>Quick Start</h2>
<p>Familiar with the terminal, git, and <a href="https://docs.docker.com/get-docker/" target="_blank">Docker</a>? Get Changemaker up and running in minutes:</p>
<div class="code-container">
<pre><code># Clone the repository
git clone https://gitea.bnkhome.org/bnkops/Changemaker.git
cd Changemaker</code></pre>
</div>
<div class="code-container">
<pre><code># Run the config.sh script
./config.sh</code></pre>
</div>
<div class="code-container">
<pre><code># Start all services
docker compose up -d</code></pre>
</div>
<p class="quick-note">That's it! After services start (which may take a few minutes on first run), visit http://localhost:3011 to get started.</p>
<p class="quick-note"><a href="http://localhost:3011" class="button">Access Homepage (only works with if Changemaker installed)</a>
<p class="important-note"><strong>Important:</strong> Make sure to visit <a href="https://localhost:9444">https://localhost:9444</a> immediately to configure Portainer before the installation process times out. See the <a href="{{ 'apps/portainer/' | url }}">Portainer documentation</a> for details.</p>
<a href="https://gitea.bnkhome.org/bnkops/Changemaker/src/branch/main/README.md" class="button">Detailed Installation Guide</a>
</div>
<div class="info-section">
<h2>What is Changemaker?</h2>
<p>Changemaker V5 is a project undertaken by The Bunker Operations, headquartered in Edmonton, Alberta, Canada, to provide our community a digital campaign alternative to mainstream American systems. It empowers you to deploy secure, locally-built websites, blogs, newsletters, & forms from personal projects to full-fledged campaigns.</p>
<p>Changemaker V5 is a curated set of free & open source tools that has been pre-configured into a platform for the express intent of running a digital campaign. It empowers you to deploy secure, locally-built websites, blogs, newsletters, & forms from personal projects to full-fledged campaigns.</p>
</div>
<div class="info-section">
<h2>🚀 Quick Start & Onboarding</h2>
<p>Ready to dive in? Heres how to get started:</p>
<h3>1. Access and Edit Your Site with Code Server</h3>
<p><strong>Code Server</strong> (VS Code in your browser) is already configured to allow you to edit your entire Changemaker site, including this documentation and application configurations. To access it, click the "Login" button in the header, which typically links to Code Server or your main dashboard where Code Server can be accessed.</p>
<p><strong>To log into Code Server:</strong></p>
<ul>
<li>The default access URL is usually <code>http://localhost:8888/</code> or you can access it through the homepage.</li>
<li>Your Code Server password can be found within your project files at: <code>configs/code-server/.config/code-server/config.yaml</code>. You can view this file using Code Server's file explorer after an initial login, or access it directly on your server.</li>
</ul>
<p>Code Server is pre-configured to open your main Changemaker project folder (e.g., <code>/home/bunker-admin/Changemaker/</code>), so you can start editing files immediately after logging in.</p>
<h3>2. Update Your Site Configuration</h3>
<p>Open your <code>mkdocs.yml</code> file and customize these key settings:</p>
<div class="code-block">
<pre>site_name: Your Awesome Site
site_description: A brief, compelling description of your new site
site_author: Your Name or Organization</pre>
</div>
<p>Save the file, and your site will update almost instantly!</p>
<p>For more detailed setup instructions, refer to the full <a href="{{ 'readme/' | url }}">Installation Guide</a>.</p>
<h2>Why Changemaker?</h2>
<p>Changemaker V5 is a project undertaken by The Bunker Operations, a community building organization, headquartered in Edmonton, Alberta, Canada, to provide our community a digital campaign alternative to mainstream American systems. It intends to be a plug-and-play web server platform so we can transition our friends, allies, and comrades off of corporate systems.</p>
</div>
<div class="apps-grid-container" id="apps-showcase">
@ -77,7 +101,94 @@ site_author: Your Name or Organization</pre>
</div>
<a href="{{ 'apps/nocodb/' | url }}" class="button">Learn More</a>
</div>
<!-- Add more app cards here as you create their documentation pages -->
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">question_answer</span>Answer</h3>
<p>Self-hosted Q&A platform for teams to share knowledge internally.</p>
</div>
<a href="{{ 'apps/answer/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">draw</span>Excalidraw</h3>
<p>Virtual whiteboard for sketching and collaborative diagramming.</p>
</div>
<a href="{{ 'apps/excalidraw/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">apps</span>Ferdium</h3>
<p>All-in-one desktop app that helps you organize multiple social media services in one place.</p>
</div>
<a href="{{ 'apps/ferdium/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">source</span>Gitea</h3>
<p>Lightweight, self-hosted Git service for managing repositories and collaboration.</p>
</div>
<a href="{{ 'apps/gitea/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">article</span>MkDocs Material</h3>
<p>Create beautiful documentation sites with Markdown (like this one!).</p>
</div>
<a href="{{ 'apps/mkdocs-material/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">people</span>Monica CRM</h3>
<p>Personal relationship management system to organize interactions with your contacts.</p>
</div>
<a href="{{ 'apps/monica-crm/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">integration_instructions</span>n8n</h3>
<p>Workflow automation tool that connects various apps and services together.</p>
</div>
<a href="{{ 'apps/n8n/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">smart_toy</span>Ollama</h3>
<p>Run open-source large language models locally for AI-powered assistance.</p>
</div>
<a href="{{ 'apps/ollama/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">chat</span>OpenWebUI</h3>
<p>Web interface for interacting with your Ollama AI models.</p>
</div>
<a href="{{ 'apps/openwebui/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">sailing</span>Portainer</h3>
<p>Container management platform that simplifies deploying and managing Docker environments.</p>
</div>
<a href="{{ 'apps/portainer/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">forum</span>Rocket.Chat</h3>
<p>Self-hosted team communication platform with real-time chat and collaboration.</p>
</div>
<a href="{{ 'apps/rocketchat/' | url }}" class="button">Learn More</a>
</div>
</div>
</div>

View File

@ -1,4 +1,4 @@
{% extends "base.html" %} {% block extrahead %} {% endblock %} {% block announce %}
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}

View File

@ -2,7 +2,5 @@
Info on ollama
```
docker exec -it ollama-changemaker ollama pull gemma3
```

View File

@ -1,15 +1,17 @@
# Changemaker V5
![changemakergif](images/changemkaerv5.gif)
---
Changemaker V5 is a battle-tested, lightweight, self-hosted productivity suite which empowers you to deploy secure, locally-built websites, blogs, newsletters, & forms from personal projects to full-fledged campaigns granting you complete control, inherent security, and true freedom of speech.
It is a project undertaken by The Bunker Operations, headquarted in Edmonton, Alberta, Canada, as to provide our community a digital campaign alternative to mainstream American systems.
---
## Currated Suite of Applications
![homepage](/assets/images/homepage.png)
---
![build your power](assets/images/buildyourpower.png)
## Contents
- [Prerequisites](#prerequisites)
- [Quick Start](#quick-start)
- [Detailed Installation](#detailed-installation)
@ -24,7 +26,7 @@ It is a project undertaken by The Bunker Operations, headquarted in Edmonton, Al
- [Configure Your Cloudflare Tunnel](#configure-your-cloudflare-tunnel)
- [Create a Cloudflare System Service](#create-a-cloudflare-system-service)
- [Add CNAME Records](#add-cname-records)
- [Reset Your Installation](#reset-your-installation)
- [Website Build and Deployment Workflow](#website-build-and-deployment-workflow)
- [Accessing Your Services](#accessing-your-services)
- [Troubleshooting](#troubleshooting)
@ -32,12 +34,14 @@ It is a project undertaken by The Bunker Operations, headquarted in Edmonton, Al
## Development Pathway
Changemaker's identified wants for development:
- Internal integrations for assset management i.e. shared plain file locations
- Database connections for automation systems i.e. manauls for Nocodb & n8n on connecting services
- Manual & landing site for the whole system i.e. upgrading bnkops.com
- Trainings and manuals across the board
Idenitfied Feature Requests:
- Event Management: Looking at [hi.ewvents](https://hi.events/)
- Scheduling: Looking at [rally](https://rallly.co/)
- Support and user chat: looking at [chatwoot](https://github.com/chatwoot/chatwoot)
@ -45,10 +49,11 @@ Idenitfied Feature Requests:
- Team chat and project management: looking at [rocket chat](https://github.com/RocketChat/Rocket.Chat) ✔️
Bugs:
- Readme needs a full flow redo - ✅ next up
- Config script needs to be updated for nocodb for a simpler string / set the string - :white_check_mark:
- Gitea DNS application access bypass not properly setting - ✅ bypass needing manual setup / need to explore api more
- Portainer not serving to http - 🟡 still not sure how to fix config
- Portainer not serving to http - 🤔 portainer to be limited to local access
- nocodb setup upping odd - ✅ password needs no special characters
- ferdium port mismatch - ✅ was a cloudflare port setting missmatch
@ -63,7 +68,7 @@ Bugs:
## Quick Start for Local Dev
Review all off the applications [here](/apps.md)
Review all off the applications [here](apps.md)
If you're familiar with Docker and want to get started quickly:
@ -73,12 +78,14 @@ git clone https://gitea.bnkhome.org/bnkops/Changemaker.git
cd changemaker
```
See [Setting Up Cloudflare Credentials](#setting-up-cloudflare-credentials) for how to get cloudflare credentials for config.sh.
```bash
# Use default configuration for development or run the config script for configuration
# To optionally configure, first make the script executable:
# Use default configuration for local development.
# To configure for remote deployment with Cloudflare, first make the script executable:
chmod +x config.sh
# Then run the configuration script:
# Then run the configuration script. You will need your Cloudflare details.
./config.sh
```
@ -87,15 +94,20 @@ chmod +x config.sh
docker compose up -d
```
**[!Warning] Configure Portainer & Install Gitea**
Portainer has a timed build process. Make sure to immediatly configure the service by visiting https://localhost:9444
Gitea has a install process that you should complete on first build.
**First time installation can take several miniutes**
On a 1GB internet connection, instal time is approximately 3 minutes.
On a 1GB internet connection, instal time is approximately 5 minutes.
### ⚠️ Configure Portainer Immediately 🦊
Portainer has a timed build process that needs to be completed on successful build. Proceed to configure the service by visiting https://localhost:9444
Gitea has a install process that you should complete immediately after connecting system to dns and domain services.
### On Successful Build, Vist [Local Homepage](http://localhost:3011)
The [local homepage - http://localhost:3011](http://localhost:3011) is configured with all of the services you can access securely locally.
To access services outside of network, configure a VPN, Tailscale, or continue to Cloudflare publishing documentation.
## Local Service Ports
@ -103,6 +115,8 @@ When running Changemaker locally, you can access the services at the following p
| Service | Local Port | Local URL |
|--------------|------------|------------------------------------------|
| Root/Website (Nginx) | 4001 | [http://localhost:4001](http://localhost:4001) |
| Homepage (local) | 3011 | [http://locahost:3011](http://localhost:3011) |
| Homepage | 3010 | [http://localhost:3010](http://localhost:3010) |
| Excalidraw | 3333 | [http://localhost:3333](http://localhost:3333) |
| Listmonk | 9000 | [http://localhost:9000](http://localhost:9000) |
@ -113,19 +127,15 @@ When running Changemaker locally, you can access the services at the following p
| Ollama | 11435 | [http://localhost:11435](http://localhost:11435) |
| OpenWebUI | 3005 | [http://localhost:3005](http://localhost:3005) |
| Gitea | 3030 | [http://localhost:3030](http://localhost:3030) |
| Portainer | 8005 | [http://localhost:8005](http://localhost:8005) |
| Portainer | 8005 | [https://localhost:9444](https://localhost:9444) |
| Mini QR | 8081 | [http://localhost:8081](http://localhost:8081) |
| Ferdium | 3006 | [http://localhost:3006](http://localhost:3006) |
| Ferdium | 3009 | [http://localhost:3009](http://localhost:3009) |
| Answer | 9080 | [http://localhost:9080](http://localhost:9080) |
| NocoDB | 8090 | [http://localhost:8090](http://localhost:8090) |
| n8n | 5678 | [https://localhost:5678](https://localhost:5678) |
| n8n | 5678 | [http://localhost:5678](http://localhost:5678) |
| ConvertX | 3100 | [http://localhost:3100](http://localhost:3100) |
| Rocket.Chat | 3004 | [http://localhost:3004](http://localhost:3004) |
## Detailed Installation
### Ubuntu OS & Build Outs
You can deploy Changemaker on any OS using Docker however we also provide several full Ubuntu build-outs. These scripts can speed up your deployment immensely and Changemaker is developed on a like system:
@ -159,32 +169,47 @@ cd changemaker-v5
#### Setting Up Cloudflare Credentials
To use the script, you'll need to collect several Cloudflare variables:
To use the configuration script, you'll need to collect several Cloudflare credentials:
1. **Create an API Token with appropriate permissions**:
- Go to your [Cloudflare Dashboard](https://dash.cloudflare.com/) → Profile → API Tokens
- Click "Create Token"
- Either use the "Edit zone DNS" template or create a custom token with:
- Zone:DNS:Edit permissions
- Access:Apps:Edit permissions
- Restrict the token to only your specific zone/domain
- Generate and copy the token
!!! info "Required Cloudflare Information"
You'll need three important pieces of information from your Cloudflare account:
- API Token with proper permissions
- Zone ID for your domain
- Tunnel ID
2. **Get your Zone ID**:
- Go to your domain's overview page in the Cloudflare dashboard
- The Zone ID is displayed on the right sidebar
- It looks like: `023e105f4ecef8ad9ca31a8372d0c353`
##### 1. Create an API Token
3. **Get your Tunnel ID**:
- You should have noted your tunnel id in your tunnel creation or you can find it through cloudflare or in your files:
1. Go to your [Cloudflare Dashboard](https://dash.cloudflare.com/) → Profile → API Tokens
2. Click "Create Token"
3. Choose one of these options:
- Use the "Edit zone DNS" template
- Create a custom token with these permissions:
* Zone:DNS:Edit
* Access:Apps:Edit
4. Restrict the token to only your specific zone/domain
5. Generate and copy the token
##### 2. Get your Zone ID
1. Go to your domain's overview page in the Cloudflare dashboard
2. The Zone ID is displayed on the right sidebar
3. It looks like: `023e105f4ecef8ad9ca31a8372d0c353`
##### 3. Get your Tunnel ID
1. If you've already created a tunnel, you can find the ID:
- Go to Cloudflare Zero Trust dashboard → Access → Tunnels
- Click on your tunnel
- The Tunnel ID is in the URL: `https://dash.teams.cloudflare.com/xxx/network/tunnels/xxxx`
- It looks like: `6ff42ae2-765d-4adf-8112-31c55c1551ef`
!!! tip "Keep Your Credentials Secure"
Store these credentials securely. Never commit them to public repositories or share them in unsecured communications.
You have two options:
**Option A: Use the configuration wizard (recommended)**
```bash
# Make the script executable
chmod +x config.sh
@ -206,9 +231,9 @@ nano .env
docker compose up -d
```
> [!Warning] Configure Portainer
!!! warning "Configure Portainer"
Portainer has a timed build process. Make sure to immediatly configure the service at https://localhost:9444 following successful build.
Portainer has a timed build process. Make sure to immediatly configure the service at https://localhost:9444 following successful build.
All services can now be accessed through on local machine. If deploying to public, it is recommended to **configure portainer** and then continue configuration for all other services once tunnel is established. Then use the public links for configuration of services. For online deployment with Cloudflare, continue to next steps.
@ -223,7 +248,7 @@ For secure remote access to your services, you can set up a Cloudflare Tunnel.
### Configure Your Cloudflare Tunnel
You can use our [Cloudflare Configuration Guide](https://gitea.bnkhome.org/bnkops/scripts/src/branch/main/config.cloudflare.homelab.md) however remember to copy the values of the [example config](/example.cloudflare.config.yml) for this deployment.
You can use our [Cloudflare Configuration Guide](https://gitea.bnkhome.org/bnkops/scripts/src/branch/main/config.cloudflare.homelab.md) however remember to copy the values of the [example config](example.cloudflare.config.yml) for this deployment.
### Create a Cloudflare System Service
@ -245,21 +270,65 @@ This script will add CNAME records for all Changemaker services to your Cloudfla
It will also set up a Cloudflare Access Application for all services execpt for your website and gitea. This is a extra layer of security that we do recommend for your deployment. It will automatically allow any emails with from the root domain that you set in the `config.sh` process. For example, if you set your root domain to `example.com` your access rule will allow emails ending with @example.com thorugh. You can update your access settings in the Cloudflare Zero Trust dashboard.
> [!warning] Cloudflare Zero Trust
To ensure that system is secure, we highly recommend setting up some level of access control using Cloudflare Zero Trust. The `add-cname-records.sh` will do this automatically however the user is encouraged to familiarize themselves with Cloudflares Zero Trust access system.
!!! warning "Cloudflare Zero Trust"
To ensure that system is secure, we highly recommend setting up some level of access control using Cloudflare Zero Trust. The `add-cname-records.sh` will do this automatically however the user is encouraged to familiarize themselves with Cloudflares Zero Trust access system.
## Website Build and Deployment Workflow
Changemaker uses MkDocs to create your website content, which is then served by an Nginx server. To update your website, you need to:
1. **Edit your content** using either the Code Server or locally on your machine
2. **Build the static site files**
3. **Let the Nginx server (mkdocs-site-server) serve the built site**
### Building Your Website
You can build your website in two ways:
#### Option 1: Using Code Server (recommended for remote deployments)
1. Access Code Server at http://localhost:8888 or https://code-server.yourdomain.com
2. Navigate to the mkdocs directory `/home/coder/mkdocs/`
3. Open a terminal in Code Server
4. Run the build command:
```bash
cd /home/coder/mkdocs
mkdocs build
```
#### Option 2: Locally on your machine
1. Navigate to the mkdocs directory in your project:
```bash
cd /home/bunker-admin/Changemaker/mkdocs
```
2. Run the build command:
```bash
mkdocs build
```
After building, the static site files will be generated in the `mkdocs/site` directory, which is automatically mounted to the Nginx server (mkdocs-site-server). Your website will be immediately available at:
- Locally: http://localhost:4001
- With Cloudflare: https://yourdomain.com
### Development vs Production
- During **development**, you can use the MkDocs live server at port 4000, which automatically rebuilds when you make changes
- For **production**, build your site as described above and let the Nginx server at port 4001 serve the static files
## Accessing Your Services
The **Homepage** acts as a central dashboard for all your Changemaker services. You can access it at:
- Locally: http://localhost:3010 or http://your-server-ip:3010
- Locally: http://localhost:3011 or http://your-server-ip:3011
- With Cloudflare: https://homepage.yourdomain.com
The Homepage will display links to all your deployed services, making it easy to navigate your Changemaker ecosystem.
After installation and cloudflare deployment you can also access individual services at the following URLs:
- Website: https://yourdomain.com
- Homepage: https://homepage.yourdomain.com
- Live Preview: https://live.yourdomain.com
- Excalidraw: https://excalidraw.yourdomain.com
- Listmonk: https://listmonk.yourdomain.com
- Monica CRM: https://monica.yourdomain.com

View File

@ -18,6 +18,33 @@
text-decoration: none;
}
.git-code-button {
display: inline-block;
background: #30363d;
color: white !important;
padding: 0.6rem 1.2rem;
border-radius: 20px;
text-decoration: none;
font-size: 0.95rem;
font-weight: bold;
margin-left: 1rem;
transition: all 0.3s ease;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.git-code-button:hover {
background: #444d56;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
text-decoration: none;
}
.git-code-button .material-icons {
font-size: 1rem;
vertical-align: middle;
margin-right: 4px;
}
/* Styles for the new home page design */
:root {
--bnk-dark-bg: #1e2127; /* Existing */
@ -68,6 +95,80 @@
text-decoration: none;
}
.quick-start-section {
background: rgba(40, 44, 52, 0.5); /* Similar to info-section */
border: 1px solid rgba(var(--md-code-fg-color--rgb), 0.12); /* Consistent border */
border-radius: 8px; /* Rounded corners */
padding: 2rem;
margin: 2.5rem auto;
max-width: 850px; /* Consistent max-width */
text-align: left; /* Align text to the left */
}
.quick-start-section h2 {
color: var(--bnk-yellow); /* Consistent heading color */
margin-top: 0;
margin-bottom: 1.5rem;
font-size: 1.8rem; /* Consistent heading size */
border-bottom: 2px solid var(--bnk-accent); /* Accent border */
padding-bottom: 0.5rem;
}
.quick-start-section p {
line-height: 1.7;
font-size: 1.05rem;
color: var(--bnk-text); /* Consistent text color */
margin-bottom: 1rem;
}
.quick-start-section .code-container {
background: rgba(0, 0, 0, 0.6); /* Darker background for code */
border-radius: 8px;
padding: 1rem;
margin: 1.5rem 0;
font-family: 'Fira Code', monospace; /* Monospace font for code */
color: #e0e0e0; /* Light text color for code */
border: 1px solid rgba(var(--md-code-fg-color--rgb), 0.1);
}
.quick-start-section .code-container pre {
margin: 0;
white-space: pre-wrap;
word-break: break-all;
background: transparent !important; /* Ensure pre background is transparent */
padding: 0; /* Remove padding from pre if container handles it */
}
.quick-start-section .code-container code {
font-family: 'Fira Code', monospace; /* Ensure code tag also uses monospace */
color: #e0e0e0; /* Consistent code text color */
background: transparent !important; /* Ensure code background is transparent */
font-size: 0.95rem; /* Slightly smaller font for code block */
}
.quick-start-section .quick-note {
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.7); /* Subtler text color for the note */
margin-top: 1rem;
margin-bottom: 1.5rem;
}
.quick-start-section .button {
display: inline-block;
background: var(--bnk-accent);
color: white !important;
padding: 0.7rem 1.4rem;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
transition: background 0.3s ease;
}
.quick-start-section .button:hover {
background: #8656e5;
text-decoration: none;
}
.info-section {
background: rgba(40, 44, 52, 0.5);
border: 1px solid rgba(var(--md-code-fg-color--rgb), 0.12);

View File

@ -52,8 +52,6 @@ plugins:
nav:
- Home: index.md
- About Changemaker: readme.md
- Test: apps.md
- Applications:
- Overview: apps.md
- Homepage Dashboard: apps/homepage.md
@ -69,10 +67,11 @@ nav:
- Answer: apps/answer.md
- Ferdium: apps/ferdium.md
- Rocket.Chat: apps/rocketchat.md
- Ollama (Local AI): apps/ollama.md
- Portainer (Docker UI): apps/portainer.md
- n8n (Workflow Automation): apps/n8n.md
- Guides:
- Authoring Content: guides/authoring-content.md
- Using Ollama in VS Code: guides/ollama-vscode.md
- Ollama Setup (Legacy): ollama.md # Renamed to avoid conflict, consider merging or removing
- Quick Commands: quick-commands.md
- Readme: readme.md
- Testing: testing.md

View File

@ -81,7 +81,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -205,44 +205,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="/readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="/apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -288,13 +250,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="/ollama.md" class="md-tabs__link">
<a href="/quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="/readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="/testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -364,50 +364,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="/readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="/apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -440,8 +396,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -458,10 +412,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" >
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="0">
@ -474,8 +428,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -493,7 +447,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -809,29 +763,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="/apps/ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="/apps/portainer/" class="md-nav__link">
@ -905,10 +836,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -921,8 +852,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -988,12 +919,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="/ollama.md" class="md-nav__link">
<a href="/quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="/readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="/testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -973,29 +927,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../portainer/" class="md-nav__link">
@ -1069,10 +1000,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1085,8 +1016,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1152,12 +1083,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -964,29 +918,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../portainer/" class="md-nav__link">
@ -1060,10 +991,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1076,8 +1007,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1143,12 +1074,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -973,29 +927,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../portainer/" class="md-nav__link">
@ -1069,10 +1000,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1085,8 +1016,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1152,12 +1083,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -973,29 +927,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../portainer/" class="md-nav__link">
@ -1069,10 +1000,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1085,8 +1016,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1152,12 +1083,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -964,29 +918,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../portainer/" class="md-nav__link">
@ -1060,10 +991,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1076,8 +1007,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1143,12 +1074,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -973,29 +927,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../portainer/" class="md-nav__link">
@ -1069,10 +1000,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1085,8 +1016,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1152,12 +1083,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -946,29 +900,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../portainer/" class="md-nav__link">
@ -1042,10 +973,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1058,8 +989,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1125,12 +1056,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -15,7 +15,7 @@
<link rel="canonical" href="http://betteredmonton.org/apps/">
<link rel="prev" href="./">
<link rel="prev" href="..">
<link rel="next" href="homepage/">
@ -26,7 +26,7 @@
<title>Test - Changemaker Documentation</title>
<title>Overview - Changemaker Documentation</title>
@ -65,7 +65,7 @@
<meta property="og:type" content="website" >
<meta property="og:title" content="Test - Changemaker Documentation" >
<meta property="og:title" content="Overview - Changemaker Documentation" >
<meta property="og:description" content="Demo site for Changemaker" >
@ -81,7 +81,7 @@
<meta name="twitter:card" content="summary_large_image" >
<meta name="twitter:title" content="Test - Changemaker Documentation" >
<meta name="twitter:title" content="Overview - Changemaker Documentation" >
<meta name="twitter:description" content="Demo site for Changemaker" >
@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -151,7 +151,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Test
Overview
</span>
</div>
@ -241,46 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item md-tabs__item--active">
<a href="./" class="md-tabs__link">
Test
</a>
</li>
@ -329,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../ollama.md" class="md-tabs__link">
<a href="../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -403,338 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item md-nav__item--active">
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
Test
</span>
<span class="md-nav__icon md-icon"></span>
</label>
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
Test
</span>
</a>
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#dashboard" class="md-nav__link">
<span class="md-ellipsis">
Dashboard
</span>
</a>
<nav class="md-nav" aria-label="Dashboard">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#homepage" class="md-nav__link">
<span class="md-ellipsis">
Homepage
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#essential-tools" class="md-nav__link">
<span class="md-ellipsis">
Essential Tools
</span>
</a>
<nav class="md-nav" aria-label="Essential Tools">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#code-server" class="md-nav__link">
<span class="md-ellipsis">
Code Server
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#flatnotes" class="md-nav__link">
<span class="md-ellipsis">
Flatnotes
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#listmonk" class="md-nav__link">
<span class="md-ellipsis">
Listmonk
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#nocodb" class="md-nav__link">
<span class="md-ellipsis">
NocoDB
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#content-creation" class="md-nav__link">
<span class="md-ellipsis">
Content Creation
</span>
</a>
<nav class="md-nav" aria-label="Content Creation">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#mkdocs-material-theme" class="md-nav__link">
<span class="md-ellipsis">
MkDocs - Material Theme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#excalidraw" class="md-nav__link">
<span class="md-ellipsis">
Excalidraw
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#gitea" class="md-nav__link">
<span class="md-ellipsis">
Gitea
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#openwebui" class="md-nav__link">
<span class="md-ellipsis">
OpenWebUI
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#community-data" class="md-nav__link">
<span class="md-ellipsis">
Community &amp; Data
</span>
</a>
<nav class="md-nav" aria-label="Community &amp; Data">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#monica-crm" class="md-nav__link">
<span class="md-ellipsis">
Monica CRM
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#answer" class="md-nav__link">
<span class="md-ellipsis">
Answer
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#ferdium" class="md-nav__link">
<span class="md-ellipsis">
Ferdium
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#rocketchat" class="md-nav__link">
<span class="md-ellipsis">
Rocket.Chat
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#development" class="md-nav__link">
<span class="md-ellipsis">
Development
</span>
</a>
<nav class="md-nav" aria-label="Development">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#ollama" class="md-nav__link">
<span class="md-ellipsis">
Ollama
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#portainer" class="md-nav__link">
<span class="md-ellipsis">
Portainer
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#mini-qr" class="md-nav__link">
<span class="md-ellipsis">
Mini-QR
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#convertx" class="md-nav__link">
<span class="md-ellipsis">
ConvertX
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#n8n" class="md-nav__link">
<span class="md-ellipsis">
n8n
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#remote-access" class="md-nav__link">
<span class="md-ellipsis">
Remote Access
</span>
</a>
</li>
</ul>
</nav>
</li>
@ -771,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -792,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -808,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -836,7 +500,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -849,7 +513,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -1431,29 +1095,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="portainer/" class="md-nav__link">
@ -1527,10 +1168,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1543,8 +1184,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1610,12 +1251,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama.md" class="md-nav__link">
<a href="../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -955,29 +909,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../portainer/" class="md-nav__link">
@ -1051,10 +982,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1067,8 +998,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1134,12 +1065,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -955,29 +909,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../portainer/" class="md-nav__link">
@ -1051,10 +982,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1067,8 +998,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1134,12 +1065,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -973,29 +927,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../portainer/" class="md-nav__link">
@ -1069,10 +1000,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1085,8 +1016,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1152,12 +1083,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -853,29 +807,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../portainer/" class="md-nav__link">
@ -1069,10 +1000,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1085,8 +1016,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1152,12 +1083,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -964,29 +918,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../portainer/" class="md-nav__link">
@ -1060,10 +991,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1076,8 +1007,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1143,12 +1074,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -15,10 +15,6 @@
<link rel="canonical" href="http://betteredmonton.org/apps/ollama/">
<link rel="prev" href="../rocketchat/">
<link rel="next" href="../portainer/">
<link rel="icon" href="../../assets/images/favicon.png">
@ -26,7 +22,7 @@
<title>Ollama (Local AI) - Changemaker Documentation</title>
<title>Ollama: Local AI Model Server - Changemaker Documentation</title>
@ -65,7 +61,7 @@
<meta property="og:type" content="website" >
<meta property="og:title" content="Ollama (Local AI) - Changemaker Documentation" >
<meta property="og:title" content="Ollama: Local AI Model Server - Changemaker Documentation" >
<meta property="og:description" content="Demo site for Changemaker" >
@ -81,7 +77,7 @@
<meta name="twitter:card" content="summary_large_image" >
<meta name="twitter:title" content="Ollama (Local AI) - Changemaker Documentation" >
<meta name="twitter:title" content="Ollama: Local AI Model Server - Changemaker Documentation" >
<meta name="twitter:description" content="Demo site for Changemaker" >
@ -118,7 +114,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -151,7 +147,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Ollama (Local AI)
Ollama: Local AI Model Server
</span>
</div>
@ -242,49 +238,9 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item md-tabs__item--active">
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
@ -327,13 +283,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -403,52 +397,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,31 +429,26 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item md-nav__item--active md-nav__item--section md-nav__item--nested">
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" >
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="0">
@ -518,8 +461,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +480,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -851,149 +794,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item md-nav__item--active">
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
<label class="md-nav__link md-nav__link--active" for="__toc">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
<span class="md-nav__icon md-icon"></span>
</label>
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#key-features" class="md-nav__link">
<span class="md-ellipsis">
Key Features
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#documentation" class="md-nav__link">
<span class="md-ellipsis">
Documentation
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#getting-started-with-ollama-within-changemaker" class="md-nav__link">
<span class="md-ellipsis">
Getting Started with Ollama (within Changemaker)
</span>
</a>
<nav class="md-nav" aria-label="Getting Started with Ollama (within Changemaker)">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#managing-ollama-via-terminal-eg-in-code-server" class="md-nav__link">
<span class="md-ellipsis">
Managing Ollama via Terminal (e.g., in Code Server)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#interacting-with-ollama-via-openwebui" class="md-nav__link">
<span class="md-ellipsis">
Interacting with Ollama via OpenWebUI
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#use-cases-within-changemaker" class="md-nav__link">
<span class="md-ellipsis">
Use Cases within Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#editing-the-site" class="md-nav__link">
<span class="md-ellipsis">
Editing the Site
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#further-information" class="md-nav__link">
<span class="md-ellipsis">
Further Information
</span>
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -1069,10 +869,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1085,8 +885,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1152,12 +952,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -982,29 +936,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../portainer/" class="md-nav__link">
@ -1078,10 +1009,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1094,8 +1025,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1161,12 +1092,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -15,7 +15,7 @@
<link rel="canonical" href="http://betteredmonton.org/apps/portainer/">
<link rel="prev" href="../ollama/">
<link rel="prev" href="../rocketchat/">
<link rel="next" href="../n8n/">
@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -851,29 +805,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
@ -1069,10 +1000,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1085,8 +1016,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1152,12 +1083,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -18,7 +18,7 @@
<link rel="prev" href="../ferdium/">
<link rel="next" href="../ollama/">
<link rel="next" href="../portainer/">
<link rel="icon" href="../../assets/images/favicon.png">
@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -241,44 +241,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -481,8 +437,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -973,29 +927,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../portainer/" class="md-nav__link">
@ -1069,10 +1000,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -1085,8 +1016,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1152,12 +1083,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -114,7 +114,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -238,44 +238,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../../../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../../../../../apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -321,13 +283,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../../../../ollama.md" class="md-tabs__link">
<a href="../../../../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../../../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../../../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -399,50 +399,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../../../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../../../../apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -475,8 +431,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -493,10 +447,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" >
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="0">
@ -509,8 +463,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -528,7 +482,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -844,29 +798,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../../../../apps/ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../../../../apps/portainer/" class="md-nav__link">
@ -940,10 +871,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -956,8 +887,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1023,12 +954,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../../../../ollama.md" class="md-nav__link">
<a href="../../../../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../../../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../../../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -114,7 +114,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -238,44 +238,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../../../apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -321,13 +283,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../../ollama.md" class="md-tabs__link">
<a href="../../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -397,50 +397,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../../apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -473,8 +429,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -491,10 +445,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" >
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="0">
@ -507,8 +461,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -526,7 +480,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -842,29 +796,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../../apps/ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../../apps/portainer/" class="md-nav__link">
@ -938,10 +869,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -954,8 +885,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1021,12 +952,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../../ollama.md" class="md-nav__link">
<a href="../../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -114,7 +114,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -238,44 +238,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -321,13 +283,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../ollama.md" class="md-tabs__link">
<a href="../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -397,50 +397,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -473,8 +429,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -491,10 +445,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" >
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="0">
@ -507,8 +461,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -526,7 +480,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -842,29 +796,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../apps/ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../apps/portainer/" class="md-nav__link">
@ -938,10 +869,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -954,8 +885,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1021,12 +952,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama.md" class="md-nav__link">
<a href="../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -118,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -242,44 +242,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../../apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -327,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -403,50 +403,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -479,8 +435,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -497,10 +451,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" >
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="0">
@ -513,8 +467,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -532,7 +486,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -848,29 +802,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../apps/ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../apps/portainer/" class="md-nav__link">
@ -949,10 +880,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
@ -965,8 +896,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1275,12 +1206,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

View File

@ -18,6 +18,8 @@
<link rel="prev" href="../authoring-content/">
<link rel="next" href="../../quick-commands/">
<link rel="icon" href="../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
@ -116,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -240,44 +242,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../../apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -325,13 +289,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../ollama.md" class="md-tabs__link">
<a href="../../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -401,50 +403,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -477,8 +435,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -495,10 +451,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" >
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="0">
@ -511,8 +467,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -530,7 +486,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -846,29 +802,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../apps/ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../apps/portainer/" class="md-nav__link">
@ -947,10 +880,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
@ -963,8 +896,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1108,12 +1041,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../ollama.md" class="md-nav__link">
<a href="../../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 MiB

View File

@ -16,7 +16,7 @@
<link rel="next" href="readme/">
<link rel="next" href="apps/">
<link rel="icon" href="assets/images/favicon.png">
@ -111,7 +111,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -238,44 +238,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -321,13 +283,51 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="ollama.md" class="md-tabs__link">
<a href="quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -408,50 +408,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -484,8 +440,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -502,10 +456,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" >
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="0">
@ -518,8 +472,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -537,7 +491,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -853,29 +807,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="apps/ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="apps/portainer/" class="md-nav__link">
@ -949,10 +880,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -965,8 +896,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1032,12 +963,56 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="ollama.md" class="md-nav__link">
<a href="quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>
@ -1059,37 +1034,61 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset">
<div style="position: relative; padding-top: 56.25%;">
<iframe
src="https://customer-1ebw5tv06sxrrq32.cloudflarestream.com/e98f453daee6e89c3a1632465806d0d5/iframe?muted=true&preload=true&loop=true&autoplay=true&poster=https%3A%2F%2Fcustomer-1ebw5tv06sxrrq32.cloudflarestream.com%2Fe98f453daee6e89c3a1632465806d0d5%2Fthumbnails%2Fthumbnail.jpg%3Ftime%3D%26height%3D600"
loading="lazy"
style="border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;"
allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;"
allowfullscreen="true"
></iframe>
</div>
<div class="hero-section">
<h1>Welcome to Changemaker V5 </h1>
<p class="subtitle">Your battle-tested, lightweight, self-hosted productivity suite. Empowering you with complete control, inherent security, and true freedom of speech.</p>
<p class="description">A self-hosted, open-source platform for digital campaigns.</p>
<p class="description">Changemaker V5 is a battle-tested, lightweight, self-hosted productivity suite that empowers you to build secure websites, blogs, newsletters, and forms. With 100% locally hosted AI and automation systems, it helps you manage a community of collaborators—from personal projects to full-fledged campaigns—granting you complete control, inherent security, and true freedom of speech for your content. </p>
<p class="subtitle">Build your power, don't rent it.</p>
<a href="#apps-showcase" class="cta-button">Explore Applications</a>
<a href="https://gitea.bnkhome.org/bnkops/Changemaker" class="git-code-button">
<span class="material-icons">code</span> Code
</a>
</div>
<div class="quick-start-section">
<h2>Quick Start</h2>
<p>Familiar with the terminal, git, and <a href="https://docs.docker.com/get-docker/" target="_blank">Docker</a>? Get Changemaker up and running in minutes:</p>
<div class="code-container">
<pre><code># Clone the repository
git clone https://gitea.bnkhome.org/bnkops/Changemaker.git
cd Changemaker</code></pre>
</div>
<div class="code-container">
<pre><code># Run the config.sh script
./config.sh</code></pre>
</div>
<div class="code-container">
<pre><code># Start all services
docker compose up -d</code></pre>
</div>
<p class="quick-note">That's it! After services start (which may take a few minutes on first run), visit http://localhost:3011 to get started.</p>
<p class="quick-note"><a href="http://localhost:3011" class="button">Access Homepage (only works with if Changemaker installed)</a>
<p class="important-note"><strong>Important:</strong> Make sure to visit <a href="https://localhost:9444">https://localhost:9444</a> immediately to configure Portainer before the installation process times out. See the <a href="apps/portainer/">Portainer documentation</a> for details.</p>
<a href="https://gitea.bnkhome.org/bnkops/Changemaker/src/branch/main/README.md" class="button">Detailed Installation Guide</a>
</div>
<div class="info-section">
<h2>What is Changemaker?</h2>
<p>Changemaker V5 is a project undertaken by The Bunker Operations, headquartered in Edmonton, Alberta, Canada, to provide our community a digital campaign alternative to mainstream American systems. It empowers you to deploy secure, locally-built websites, blogs, newsletters, & forms from personal projects to full-fledged campaigns.</p>
<p>Changemaker V5 is a curated set of free & open source tools that has been pre-configured into a platform for the express intent of running a digital campaign. It empowers you to deploy secure, locally-built websites, blogs, newsletters, & forms from personal projects to full-fledged campaigns.</p>
</div>
<div class="info-section">
<h2>🚀 Quick Start & Onboarding</h2>
<p>Ready to dive in? Heres how to get started:</p>
<h3>1. Access and Edit Your Site with Code Server</h3>
<p><strong>Code Server</strong> (VS Code in your browser) is already configured to allow you to edit your entire Changemaker site, including this documentation and application configurations. To access it, click the "Login" button in the header, which typically links to Code Server or your main dashboard where Code Server can be accessed.</p>
<p><strong>To log into Code Server:</strong></p>
<ul>
<li>The default access URL is usually <code>http://localhost:8888/</code> or you can access it through the homepage.</li>
<li>Your Code Server password can be found within your project files at: <code>configs/code-server/.config/code-server/config.yaml</code>. You can view this file using Code Server's file explorer after an initial login, or access it directly on your server.</li>
</ul>
<p>Code Server is pre-configured to open your main Changemaker project folder (e.g., <code>/home/bunker-admin/Changemaker/</code>), so you can start editing files immediately after logging in.</p>
<h3>2. Update Your Site Configuration</h3>
<p>Open your <code>mkdocs.yml</code> file and customize these key settings:</p>
<div class="code-block">
<pre>site_name: Your Awesome Site
site_description: A brief, compelling description of your new site
site_author: Your Name or Organization</pre>
</div>
<p>Save the file, and your site will update almost instantly!</p>
<p>For more detailed setup instructions, refer to the full <a href="readme/">Installation Guide</a>.</p>
<h2>Why Changemaker?</h2>
<p>Changemaker V5 is a project undertaken by The Bunker Operations, a community building organization, headquartered in Edmonton, Alberta, Canada, to provide our community a digital campaign alternative to mainstream American systems. It intends to be a plug-and-play web server platform so we can transition our friends, allies, and comrades off of corporate systems.</p>
</div>
<div class="apps-grid-container" id="apps-showcase">
@ -1135,7 +1134,94 @@ site_author: Your Name or Organization</pre>
</div>
<a href="apps/nocodb/" class="button">Learn More</a>
</div>
<!-- Add more app cards here as you create their documentation pages -->
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">question_answer</span>Answer</h3>
<p>Self-hosted Q&A platform for teams to share knowledge internally.</p>
</div>
<a href="apps/answer/" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">draw</span>Excalidraw</h3>
<p>Virtual whiteboard for sketching and collaborative diagramming.</p>
</div>
<a href="apps/excalidraw/" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">apps</span>Ferdium</h3>
<p>All-in-one desktop app that helps you organize multiple social media services in one place.</p>
</div>
<a href="apps/ferdium/" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">source</span>Gitea</h3>
<p>Lightweight, self-hosted Git service for managing repositories and collaboration.</p>
</div>
<a href="apps/gitea/" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">article</span>MkDocs Material</h3>
<p>Create beautiful documentation sites with Markdown (like this one!).</p>
</div>
<a href="apps/mkdocs-material/" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">people</span>Monica CRM</h3>
<p>Personal relationship management system to organize interactions with your contacts.</p>
</div>
<a href="apps/monica-crm/" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">integration_instructions</span>n8n</h3>
<p>Workflow automation tool that connects various apps and services together.</p>
</div>
<a href="apps/n8n/" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">smart_toy</span>Ollama</h3>
<p>Run open-source large language models locally for AI-powered assistance.</p>
</div>
<a href="apps/ollama/" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">chat</span>OpenWebUI</h3>
<p>Web interface for interacting with your Ollama AI models.</p>
</div>
<a href="apps/openwebui/" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">sailing</span>Portainer</h3>
<p>Container management platform that simplifies deploying and managing Docker environments.</p>
</div>
<a href="apps/portainer/" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">forum</span>Rocket.Chat</h3>
<p>Self-hosted team communication platform with real-time chat and collaboration.</p>
</div>
<a href="apps/rocketchat/" class="button">Learn More</a>
</div>
</div>
</div>

View File

@ -1,37 +1,61 @@
{% extends "main.html" %}
{% block content %}
<div style="position: relative; padding-top: 56.25%;">
<iframe
src="https://customer-1ebw5tv06sxrrq32.cloudflarestream.com/e98f453daee6e89c3a1632465806d0d5/iframe?muted=true&preload=true&loop=true&autoplay=true&poster=https%3A%2F%2Fcustomer-1ebw5tv06sxrrq32.cloudflarestream.com%2Fe98f453daee6e89c3a1632465806d0d5%2Fthumbnails%2Fthumbnail.jpg%3Ftime%3D%26height%3D600"
loading="lazy"
style="border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;"
allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;"
allowfullscreen="true"
></iframe>
</div>
<div class="hero-section">
<h1>Welcome to Changemaker V5 </h1>
<p class="subtitle">Your battle-tested, lightweight, self-hosted productivity suite. Empowering you with complete control, inherent security, and true freedom of speech.</p>
<p class="description">A self-hosted, open-source platform for digital campaigns.</p>
<p class="description">Changemaker V5 is a battle-tested, lightweight, self-hosted productivity suite that empowers you to build secure websites, blogs, newsletters, and forms. With 100% locally hosted AI and automation systems, it helps you manage a community of collaborators—from personal projects to full-fledged campaigns—granting you complete control, inherent security, and true freedom of speech for your content. </p>
<p class="subtitle">Build your power, don't rent it.</p>
<a href="#apps-showcase" class="cta-button">Explore Applications</a>
<a href="https://gitea.bnkhome.org/bnkops/Changemaker" class="git-code-button">
<span class="material-icons">code</span> Code
</a>
</div>
<div class="quick-start-section">
<h2>Quick Start</h2>
<p>Familiar with the terminal, git, and <a href="https://docs.docker.com/get-docker/" target="_blank">Docker</a>? Get Changemaker up and running in minutes:</p>
<div class="code-container">
<pre><code># Clone the repository
git clone https://gitea.bnkhome.org/bnkops/Changemaker.git
cd Changemaker</code></pre>
</div>
<div class="code-container">
<pre><code># Run the config.sh script
./config.sh</code></pre>
</div>
<div class="code-container">
<pre><code># Start all services
docker compose up -d</code></pre>
</div>
<p class="quick-note">That's it! After services start (which may take a few minutes on first run), visit http://localhost:3011 to get started.</p>
<p class="quick-note"><a href="http://localhost:3011" class="button">Access Homepage (only works with if Changemaker installed)</a>
<p class="important-note"><strong>Important:</strong> Make sure to visit <a href="https://localhost:9444">https://localhost:9444</a> immediately to configure Portainer before the installation process times out. See the <a href="{{ 'apps/portainer/' | url }}">Portainer documentation</a> for details.</p>
<a href="https://gitea.bnkhome.org/bnkops/Changemaker/src/branch/main/README.md" class="button">Detailed Installation Guide</a>
</div>
<div class="info-section">
<h2>What is Changemaker?</h2>
<p>Changemaker V5 is a project undertaken by The Bunker Operations, headquartered in Edmonton, Alberta, Canada, to provide our community a digital campaign alternative to mainstream American systems. It empowers you to deploy secure, locally-built websites, blogs, newsletters, & forms from personal projects to full-fledged campaigns.</p>
<p>Changemaker V5 is a curated set of free & open source tools that has been pre-configured into a platform for the express intent of running a digital campaign. It empowers you to deploy secure, locally-built websites, blogs, newsletters, & forms from personal projects to full-fledged campaigns.</p>
</div>
<div class="info-section">
<h2>🚀 Quick Start & Onboarding</h2>
<p>Ready to dive in? Heres how to get started:</p>
<h3>1. Access and Edit Your Site with Code Server</h3>
<p><strong>Code Server</strong> (VS Code in your browser) is already configured to allow you to edit your entire Changemaker site, including this documentation and application configurations. To access it, click the "Login" button in the header, which typically links to Code Server or your main dashboard where Code Server can be accessed.</p>
<p><strong>To log into Code Server:</strong></p>
<ul>
<li>The default access URL is usually <code>http://localhost:8888/</code> or you can access it through the homepage.</li>
<li>Your Code Server password can be found within your project files at: <code>configs/code-server/.config/code-server/config.yaml</code>. You can view this file using Code Server's file explorer after an initial login, or access it directly on your server.</li>
</ul>
<p>Code Server is pre-configured to open your main Changemaker project folder (e.g., <code>/home/bunker-admin/Changemaker/</code>), so you can start editing files immediately after logging in.</p>
<h3>2. Update Your Site Configuration</h3>
<p>Open your <code>mkdocs.yml</code> file and customize these key settings:</p>
<div class="code-block">
<pre>site_name: Your Awesome Site
site_description: A brief, compelling description of your new site
site_author: Your Name or Organization</pre>
</div>
<p>Save the file, and your site will update almost instantly!</p>
<p>For more detailed setup instructions, refer to the full <a href="{{ 'readme/' | url }}">Installation Guide</a>.</p>
<h2>Why Changemaker?</h2>
<p>Changemaker V5 is a project undertaken by The Bunker Operations, a community building organization, headquartered in Edmonton, Alberta, Canada, to provide our community a digital campaign alternative to mainstream American systems. It intends to be a plug-and-play web server platform so we can transition our friends, allies, and comrades off of corporate systems.</p>
</div>
<div class="apps-grid-container" id="apps-showcase">
@ -77,7 +101,94 @@ site_author: Your Name or Organization</pre>
</div>
<a href="{{ 'apps/nocodb/' | url }}" class="button">Learn More</a>
</div>
<!-- Add more app cards here as you create their documentation pages -->
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">question_answer</span>Answer</h3>
<p>Self-hosted Q&A platform for teams to share knowledge internally.</p>
</div>
<a href="{{ 'apps/answer/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">draw</span>Excalidraw</h3>
<p>Virtual whiteboard for sketching and collaborative diagramming.</p>
</div>
<a href="{{ 'apps/excalidraw/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">apps</span>Ferdium</h3>
<p>All-in-one desktop app that helps you organize multiple social media services in one place.</p>
</div>
<a href="{{ 'apps/ferdium/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">source</span>Gitea</h3>
<p>Lightweight, self-hosted Git service for managing repositories and collaboration.</p>
</div>
<a href="{{ 'apps/gitea/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">article</span>MkDocs Material</h3>
<p>Create beautiful documentation sites with Markdown (like this one!).</p>
</div>
<a href="{{ 'apps/mkdocs-material/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">people</span>Monica CRM</h3>
<p>Personal relationship management system to organize interactions with your contacts.</p>
</div>
<a href="{{ 'apps/monica-crm/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">integration_instructions</span>n8n</h3>
<p>Workflow automation tool that connects various apps and services together.</p>
</div>
<a href="{{ 'apps/n8n/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">smart_toy</span>Ollama</h3>
<p>Run open-source large language models locally for AI-powered assistance.</p>
</div>
<a href="{{ 'apps/ollama/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">chat</span>OpenWebUI</h3>
<p>Web interface for interacting with your Ollama AI models.</p>
</div>
<a href="{{ 'apps/openwebui/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">sailing</span>Portainer</h3>
<p>Container management platform that simplifies deploying and managing Docker environments.</p>
</div>
<a href="{{ 'apps/portainer/' | url }}" class="button">Learn More</a>
</div>
<div class="app-card">
<div>
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">forum</span>Rocket.Chat</h3>
<p>Self-hosted team communication platform with real-time chat and collaboration.</p>
</div>
<a href="{{ 'apps/rocketchat/' | url }}" class="button">Learn More</a>
</div>
</div>
</div>

View File

@ -1,4 +1,4 @@
{% extends "base.html" %} {% block extrahead %} {% endblock %} {% block announce %}
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}

View File

@ -15,6 +15,10 @@
<link rel="canonical" href="http://betteredmonton.org/quick-commands/">
<link rel="prev" href="../guides/ollama-vscode/">
<link rel="next" href="../readme/">
<link rel="icon" href="../assets/images/favicon.png">
@ -22,7 +26,7 @@
<title>Ollama - Changemaker Documentation</title>
<title>Quick Commands - Changemaker Documentation</title>
@ -61,7 +65,7 @@
<meta property="og:type" content="website" >
<meta property="og:title" content="Ollama - Changemaker Documentation" >
<meta property="og:title" content="Quick Commands - Changemaker Documentation" >
<meta property="og:description" content="Demo site for Changemaker" >
@ -77,7 +81,7 @@
<meta name="twitter:card" content="summary_large_image" >
<meta name="twitter:title" content="Ollama - Changemaker Documentation" >
<meta name="twitter:title" content="Quick Commands - Changemaker Documentation" >
<meta name="twitter:description" content="Demo site for Changemaker" >
@ -114,7 +118,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -147,7 +151,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Ollama
Quick Commands
</span>
</div>
@ -238,44 +242,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -319,15 +285,55 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../ollama.md" class="md-tabs__link">
<li class="md-tabs__item md-tabs__item--active">
<a href="./" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item">
<a href="../testing/" class="md-tabs__link">
Testing
</a>
</li>
@ -397,50 +403,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -473,8 +435,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -491,10 +451,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" >
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="0">
@ -507,8 +467,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -526,7 +486,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -842,29 +802,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../apps/ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../apps/portainer/" class="md-nav__link">
@ -938,10 +875,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -954,8 +891,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1018,15 +955,69 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama.md" class="md-nav__link">
<li class="md-nav__item md-nav__item--active">
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../testing/" class="md-nav__link">
<span class="md-ellipsis">
Testing
</span>
@ -1054,8 +1045,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<h1 id="ollama">Ollama<a class="headerlink" href="#ollama" title="Permanent link">&para;</a></h1>
<p>Info on ollama </p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>docker exec -it ollama-changemaker ollama pull gemma3
</code></pre></div>

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -18,6 +18,33 @@
text-decoration: none;
}
.git-code-button {
display: inline-block;
background: #30363d;
color: white !important;
padding: 0.6rem 1.2rem;
border-radius: 20px;
text-decoration: none;
font-size: 0.95rem;
font-weight: bold;
margin-left: 1rem;
transition: all 0.3s ease;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.git-code-button:hover {
background: #444d56;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
text-decoration: none;
}
.git-code-button .material-icons {
font-size: 1rem;
vertical-align: middle;
margin-right: 4px;
}
/* Styles for the new home page design */
:root {
--bnk-dark-bg: #1e2127; /* Existing */
@ -68,6 +95,80 @@
text-decoration: none;
}
.quick-start-section {
background: rgba(40, 44, 52, 0.5); /* Similar to info-section */
border: 1px solid rgba(var(--md-code-fg-color--rgb), 0.12); /* Consistent border */
border-radius: 8px; /* Rounded corners */
padding: 2rem;
margin: 2.5rem auto;
max-width: 850px; /* Consistent max-width */
text-align: left; /* Align text to the left */
}
.quick-start-section h2 {
color: var(--bnk-yellow); /* Consistent heading color */
margin-top: 0;
margin-bottom: 1.5rem;
font-size: 1.8rem; /* Consistent heading size */
border-bottom: 2px solid var(--bnk-accent); /* Accent border */
padding-bottom: 0.5rem;
}
.quick-start-section p {
line-height: 1.7;
font-size: 1.05rem;
color: var(--bnk-text); /* Consistent text color */
margin-bottom: 1rem;
}
.quick-start-section .code-container {
background: rgba(0, 0, 0, 0.6); /* Darker background for code */
border-radius: 8px;
padding: 1rem;
margin: 1.5rem 0;
font-family: 'Fira Code', monospace; /* Monospace font for code */
color: #e0e0e0; /* Light text color for code */
border: 1px solid rgba(var(--md-code-fg-color--rgb), 0.1);
}
.quick-start-section .code-container pre {
margin: 0;
white-space: pre-wrap;
word-break: break-all;
background: transparent !important; /* Ensure pre background is transparent */
padding: 0; /* Remove padding from pre if container handles it */
}
.quick-start-section .code-container code {
font-family: 'Fira Code', monospace; /* Ensure code tag also uses monospace */
color: #e0e0e0; /* Consistent code text color */
background: transparent !important; /* Ensure code background is transparent */
font-size: 0.95rem; /* Slightly smaller font for code block */
}
.quick-start-section .quick-note {
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.7); /* Subtler text color for the note */
margin-top: 1rem;
margin-bottom: 1.5rem;
}
.quick-start-section .button {
display: inline-block;
background: var(--bnk-accent);
color: white !important;
padding: 0.7rem 1.4rem;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
transition: background 0.3s ease;
}
.quick-start-section .button:hover {
background: #8656e5;
text-decoration: none;
}
.info-section {
background: rgba(40, 44, 52, 0.5);
border: 1px solid rgba(var(--md-code-fg-color--rgb), 0.12);

View File

@ -15,6 +15,8 @@
<link rel="canonical" href="http://betteredmonton.org/testing/">
<link rel="prev" href="../readme/">
<link rel="icon" href="../assets/images/favicon.png">
@ -22,7 +24,7 @@
<title>Test - Changemaker Documentation</title>
<title>Testing - Changemaker Documentation</title>
@ -61,7 +63,7 @@
<meta property="og:type" content="website" >
<meta property="og:title" content="Test - Changemaker Documentation" >
<meta property="og:title" content="Testing - Changemaker Documentation" >
<meta property="og:description" content="Demo site for Changemaker" >
@ -77,7 +79,7 @@
<meta name="twitter:card" content="summary_large_image" >
<meta name="twitter:title" content="Test - Changemaker Documentation" >
<meta name="twitter:title" content="Testing - Changemaker Documentation" >
<meta name="twitter:description" content="Demo site for Changemaker" >
@ -114,7 +116,7 @@
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">Learn more</a>
Changemkaer Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
</div>
@ -147,7 +149,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Test
Testing
</span>
</div>
@ -238,44 +240,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../readme/" class="md-tabs__link">
About Changemaker
</a>
</li>
<li class="md-tabs__item">
<a href="../apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -321,13 +285,53 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../ollama.md" class="md-tabs__link">
<a href="../quick-commands/" class="md-tabs__link">
Ollama Setup (Legacy)
Quick Commands
</a>
</li>
<li class="md-tabs__item">
<a href="../readme/" class="md-tabs__link">
Readme
</a>
</li>
<li class="md-tabs__item md-tabs__item--active">
<a href="./" class="md-tabs__link">
Testing
</a>
</li>
@ -397,50 +401,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../readme/" class="md-nav__link">
<span class="md-ellipsis">
About Changemaker
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -473,8 +433,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
@ -491,10 +449,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" >
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="0">
@ -507,8 +465,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_2">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -526,7 +484,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Test
Overview
</span>
@ -842,29 +800,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../apps/ollama/" class="md-nav__link">
<span class="md-ellipsis">
Ollama (Local AI)
</span>
</a>
</li>
<li class="md-nav__item">
<a href="../apps/portainer/" class="md-nav__link">
@ -938,10 +873,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
@ -954,8 +889,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_5">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Guides
</label>
@ -1021,12 +956,12 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../ollama.md" class="md-nav__link">
<a href="../quick-commands/" class="md-nav__link">
<span class="md-ellipsis">
Ollama Setup (Legacy)
Quick Commands
</span>
@ -1036,6 +971,60 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../readme/" class="md-nav__link">
<span class="md-ellipsis">
Readme
</span>
</a>
</li>
<li class="md-nav__item md-nav__item--active">
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
Testing
</span>
</a>
</li>
</ul>
</nav>
</div>