- Official Post
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.
External Content
youtu.be
Content embedded from external sources will not be displayed without your consent.
Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
Bash
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
Bash
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)