Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ A [wiki](https://en.wikipedia.org/wiki/Wiki) is a publication collaboratively ed
- [Docmost](examples/docmost) - Docmost is an open source collaborative documentation and wiki software. It is an open-source alternative to the likes of Confluence and Notion.
- [Atlassian Confluence](examples/atlassian-jira-confluence) - Confluence is a wiki solution built for business teams.
- [Siyuan](examples/siyuan) - A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.
- [Kiwix Serve](examples/kiwix) - Offline reader for Wikipedia and other web content stored in ZIM files, served through a lightweight web interface.

### Money, Budgeting & Management

Expand Down
5 changes: 5 additions & 0 deletions examples/kiwix/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# References

- https://github.com/kiwix/kiwix-tools
- https://github.com/kiwix/kiwix-tools/blob/main/docker/server/README.md
- https://github.com/kiwix/kiwix-tools/blob/main/docker/server/docker-compose.yml.example
18 changes: 18 additions & 0 deletions examples/kiwix/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
services:

kiwix-serve:
image: ghcr.io/kiwix/kiwix-serve:latest
container_name: kiwix
restart: unless-stopped
ports:
- "8080:8080"
expose:
- 8080
# uncomment next 4 lines to use it with local zim file in /tmp/zim
# volumes:
# - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/kiwix/data:/data
# command:
# - '*.zim'
# uncomment next 2 lines to use it with remote zim file
# environment:
# - DOWNLOAD=https://download.kiwix.org/zim/wikipedia_bm_all.zim