Added wizarr

This commit is contained in:
2025-07-30 21:52:25 -04:00
parent c5d16d63d2
commit 5de8244b4c

View File

@@ -237,8 +237,7 @@ bazarr () {
-v /mnt/media/tv:/tv \
--restart unless-stopped \
lscr.io/linuxserver/bazarr:latest
docker start bazarr
docker start bazarr
}
plex-auto-languages () {
@@ -268,3 +267,19 @@ portainer_agent (){
docker start portainer_agent
}
wizarr () {
docker stop wizarr
docker rm wizarr
docker create \
--name=wizarr \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=America/New_York \
-e DISABLE_BUILTIN_AUTH=false \
-p 5690:5690 \
-v /etc/docker/config/wizarr:/data/database \
--restart unless-stopped \
ghcr.io/wizarrrr/wizarr
docker start wizarr
}