{"id":13557670,"url":"https://github.com/redimp/otterwiki","last_synced_at":"2026-04-01T23:31:43.845Z","repository":{"id":43351501,"uuid":"139766915","full_name":"redimp/otterwiki","owner":"redimp","description":"A minimalistic wiki powered by python, markdown and git.","archived":false,"fork":false,"pushed_at":"2025-03-27T20:33:14.000Z","size":7568,"stargazers_count":776,"open_issues_count":34,"forks_count":42,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-27T21:33:57.167Z","etag":null,"topics":["git","markdown","wiki"],"latest_commit_sha":null,"homepage":"https://otterwiki.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redimp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-04T21:21:40.000Z","updated_at":"2025-03-27T20:33:18.000Z","dependencies_parsed_at":"2023-12-02T12:25:11.457Z","dependency_job_id":"886e7bda-025e-418f-b975-7f2dbceb8d4d","html_url":"https://github.com/redimp/otterwiki","commit_stats":null,"previous_names":[],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redimp%2Fotterwiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redimp%2Fotterwiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redimp%2Fotterwiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redimp%2Fotterwiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redimp","download_url":"https://codeload.github.com/redimp/otterwiki/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247002171,"owners_count":20867415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","markdown","wiki"],"created_at":"2024-08-01T12:04:28.845Z","updated_at":"2026-01-02T13:23:13.955Z","avatar_url":"https://github.com/redimp.png","language":"Python","funding_links":[],"categories":["Python","Software","flask"],"sub_categories":["Wikis"],"readme":"![](screenshot.png)\n\n# An Otter Wiki\n\nAn Otter Wiki is Python-based software for collaborative content\nmanagement, called a [wiki](https://en.wikipedia.org/wiki/Wiki). The\ncontent is stored in a git repository, which keeps track of all changes.\n[Markdown](https://daringfireball.net/projects/markdown) is used as\nMarkup language. An Otter Wiki is written in [python](https://www.python.org/)\nusing the microframework [Flask](http://flask.pocoo.org/).\n[halfmoon](https://www.gethalfmoon.com) is used as CSS framework\nand [CodeMirror](https://codemirror.net/) as editor.\n[Font Awesome Free](https://fontawesome.com/license/free) serves the icons.\n\n## Notable Features\n\n- Minimalistic interface (with dark-mode)\n- Editor with markdown highlighting and support including tables\n- Customizable Sidebar: Menu and/or Page Index\n- Full changelog and page history\n- User authentication\n- Page Attachments\n- Extended Markdown: tables, footnotes, fancy blocks, alerts and mermaid diagrams\n- (experimental) Git http server: clone, pull and push the content of your wiki\n- A very cute Otter as logo (drawn by [Christy Presler](http://christypresler.com/) CC BY 3.0)\n\n## Demo\n\nCheck out the demo \u003chttps://demo.otterwiki.com\u003e.\n\n## Installation\n\nRead the [installation guide](https://otterwiki.com/Installation) to get\nstarted. Recommended is the installation with `docker-compose`.\n\n### Quick start with docker-compose\n\n1. Copy and edit the `docker-compose.yml` below to match your preferences.\n2. Run `docker-compose up -d`\n3. Access the wiki via http://127.0.0.1:8080 if run on your machine.\n4. If the wiki shall be accessible via the internet and an domain name make sure to configure your web server accordingly. Check the [installation guide](https://otterwiki.com/Installation#reverse-proxy) for example configurations for nginx, apache and caddy.\n5. Register your account. The first account is an admin-account giving you access to the settings tab.\n6. Customize the settings to your liking.\n\nProceed for the [configuration guide](https://otterwiki.com/Configuration) for\ndetailed information.\n\n#### docker-compose.yml\n\n```yaml\nservices:\n  otterwiki:\n    image: redimp/otterwiki:2\n    restart: unless-stopped\n    ports:\n      - 8080:80\n    volumes:\n      - ./app-data:/app-data\n```\n\n## License\n\nAn Otter Wiki is open-source software licensed under the [MIT License](https://github.com/redimp/otterwiki/blob/main/LICENSE).\n\n[modeline]: # ( vim: set fenc=utf-8 spell spl=en sts=4 et tw=72: )\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredimp%2Fotterwiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredimp%2Fotterwiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredimp%2Fotterwiki/lists"}