Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A minimalistic wiki powered by python, markdown and git.

License

NotificationsYou must be signed in to change notification settings

redimp/otterwiki

Repository files navigation

An Otter Wiki

An Otter Wiki is Python-based software for collaborative contentmanagement, called awiki. Thecontent is stored in a git repository, which keeps track of all changes.Markdown is used asMarkup language. An Otter Wiki is written inpythonusing the microframeworkFlask.halfmoon is used as CSS frameworkandCodeMirror as editor.Font Awesome Free serves the icons.

Notable Features

  • Minimalistic interface (with dark-mode)
  • Editor with markdown highlighting and support including tables
  • Customizable Sidebar: Menu and/or Page Index
  • Full changelog and page history
  • User authentication
  • Page Attachments
  • Extended Markdown: tables, footnotes, fancy blocks, alerts and mermaid diagrams
  • (experimental) Git http server: clone, pull and push the content of your wiki
  • A very cute Otter as logo (drawn byChristy Presler CC BY 3.0)

Demo

Check out the demohttps://demo.otterwiki.com.

Installation

Read theinstallation guide to getstarted. Recommended is the installation withdocker-compose.

Quick start with docker-compose

  1. Copy and edit thedocker-compose.yml below to match your preferences.
  2. Rundocker-compose up -d
  3. Access the wiki viahttp://127.0.0.1:8080 if run on your machine.
  4. If the wiki shall be accessible via the internet and an domain name make sure to configure your web server accordingly. Check theinstallation guide for example configurations for nginx, apache and caddy.
  5. Register your account. The first account is an admin-account giving you access to the settings tab.
  6. Customize the settings to your liking.

Proceed for theconfiguration guide fordetailed information.

docker-compose.yml

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

License

An Otter Wiki is open-source software licensed under theMIT License.

About

A minimalistic wiki powered by python, markdown and git.

Topics

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp