kiwix / kiwix-tools

Command line Kiwix tools: kiwix-serve, kiwix-manage, ...
https://download.kiwix.org/release/kiwix-tools/
GNU General Public License v3.0
407 stars 79 forks source link

GUI webserver interface development #660

Closed Webserv closed 1 month ago

Webserv commented 4 months ago

Any intention of adding functionality to the gui Kiwix webserver, for example autostart, daemon mode, and support for zim files using https? I’m finding that any zim file constructed with https links don’t work on the webserver

hsushjk commented 4 months ago

Try using supervisord+nginx[reverse proxy], supervisord can achieve autostart and daemon. nginx can achieve http to https

kelson42 commented 1 month ago

We are not going to support HTTPs directly in kiwix-server. Same for daemon control which should be done from the command line. It’s important to notice that we won’t soon stop to publish ZIM files requiring HTTPS (with service workers).