Commit graph

19 commits

Author SHA1 Message Date
8549cb0252 Update curriculum source files to current versions 2026-03-09 15:51:18 +00:00
136ee2442b Add Coop Foundations Curriculum content and import script
9 session pages and 10 PS Guide markdown files for the Baby Ghosts
cooperative foundations curriculum. Import script creates documents in
Outline wiki with cross-links between paired session/PS Guide pages.
2026-03-09 14:33:06 +00:00
dd143b20fc Fix nginx upstream for Docker Compose networking
Use service name outline:3000 instead of localhost:3100.
2026-03-04 18:02:02 +00:00
f3302b1c5a Fix docker-compose for DokPloy compose deployment
Use .env instead of outline.env, reference existing named volumes
as external so data persists across DokPloy redeploys.
2026-03-04 17:53:42 +00:00
2bb36af20e Add daily wiki content export
Export script pulls all Outline documents via API and writes them as
flat markdown files to content/wiki/ with frontmatter metadata.
Cron wrapper auto-commits changes daily.
2026-03-04 17:34:09 +00:00
b5de1e575a fix: stop tracking Obsidian user files, clean up .gitignore
- Remove redundant docs/README.md (already covered by /docs)
- Ignore entire .obsidian/ directory (user-specific workspace state)
- Remove all .obsidian files from git tracking

Made-with: Cursor
2026-03-02 12:07:07 +00:00
ac419d3c62 Hardcode X-Forwarded-Proto to https (always behind Traefik) 2026-03-02 11:22:57 +00:00
d56d6afce7 Use host network mode: listen on 3200, upstream to localhost:3100 2026-03-02 11:22:04 +00:00
7f17aaa43f Use host.docker.internal for nginx upstream 2026-03-02 11:21:08 +00:00
fdf96fe820 Add nginx proxy for OG meta tags and CSS injection
Traefik was routing directly to Outline, so the nginx.conf
was unused. Add nginx as an intermediary service to enable
sub_filter injection of OG tags on the homepage and custom
CSS on all pages.
2026-03-02 11:16:26 +00:00
45b1f4331c Update nginx configuration for homepage meta tags and CSS injection; add workspace.json changes for article tabs and release notes; update .gitignore to exclude README.md and workspace.json. 2026-03-02 09:53:37 +00:00
289e673cbc Replace Nuxt wiki with Outline deployment config
Strip the Nuxt 4 static site and replace with Docker Compose config
for self-hosted Outline wiki (Outline + PostgreSQL 16 + Redis 7).
Adds nginx reverse proxy with WebSocket support and CSS injection,
migration script for existing markdown articles, backup script,
and starter theme CSS.
2026-03-01 15:45:44 +00:00
e521ca02ca Fix broken links 2025-11-15 19:56:17 +00:00
29a435f371 Fix images 2025-11-15 19:51:55 +00:00
4c70734d57 Update article links and build configuration 2025-11-15 19:49:30 +00:00
5c8016182d Add images; update urls 2025-11-15 19:33:36 +00:00
d155bd9dbf Make all articles public 2025-11-15 13:52:12 +00:00
65e78b8f49 Make all articles public 2025-11-15 13:43:21 +00:00
952cee5fb7 Initial commit 2025-11-11 19:12:21 +00:00