naxtree.blogg.se

Calibre server httpd
Calibre server httpd









Useradd -s /sbin/nologin -d /nonexistent -L daemon -u 447 _calibre-web For security purposes instead of using the nobody user or the www user, lets make a separate user that is designated for only running Calibre-web and only able to access its own files.Pip install -target vendor -r requirements.txt Change directory into the new calibre-web directory.Clone the calibre-web repo into /usr/local/share/, this will create a directory named calibre-web in that directory.Ln -sf /usr/local/bin/pip3.7 /usr/local/bin/pip Create a link so you do not need to remember to type pip3 instead of pip.It perhaps may not be the most secure project around, but why not host all the things on OpenBSD anyway? Calibre-web is a simple Python project and uses a self contained web server even. I go over how to setup a Calibre-web server on OpenBSD.











Calibre server httpd