Unverified Commit fe4a6aa0 authored by Tom Moulard's avatar Tom Moulard Committed by GitHub
Browse files

feat: add kavita epub reader (#47)

parent a3e8b823
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -26,6 +26,9 @@ HOME_ASSISTANT_IMAGE_VERSION=
JACKETT_GPID=
JACKETT_IMAGE_VERSION=
JACKETT_PUID=
KAVITA_GPID=
KAVITA_IMAGE_VERSION=
KAVITA_PUID=
KIBANA_IMAGE_VERSION=
LOGSTASH_IMAGE_VERSION=
MUMBLE_IMAGE_VERSION=
+4 −0
Original line number Diff line number Diff line
@@ -52,6 +52,10 @@ jobs:
    uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@master'
    with:
      service_name: 'jackett'
  Health-checks-kavita:
    uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@master'
    with:
      service_name: 'kavita'
# Health-checks-mastodon:
#   uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@master'
#   with:
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ include:
  - path: 'jackett/docker-compose.jackett.yml'
  - path: 'jellyfin/docker-compose.jellyfin.yml'
  - path: 'jupyter/docker-compose.jupyter.yml'
  - path: 'kavita/docker-compose.kavita.yml'
  - path: 'mastodon/docker-compose.mastodon.yml'
  - path: 'minecraft/docker-compose.minecraft-ftb.yml'
  - path: 'minecraft/docker-compose.minecraft.yml'

kavita/.gitignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
config

kavita/README.md

0 → 100644
+8 −0
Original line number Diff line number Diff line
# kavita

https://www.kavitareader.com/
https://docs.linuxserver.io/images/docker-kavita/

Kavita is a fast, feature rich, cross platform reading server. Built with a
focus for being a full solution for all your reading needs. Setup your own
server and share your reading collection with your friends and family!
Loading