- Notifications
You must be signed in to change notification settings - Fork67
A minimalistic wiki powered by python, markdown and git.
License
redimp/otterwiki
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
- 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)
Check out the demohttps://demo.otterwiki.com.
Read theinstallation guide to getstarted. Recommended is the installation withdocker-compose
.
- Copy and edit the
docker-compose.yml
below to match your preferences. - Run
docker-compose up -d
- Access the wiki viahttp://127.0.0.1:8080 if run on your machine.
- 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.
- Register your account. The first account is an admin-account giving you access to the settings tab.
- Customize the settings to your liking.
Proceed for theconfiguration guide fordetailed information.
services:otterwiki:image:redimp/otterwiki:2restart:unless-stoppedports: -8080:80volumes: -./app-data:/app-data
An Otter Wiki is open-source software licensed under theMIT License.
About
A minimalistic wiki powered by python, markdown and git.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.