kiwix / kiwix-tools

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

Can password access be supported? #628

Closed adangran closed 11 months ago

adangran commented 11 months ago

Can password access be supported kiwix web?How to set it up?

mgautierfr commented 11 months ago

This is not possible directly with kiwix-serve. But if you setup a proxy (nginx, httpd, ...) on top of kiwix-serve, you should be able to setup a authentication there.

kelson42 commented 11 months ago

Kiwix-serve is not aimed to reimplememt all features of a typical web server. The reverse proxy is the solution to this request.