- Mnemos now includes a web interface for browsing the knowledge base
- Built with Node.js/Express server that serves markdown as HTML
- Docker-compose setup requires nginx-proxy by default (no public ports)
- Default domain: mnemos.lyra.moul.io via nginx-proxy
- Commands:
make up for production, make wiki-dev for local development
- Features full-text search, type/tag filtering, and wiki-link support
- Automatically detects and processes YAML frontmatter metadata
- Responsive design works on mobile and desktop devices
- File watching in development mode for auto-refresh