update linuxserver urls
This commit is contained in:
@@ -27,7 +27,7 @@ tautulli () {
|
||||
-e TZ=America/New_York \
|
||||
-p 8181:8181 \
|
||||
--restart=always \
|
||||
linuxserver/tautulli
|
||||
ghcr.io/linuxserver/tautulli
|
||||
cat << EOF >> /etc/firewalld/services/tautulli.xml
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<service>
|
||||
@@ -55,7 +55,7 @@ nzbget () {
|
||||
-v /media/downloads:/downloads \
|
||||
-v /mnt/torrents/completed:/torrents \
|
||||
--restart=always \
|
||||
linuxserver/nzbget
|
||||
ghcr.io/linuxserver/nzbget
|
||||
cat << EOF >> /etc/firewalld/services/nzbget.xml
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<service>
|
||||
@@ -82,7 +82,7 @@ transmission () {
|
||||
-e TZ=America/New_York \
|
||||
-p 9091:9091 -p 10977:10977 \
|
||||
--restart=always \
|
||||
linuxserver/transmission
|
||||
ghcr.io/linuxserver/transmission
|
||||
cat << EOF >> /etc/firewalld/services/transmission.xml
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<service>
|
||||
@@ -137,7 +137,7 @@ radarr () {
|
||||
-e TZ=America/New_York \
|
||||
-p 7878:7878 \
|
||||
--restart=always \
|
||||
linuxserver/radarr
|
||||
ghcr.io/linuxserver/radarr
|
||||
cat << EOF >> /etc/firewalld/services/radarr.xml
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<service>
|
||||
@@ -165,7 +165,7 @@ sonarr () {
|
||||
-e TZ=America/New_York \
|
||||
-p 8989:8989 \
|
||||
--restart=always \
|
||||
linuxserver/sonarr
|
||||
ghcr.io/linuxserver/sonarr
|
||||
cat << EOF >> /etc/firewalld/services/sonarr.xml
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<service>
|
||||
@@ -191,7 +191,7 @@ nzbhydra2 () {
|
||||
-p 5076:5076 \
|
||||
-v /etc/docker/config/nzbhydra2:/config \
|
||||
--restart always\
|
||||
linuxserver/nzbhydra2
|
||||
ghcr.io/linuxserver/nzbhydra2
|
||||
cat << EOF >> /etc/firewalld/services/nzbhydra2.xml
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<service>
|
||||
|
||||
Reference in New Issue
Block a user