Kavita
 
Notifications
Clear all

Kavita

1 Posts
1 Users
0 Reactions
23 Views
Frank Schroeder
(@iseetwizard)
Estimable Member Admin
Joined: 5 years ago
Posts: 64
Topic starter  

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)

 

This topic was modified 1 day ago by Frank Schroeder

   
Quote