Otter Wiki

Build and manage documentation using a minimalistic, Git-backed wiki. Features include an advanced Markdown editor, version tracking, and user authentication.

Create and maintain documentation with a minimalistic wiki powered by Python, Markdown, and Git. This lightweight platform provides a clean, distraction-free environment for writing and organizing information, complete with built-in dark mode and extensive customization options.

Enjoy a rich editing experience using the advanced Markdown editor, which supports extended syntax like tables, footnotes, formulas, and Mermaid diagrams. You can easily upload and attach files or paste images directly into your pages. Keep your data safe and track every modification with Git-backed version control, allowing you to compare revisions and revert changes whenever necessary.

Key features include:

  • User authentication with self-registration and password recovery.
  • Customizable sidebar for easy navigation and page indexing.
  • Repository management for automatic pushes and pulls to a remote Git server.

This open-source solution offers the flexibility needed to keep your documentation organized.

Directory Structure

otter-wiki
app-data
.env
docker-compose.yml

docker-compose.yml

services:
  otterwiki:
    image: redimp/otterwiki:2
    restart: unless-stopped
    ports:
      - "8080:80"
    volumes:
      - ./app-data:/app-data

.env

# No sensitive environment variables are required for the default installation.
# Configuration and secrets are automatically generated and stored in the ./app-data volume.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Otter Wiki

Favicon

 

  
  
Favicon

 

  
  
Favicon