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.
33 lines
448 B
Text
33 lines
448 B
Text
# Outline secrets
|
|
outline.env
|
|
|
|
# Node dependencies
|
|
node_modules
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.fleet
|
|
.idea
|
|
|
|
# Obsidian vault (user-specific workspace settings)
|
|
.obsidian/workspace.json
|
|
.obsidian/workspace-mobile.json
|
|
.obsidian/graph.json
|
|
.obsidian/appearance.json
|
|
.obsidian/cache/
|
|
.obsidian/plugins/*/data.json
|
|
conflict-files-obsidian-git.md
|
|
.trash/
|
|
|
|
# Local env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Project docs (local only)
|
|
/docs
|
|
/migration
|