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.
This commit is contained in:
Jennie Robinson Faber 2026-03-01 15:45:44 +00:00
parent bcca73c17a
commit c836df8825
91 changed files with 414 additions and 17714 deletions

7
scripts/package.json Normal file
View file

@ -0,0 +1,7 @@
{
"private": true,
"type": "module",
"dependencies": {
"gray-matter": "^4.0.3"
}
}