# Deploy OtterWiki with Easypanel

URL: /templates/otterwiki

OtterWiki is a simple, easy-to-use wiki software for personal use and small teams. It's designed to be minimalist, focusing on the essentials without unnecessary complexity. OtterWiki stores all content as Markdown files in a Git repository, providing automatic version control and the ability to edit pages using your favorite text editor. It features a clean, modern interface with syntax highlighting, file attachments, full-text search, and dark mode support. The wiki requires no database setup - everything is stored in plain text files, making backups and migrations simple. OtterWiki supports user authentication, page permissions, and comes with a built-in editor with live preview. Perfect for documentation, note-taking, knowledge management, and collaborative writing in small teams.

## Benefits

### Simple & Lightweight

Minimalist design focusing on essential wiki features without unnecessary complexity. No database required - everything stored in plain text files.

### Git-Based Version Control

All content automatically stored in Git repository, providing complete version history, rollback capabilities, and the ability to edit using any text editor.

### Easy to Deploy

Single container deployment with no complex configuration or database setup. Just deploy and start writing your documentation.

## Features

### Markdown Editor

Built-in editor with live preview, syntax highlighting, and support for Markdown formatting for easy content creation.

### File Attachments

Upload and manage images and files directly through the web interface, with all files stored alongside your wiki content.

### Full-Text Search

Quickly find information across all wiki pages with powerful full-text search capabilities.

### User Authentication

Built-in user management with authentication and page-level permissions to control access to your content.

### Dark Mode Support

Modern interface with both light and dark themes for comfortable viewing in any environment.

### Version History

View complete page history, compare versions, and revert changes thanks to Git-based storage.

## Configuration

- `appServiceName` (App Service Name, required): otterwiki

- `appServiceImage` (App Service Image, required): redimp/otterwiki:2.20.4

## Services

- otterwiki: app (redimp/otterwiki:2.20.4)

## Resources

- [Website](https://otterwiki.com/)

- [Github](https://github.com/redimp/otterwiki)

- [Docker Hub](https://hub.docker.com/r/redimp/otterwiki)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/otterwiki)