diff --git a/config.sh b/config.sh
index bb0276d..ba97829 100755
--- a/config.sh
+++ b/config.sh
@@ -538,6 +538,9 @@ NOCODB_VIEW_URL=https://db.$new_domain/dashboard/#/nc/your_project_id/your_view_
# NOCODB_LOGIN_SHEET is the URL to your NocoDB login sheet.
NOCODB_LOGIN_SHEET=https://db.$new_domain/dashboard/#/nc/your_project_id/your_login_sheet_id
+# NOCODB_SETTINGS_SHEET is the URL to your NocoDB settings sheet.
+NOCODB_SETTINGS_SHEET=https://db.$new_domain/dashboard/#/nc/your_project_id/your_settings_sheet_id
+
# Server Configuration
PORT=3000
NODE_ENV=production
diff --git a/configs/cloudflare/tunnel-config.yml b/configs/cloudflare/tunnel-config.yml
index dcd556b..80a5078 100644
--- a/configs/cloudflare/tunnel-config.yml
+++ b/configs/cloudflare/tunnel-config.yml
@@ -1,8 +1,8 @@
# Cloudflare Tunnel Configuration for cmlite.org
-# Generated by Changemaker.lite start-production.sh on Fri 04 Jul 2025 10:47:26 PM MDT
+# Generated by Changemaker.lite start-production.sh on Sat Jul 5 09:07:25 PM MDT 2025
-tunnel: 124583b0-85ef-41ab-b146-97112a4543de
-credentials-file: /mnt/storagessd1tb/changemaker.lite.dev/changemaker.lite/configs/cloudflare/124583b0-85ef-41ab-b146-97112a4543de.json
+tunnel: 0447884a-8052-41fa-9ff1-f6d16abdc5e1
+credentials-file: /mnt/storagessd1tb/changemaker.lite.dev/changemaker.lite/configs/cloudflare/0447884a-8052-41fa-9ff1-f6d16abdc5e1.json
ingress:
- hostname: homepage.cmlite.org
service: http://localhost:3010
diff --git a/map/config.sh b/map/config.sh
old mode 100644
new mode 100755
diff --git a/mkdocs/docs/hooks/__pycache__/repo_widget_hook.cpython-311.pyc b/mkdocs/docs/hooks/__pycache__/repo_widget_hook.cpython-311.pyc
index fc15fba..4edb345 100644
Binary files a/mkdocs/docs/hooks/__pycache__/repo_widget_hook.cpython-311.pyc and b/mkdocs/docs/hooks/__pycache__/repo_widget_hook.cpython-311.pyc differ
diff --git a/mkdocs/docs/overrides/main.html.backup_20250705_210450 b/mkdocs/docs/overrides/main.html.backup_20250705_210450
new file mode 100644
index 0000000..68348ba
--- /dev/null
+++ b/mkdocs/docs/overrides/main.html.backup_20250705_210450
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+
+{% block extrahead %}
+ {{ super() }}
+
+{% endblock %}
+
+{% block announce %}
+Login
+Changemaker Archive. Learn more
+{% endblock %}
diff --git a/mkdocs/mkdocs.yml.backup_20250704_151429 b/mkdocs/mkdocs.yml.backup_20250704_151429
deleted file mode 100644
index a45ff65..0000000
--- a/mkdocs/mkdocs.yml.backup_20250704_151429
+++ /dev/null
@@ -1,183 +0,0 @@
-site_name: Changemaker Lite
-site_description: Build Power. Not Rent It. Own your digital infrastructure.
-site_url: https://bnkserve.org
-site_author: Bunker Operations
-docs_dir: docs
-site_dir: site
-
-# Repository
-repo_url: https://gitea.bnkops.com/admin/changemaker.lite
-repo_name: changemaker.lite
-edit_uri: ""
-
-# Theme
-theme:
- name: material
- custom_dir: docs/overrides
- logo: assets/logo.png # Commented out until logo exists
- favicon: assets/favicon.png # Commented out until favicon exists
- palette:
- - scheme: slate
- primary: deep purple
- accent: amber
- toggle:
- icon: material/weather-night
- name: Switch to light mode
- - scheme: default
- primary: deep purple
- accent: amber
- toggle:
- icon: material/weather-sunny
- name: Switch to dark mode
- font:
- text: Inter
- code: JetBrains Mono
- features:
- - announce.dismiss
- - content.action.edit
- - content.action.view
- - content.code.annotate
- - content.code.copy
- - content.tooltips
- - navigation.expand
- - navigation.footer
- - navigation.indexes
- - navigation.instant
- - navigation.instant.prefetch
- - navigation.instant.progress
- - navigation.path
- - navigation.prune
- - navigation.sections
- - navigation.tabs
- - navigation.tabs.sticky
- - navigation.top
- - navigation.tracking
- - search.highlight
- - search.share
- - search.suggest
- - toc.follow
-
-# Plugins
-plugins:
- - search:
- separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- - social:
- cards_layout_options:
- background_color: "#5BCEFA"
- color: "#FFFFFF"
- - blog:
- blog_dir: blog
- post_date_format: medium
- archive_name: Archive
- categories_name: Categories
- - tags
-
-# Extra CSS and JS
-extra_css:
- - stylesheets/extra.css
- - stylesheets/home.css
-
-extra_javascript:
- - javascripts/home.js
- - javascripts/github-widget.js
- - javascripts/gitea-widget.js
-
-hooks:
- - docs/hooks/repo_widget_hook.py
-
-# Markdown Extensions
-markdown_extensions:
- - abbr
- - admonition
- - attr_list
- - def_list
- - footnotes
- - md_in_html
- - toc:
- permalink: true
- title: On this page
- - pymdownx.arithmatex:
- generic: true
- - pymdownx.betterem:
- smart_enable: all
- - pymdownx.caret
- - pymdownx.details
- - pymdownx.emoji:
- emoji_index: !!python/name:material.extensions.emoji.twemoji
- emoji_generator: !!python/name:material.extensions.emoji.to_svg
- - pymdownx.highlight:
- anchor_linenums: true
- line_spans: __span
- pygments_lang_class: true
- - pymdownx.inlinehilite
- - pymdownx.keys
- - pymdownx.mark
- - pymdownx.smartsymbols
- - pymdownx.snippets
- - pymdownx.superfences:
- custom_fences:
- - name: mermaid
- class: mermaid
- format: !!python/name:pymdownx.superfences.fence_code_format
- - pymdownx.tabbed:
- alternate_style: true
- combine_header_slug: true
- - pymdownx.tasklist:
- custom_checkbox: true
- - pymdownx.tilde
-
-# Extra configuration
-extra:
- generator: false
- social:
- - icon: fontawesome/brands/github
- link: https://gitea.bnkops.com/admin
- name: Gitea Repository
- - icon: fontawesome/solid/paper-plane
- link: https://listmonk.bnkops.com/subscription/form
- name: Newsletter
-
-# Copyright
-copyright: >
- Copyright © 2024 The Bunker Operations –
- Change cookie settings
-
-# Navigation - Updated to match existing files
-nav:
- - Home: index.md
- - Philosophy:
- - phil/index.md
- - Who Reads Your Secrets: https://docs.bnkops.com/archive/repo.archive/thatreallyblondehuman/Thoughts%20%F0%9F%A4%94/If%20you%20do%20politics%20who%20is%20reading%20your%20secrets%20-%20why%20you%20should%20de-corp%20your%20software%20stack/
- - How To Not Get Got Making Content: https://docs.bnkops.com/archive/repo.archive/thatreallyblondehuman/Thoughts%20%F0%9F%A4%94/How%20not%20to%20get%20got%20making%20content%20v2/
- - Digital Organizing: https://docs.bnkops.com/archive/repo.archive/thatreallyblondehuman/Thoughts%20%F0%9F%A4%94/Distributed%20Digital%20Organizing%20is%20The%20Way%20Out/
- - What is Security Culture: https://docs.bnkops.com/archive/repo.archive/Zines%20We%20Like%20%F0%9F%98%8E/What%20Is%20Security%20Culture%20%E2%98%A0/#what-is-security-culture
- - Cost Comparison: phil/cost-comparison.md
- - Getting Started:
- - build/index.md
- - Build Server: build/server.md
- - Build Map: build/map.md
- - Build Site: build/site.md
- - Services:
- - services/index.md
- - Homepage: services/homepage.md
- - Code Server: services/code-server.md
- - MKDocs: services/mkdocs.md
- - Static Server: services/static-server.md
- - Listmonk: services/listmonk.md
- - PostgreSQL: services/postgresql.md
- - n8n: services/n8n.md
- - NocoDB: services/nocodb.md
- - Gitea: services/gitea.md
- - Map Viewer: services/map.md
- - Mini QR: services/mini-qr.md
- - Configuration:
- - config/index.md
- - Cloudflare: config/cloudflare-config.md
- - MKdocs: config/mkdocs.md
- - Code Server: config/coder.md
- - Advanced Configuration:
- - adv/index.md
- - SSH + Tailscale + Ansible: adv/ansible.md
- - SSH + VScode: adv/vscode-ssh.md
- - Blog:
- - blog/index.md