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.
7 lines
95 B
JSON
7 lines
95 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"gray-matter": "^4.0.3"
|
|
}
|
|
}
|