23 lines
677 B
Plaintext
23 lines
677 B
Plaintext
TYPE=kiwix
|
|
|
|
DOMAIN=kiwix.example.com
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.kiwix.example.com`'
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
# You need to specify this. Change to the path to a folder on the
|
|
# host where you want to store your ZIM files so that it can be
|
|
# mounted into the container.
|
|
#
|
|
ZIM_FILES_PATH=/path/to/your/zim/files
|
|
|
|
# Example to download a specific ZIM file on first run
|
|
#
|
|
# Warning: using this will delay the first startup as the
|
|
# file is downloaded, it's recommended to manually download
|
|
# the desired ZIM files instead and place them in the
|
|
# ZIM_FILES_PATH directory.
|
|
#
|
|
#DOWNLOAD_ZIM_URL=https://download.kiwix.org/zim/wikipedia/wikipedia_en_100_2025-10.zim |