remove kavita
This commit is contained in:
29
compose.yaml
29
compose.yaml
@@ -140,13 +140,15 @@ services:
|
||||
|
||||
stump:
|
||||
image: aaronleopold/stump
|
||||
#image: aaronleopold/stump:nightly
|
||||
container_name: stump
|
||||
# Replace my paths (prior to the colons) with your own
|
||||
volumes:
|
||||
- ./stump:/config
|
||||
- /mnt/hub/rocky-remote/st/rockybookshare/:/rocky-remote
|
||||
- /mnt/hub/rocky-remote/st/briebookshare/:/rocky-redundant
|
||||
- /mnt/hub/brie-remote/st/bookshare:/brie-remote
|
||||
#- /mnt/hub/rocky-remote/st/rockybookshare/:/rocky-remote
|
||||
#- /mnt/hub/rocky-remote/st/briebookshare/:/rocky-redundant
|
||||
#- /mnt/hub/brie-remote/st/bookshare:/brie-remote
|
||||
- /mnt/hub:/bookshare
|
||||
#ports:
|
||||
# - 10801:10801
|
||||
environment:
|
||||
@@ -162,27 +164,6 @@ services:
|
||||
- frontnet
|
||||
- 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:
|
||||
build:
|
||||
context: sshtun
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user