Sign inSign up

picupup/wiktionary

By picupup

Updated about 1 year ago

Image
0

2.2K

picupup/wiktionary repository overview

🧠 Wiktionary Offline Server (via Kiwix) This Docker image runs a local HTTP server for offline access to Wiktionary using Kiwix and .zim files.

It uses kiwix-serve to expose the full content of Wiktionary over a web interface, ideal for low-bandwidth environments, self-hosting, or educational setups.

📦 Features Fully offline — no internet required after setup

Lightweight and self-contained

Based on publicly available .zim files from Kiwix.org

⚠️ License & Attribution Content: Wiktionary, © Wikimedia contributors, licensed under CC BY-SA 4.0

Source: https://www.wiktionary.org

ZIM Provider: https://www.kiwix.org

This image may include or serve files from Wikimedia projects — redistribution must comply with the respective content licenses.

Example docker-compose.yml

services:
  wiktionary_en:
    image: picupup/wiktionary:en-latest
    container_name: wiktionary_en
    ports:
      - "7070:80"
    restart: unless-stopped

  wiktionary_de:
    image: picupup/wiktionary:de-latest
    container_name: wiktionary_de
    ports:
      - "7071:80"
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:d859852db

Size

26.1 GB

Last updated

about 1 year ago

docker pull picupup/wiktionary:wiktionary_gv_all_nopic_2025-07.zim-latest