133 Commits

Author SHA1 Message Date
Charles N Wyble
3491bb7a46 fix: working multi-site setup with minimal stream override
- Use minimal setup.php that only overrides 'page' stream
- Override only page stream to avoid conflicts with Grav core streams
- Environment-specific pages now load correctly per hostname
- Remove unused add-streams.sh script

Root cause: Grav's core streams (data, config, etc.) cannot be
overridden in setup.php without causing initialization errors.
The solution is to only override the 'page' stream, which allows
each environment to have its own pages while sharing plugins,
themes, and data with the main installation.

Testing confirmed:
- charters.turnsys.com → "TSYS Group Charters"
- plan.knownelement.com → "Known Element Business Plan"
- plan.startinglineproductions.com → "Starting Line Productions Plan"

🤖 Generated with [Crush](https://crush.cbhops.com)

Assisted-by: GLM-5 via Crush <crush@charm.land>
2026-03-02 16:19:14 -05:00
Charles N Wyble
a872fe769a refactor: rename startinglineproductions to plan.startinglineproductions.com
- Rename mdbook source directory
- Rename Grav environment directory in container
- Update setup.php hostname mapping
- Update configure-sites.sh
- Update etc-hosts-entries.txt
- Update README.md site inventory

Consistent naming convention: all plan sites now use plan.{domain}

🤖 Generated with [Crush](https://crush.cbhops.com)

Assisted-by: GLM-5 via Crush <crush@charm.land>
2026-03-02 16:13:18 -05:00
Charles N Wyble
7ab655b387 docs: add README and update JOURNAL
- Add comprehensive README.md with:
  - Quick start instructions
  - Architecture overview
  - Directory structure
  - Site inventory table
  - Production deployment notes
- Update JOURNAL.md with project progress
- Document completed and pending tasks

🤖 Generated with [Crush](https://crush.cbhops.com)

Assisted-by: GLM-5 via Crush <crush@charm.land>
2026-03-02 16:11:34 -05:00
Charles N Wyble
9cbaf668be fix: correct Grav multi-site setup and rename governance to charters
- Fix setup.php to use Grav's native environment-based multi-site
  - Set GRAV_ENVIRONMENT constant instead of overriding streams
  - Return empty array to let Grav handle stream configuration
- Rename governance.turnsys.com to charters.turnsys.com
  - Update setup.php hostname mapping
  - Update configure-sites.sh site title
  - Update etc-hosts-entries.txt
  - Rename mdbook source directory
  - Rename container environment directory
- Update site title from "TSYS Group Governance" to "TSYS Group Charters"

The stream initialization error was caused by setup.php returning
stream configurations that conflicted with Grav's core streams.
Grav's native environment handling properly manages stream prefixes
when GRAV_ENVIRONMENT is set.

Container is now healthy and responding with 302 redirects.

🤖 Generated with [Crush](https://crush.cbhops.com)

Assisted-by: GLM-5 via Crush <crush@charm.land>
2026-03-02 16:10:37 -05:00
Charles N Wyble
6cb8d551bf feat: add multi-site configuration script
- Create configure-sites.sh to generate per-site Grav configs
- Generates system.yaml, site.yaml, and default home page
- Configures all 22 sites with appropriate titles
- Script executed in container to configure all environments

Each site now has:
- config/system.yaml: Grav system settings (quark theme, caching)
- config/site.yaml: Site metadata (title, author, description)
- pages/01.home/default.md: Placeholder home page

🤖 Generated with [Crush](https://crush.cbhops.com)

Assisted-by: GLM-5 via Crush <crush@charm.land>
2026-03-02 16:07:14 -05:00
Charles N Wyble
87feb5e3b5 feat: initialize Grav multi-site project
- Add AGENTS.md with project requirements and site inventory
- Add JOURNAL.md for project tracking
- Add etc-hosts-entries.txt for local testing (22 domains)
- Add setup.php for Grav multi-site routing configuration

This project migrates 21 mdbook sites to a single Grav multi-site
installation. Each site will have its own environment directory under
user/env/{fqdn}/ with independent config, pages, and themes.

Development runs in Docker on port 12000 (container: tsysstatic-dev-grav).
Production target: Cloudron Grav app at staticsites.turnsys.com.

🤖 Generated with [Crush](https://crush.cbhops.com)

Assisted-by: GLM-5 via Crush <crush@charm.land>
2026-03-02 16:04:09 -05:00
b9c0ddeac1 KNEL: add STEP0 proposal draft (imported from IBP) 2025-09-12 11:05:42 -05:00
643b6868b3 STLP: bring over STEP0 README from IBP (context for planning docs) 2025-09-12 11:04:42 -05:00
9bc3a252d5 KNEL: import STEP0 shared-services content (overview, questions, policies, price book, inventory template) 2025-09-12 10:55:29 -05:00
863b37b460 STLP: update website tech plan to use Hyperswitch (self-hosted) with Stripe as initial PSP 2025-09-12 10:53:32 -05:00
97bf315bde STLP: add fast-track plan, questions, offers, marketing/sales, website tech plan, 90-day plan, week-1 plan (additive) 2025-09-12 10:10:30 -05:00
dd4d4d30a2 rollup 2025-08-08 12:23:33 -05:00
f2aef65c0f rollup and pipeline 2025-07-17 23:03:45 -05:00
11a38dafed rollup and pipeline 2025-07-17 23:03:37 -05:00
db03dccd94 rollup and pipeline 2025-07-17 23:03:29 -05:00
eaa2a99916 rollup and pipeline 2025-07-17 23:03:21 -05:00
4a12638974 rollup and pipeline 2025-07-17 23:03:12 -05:00
13db66b425 rollup and pipeline 2025-07-17 23:03:04 -05:00
89e66a0bfe rollup and pipeline 2025-07-17 23:02:57 -05:00
47fafc2a0e rollup and pipeline 2025-07-17 23:02:49 -05:00
8dbdbedb4f rollup and pipeline 2025-07-17 23:02:41 -05:00
57ce287fcb rollup and pipeline 2025-07-17 23:02:35 -05:00
e643c97a8f rollup and pipeline 2025-07-17 23:02:29 -05:00
b2f810e096 rollup and pipeline 2025-07-17 23:02:19 -05:00
e1c3ed0802 rollup and pipeline 2025-07-17 23:02:12 -05:00
e6ec3f713f rollup and pipeline 2025-07-17 23:02:03 -05:00
1c26d96fc9 rollup and pipeline 2025-07-17 23:01:55 -05:00
a87bd9a51d rollup and pipeline 2025-07-17 23:01:47 -05:00
120f99c406 pipeline 2025-07-12 00:09:25 -05:00
1bd2958faf pipeline changes 2025-07-11 23:51:32 -05:00
b8603566b8 pipeline changes 2025-07-11 23:51:25 -05:00
69e0fe555b pipeline changes 2025-07-11 23:51:24 -05:00
f238451d01 the pipeline begins to emerge 2025-07-11 15:04:07 -05:00
c111182f7d the pipeline begins 2025-07-11 15:03:42 -05:00
40496f587f roll up commit 2025-07-11 14:50:19 -05:00
193e679d11 roll up commit 2025-07-11 14:50:14 -05:00
d26462ce0f super ultra big merge completed. scope of work clearly defined. let's go build! 2025-03-17 16:15:46 -05:00
02f33fda41 and now we have a framework for merging all the things and generating all the things. long week ahead. 2025-03-15 13:43:14 -05:00
a26329e2c5 refactor for go forward 2025-03-15 12:32:27 -05:00
a6e8851cfd whee... 2025-03-15 12:22:20 -05:00
0c75d58b38 . 2025-03-14 15:17:15 -05:00
5158610fc6 . 2025-03-14 15:11:48 -05:00
de12a6f1b3 cleanup paths to reflect being merged into mono repo structure 2025-03-14 15:06:33 -05:00
ae722679a1 a big merge event. mdbook in the interim. i am now using a combo of claude app and deepsek api. 2025-03-14 14:58:25 -05:00
99a407b718 first cut of the (new from scratch) Turnkey Network Systems LLC operating agreement. 2025-03-14 09:48:17 -05:00
083d2ba932 about to ship to the LLM. merged bits from joplin and legacy repo. 2025-03-13 13:53:35 -05:00
e3019187e7 it begins 2025-03-12 21:41:19 -05:00
464b1b3122 Initial commit 2025-03-13 02:04:19 +00:00
f04e2d2d59 . 2025-01-09 11:02:35 -06:00
f97f4957dd first cut 2025-01-09 11:01:35 -06:00