remove kavita

This commit is contained in:
2026-04-19 02:11:36 +00:00
parent 9aaba3452e
commit b8286725af
2 changed files with 5 additions and 45 deletions

View File

@@ -140,13 +140,15 @@ services:
stump: stump:
image: aaronleopold/stump image: aaronleopold/stump
#image: aaronleopold/stump:nightly
container_name: stump container_name: stump
# Replace my paths (prior to the colons) with your own # Replace my paths (prior to the colons) with your own
volumes: volumes:
- ./stump:/config - ./stump:/config
- /mnt/hub/rocky-remote/st/rockybookshare/:/rocky-remote #- /mnt/hub/rocky-remote/st/rockybookshare/:/rocky-remote
- /mnt/hub/rocky-remote/st/briebookshare/:/rocky-redundant #- /mnt/hub/rocky-remote/st/briebookshare/:/rocky-redundant
- /mnt/hub/brie-remote/st/bookshare:/brie-remote #- /mnt/hub/brie-remote/st/bookshare:/brie-remote
- /mnt/hub:/bookshare
#ports: #ports:
# - 10801:10801 # - 10801:10801
environment: environment:
@@ -162,27 +164,6 @@ services:
- frontnet - frontnet
- backnet - backnet
kavita:
image: jvmilazz0/kavita:latest # Using the stable branch from the official dockerhub repo.
container_name: kavita
volumes:
#- /your/path/to/manga:/manga
#- /your/path/to/comics:/comics
- /mnt/hub/rocky-remote/st/rockybookshare/:/rocky-remote
- /mnt/hub/rocky-remote/st/briebookshare/:/rocky-redundant
- /mnt/hub/brie-remote/st/bookshare/:/brie-remote
- ./kavita:/kavita/config # /kavita/config must not be changed
environment:
- PUID=1000
- PGID=1000
- TZ=UTC
#ports:
# - "5000:5000"
restart: unless-stopped
networks:
- frontnet
- backnet
sshtun: sshtun:
build: build:
context: sshtun context: sshtun

View File

@@ -70,24 +70,3 @@ stump.oily.dad {
} }
} }
# Subdomain for Kavita - book.oily.dad
book.oily.dad {
# kavita supports gzip
encode gzip
# Use existing SSL certificates
tls /etc/letsencrypt/live/oily.dad/fullchain.pem /etc/letsencrypt/live/oily.dad/privkey.pem
# Reverse proxy to Kavita
#reverse_proxy http://stump:10801 {
reverse_proxy http://kavita:5000 {
# WebSocket support for Kavita (if needed)
header_up Connection {>Connection}
header_up Upgrade {>Upgrade}
# Preserve original headers
header_up Host {host}
header_up X-Real-IP {remote}
# X-Forwarded-For and X-Forwarded-Proto are set automatically by Caddy
}
}