ABOUT
Offline content browser serving Wikipedia, Project Gutenberg, and more from ZIM archives
infoPlace your .zim files in /data inside the container (local files work out of the box). Optional: you can bind-mount a host directory to /data if you want external storage.
warningEnsure ZIM files are readable by the service user (for host mounts, for example: chmod -R a+rX /your/zims).
INSTALL
Approved local installer
DefaultUbuntu 24.04
Approved locally1 CPU512 MB RAM4 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/kiwix.sh'; sha='0aafef8b4373da7ecca63f1b98a5c29fd9d115100db72e86b19c05dc32f1c6fb'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/kiwix.shSHA-256 0aafef8b4373da7ecca63f1b98a5c29fd9d115100db72e86b19c05dc32f1c6fb LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.