dsaf
This commit is contained in:
parent
2224335a71
commit
7f66b3088b
2 changed files with 37 additions and 2 deletions
4
arr.yaml
4
arr.yaml
|
|
@ -98,7 +98,7 @@ services:
|
|||
- homepage.description=Music Library
|
||||
- homepage.widget.type=lidarr
|
||||
- homepage.widget.url=http://lidarr:8686
|
||||
- homepage.widget.key=62f710714d604bc8a1e6df9f2ad6a07c
|
||||
- homepage.widget.key=189afec5b97440209775a192870a2815
|
||||
- kuma.lidarr.http.name="Lidarr"
|
||||
- kuma.lidarr.http.url=http://lidarr:8686
|
||||
- caddy=lidarr.netgrimoire.com
|
||||
|
|
@ -134,7 +134,7 @@ services:
|
|||
- homepage.description=Comic Library
|
||||
- homepage.widget.type=mylar
|
||||
- homepage.widget.url=http://mylar:8090
|
||||
- homepage.widget.key=62f710714d604bc8a1e6df9f2ad6a07c
|
||||
- homepage.widget.key=82efe2807c7be56f20b0f4
|
||||
- kuma.mylar.http.name="Mylar"
|
||||
- kuma.mylar.http.url=http://mylar:8090
|
||||
- caddy=mylar.netgrimoire.com
|
||||
|
|
|
|||
35
kavita.yaml
Normal file
35
kavita.yaml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
services
|
||||
kavita:
|
||||
image: kizaing/kavita:latest # Change latest to nightly for latest develop builds (can't go back to stable)
|
||||
container_name: kavita
|
||||
networks:
|
||||
- netgrimoire
|
||||
volumes:
|
||||
- /data/nfs/Baxter/Comics:/comics:shared # Use as many as you want
|
||||
# - ./books:/books #
|
||||
- /DockerVol/Kavita/config:/kavita/config # Change './data if you want to have the config files in a different place.
|
||||
# /kavita/config must not be changed
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
- PGID=998
|
||||
- PUID=1001
|
||||
ports:
|
||||
- "8054:5000" # Change the public port (the first 5000) if you have conflicts with other services
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Library
|
||||
- homepage.name=Kavita
|
||||
- homepage.icon=kavita.png
|
||||
- homepage.href=http://kavita.netgrimoire.com
|
||||
- homepage.description=Comic Book Reader
|
||||
- kuma.mealie.http.name="Kavita
|
||||
- kuma.mealie.http.url=http://kavita:5000
|
||||
- caddy=kavita.netgrimoire.com
|
||||
- caddy.import=authentik
|
||||
- caddy.reverse_proxy="{{upstreams 5000}}"
|
||||
|
||||
|
||||
networks:
|
||||
netgrimoire:
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue