Kavita

Kavita

Kavita is a comic book reader – the whole thing is kept relatively simple and clean. I had a few problems but these are explained in the video.

docker run -d --name=kavita \
-p 5000:5000 \
-e PUID=1038 \
-e PGID=100 \
-v /volume1/docker/Kavita:/kavita/config \
-v /volume1/Comics:/manga \
--restart always \
kizaing/kavita

SMTP Server

docker run --name kavita-email -p 5003:5003 
-e SMTP_HOST="smtp.office365.com" 
-e SMTP_PORT="587" 
-e SMTP_USER="frank@datateam.lu" 
-e SMTP_PASS="xyungelöst" 
-e SEND_ADDR="frank@datateam.lu" 
-e DISP_NAME="Frank Schroeder (Anime)" 
-d kizaing/kavitaemail:latest

Remember that this is just an example and my password is not included – so the whole thing as it is will be useless for you but simply a small suggestion as to how you could solve it.

As an additional tool, I can recommend the Comictagger to tag the comics correctly.
I didn’t show or explain this in the video as it is actually very self-explanatory.

Used Links

Random Number (for a port number by random generator)

0 0 votes
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments