1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

experimentally comment out kiwix_url & kiwix_path and...

...use {{ content_base }} instead of /library
This commit is contained in:
A Holt 2017-11-25 16:48:23 -05:00 committed by GitHub
parent 00d91ce7fd
commit 4a93629125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
kiwix_url: /kiwix
kiwix_path: "{{ iiab_base }}/kiwix"
# the following 2 lines don't work as of Nov 2017
# kiwix_url: /kiwix
# kiwix_path: "{{ iiab_base }}/kiwix"
kiwix_port: 3000
iiab_zim_path: /library/zims
iiab_zim_path: "{{ content_base }}/zims"
kiwix_library_xml: "{{ iiab_zim_path }}/library.xml"
kiwix_content_path: "{{ iiab_zim_path }}/content"
kiwix_install: True