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:
parent
bcca73c17a
commit
c836df8825
91 changed files with 414 additions and 17714 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -1,10 +1,5 @@
|
|||
# Nuxt dev/build outputs
|
||||
.output
|
||||
.data
|
||||
.nuxt
|
||||
.nitro
|
||||
.cache
|
||||
dist
|
||||
# Outline secrets
|
||||
outline.env
|
||||
|
||||
# Node dependencies
|
||||
node_modules
|
||||
|
|
@ -33,6 +28,6 @@ conflict-files-obsidian-git.md
|
|||
.env.*
|
||||
!.env.example
|
||||
|
||||
/*.md
|
||||
/migration/*
|
||||
MIGRATION_STATUS.txt
|
||||
# Project docs (local only)
|
||||
/docs
|
||||
/migration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue