{"id":23689947,"url":"https://github.com/geo-mena/wiki","last_synced_at":"2026-02-05T08:02:02.418Z","repository":{"id":263215725,"uuid":"889706733","full_name":"geo-mena/wiki","owner":"geo-mena","description":"📝 Minimalist Wiki with Python, Markdown, and Git.","archived":false,"fork":false,"pushed_at":"2024-12-18T02:54:50.000Z","size":6463,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-22T06:49:25.187Z","etag":null,"topics":["docker","git","markdown","open-source","python"],"latest_commit_sha":null,"homepage":"","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/geo-mena.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,"zenodo":null}},"created_at":"2024-11-17T02:20:08.000Z","updated_at":"2025-01-10T16:24:43.000Z","dependencies_parsed_at":"2025-05-22T06:48:47.732Z","dependency_job_id":null,"html_url":"https://github.com/geo-mena/wiki","commit_stats":null,"previous_names":["geo-mena/wiki"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/geo-mena/wiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-mena%2Fwiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-mena%2Fwiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-mena%2Fwiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-mena%2Fwiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geo-mena","download_url":"https://codeload.github.com/geo-mena/wiki/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-mena%2Fwiki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29116450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","git","markdown","open-source","python"],"created_at":"2024-12-30T01:57:24.805Z","updated_at":"2026-02-05T08:02:02.395Z","avatar_url":"https://github.com/geo-mena.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"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](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%2Fgeo-mena%2Fwiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeo-mena%2Fwiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeo-mena%2Fwiki/lists"}