Update 'root/usr/libexec/apps/megamedia/megamedia.sh'

main
ben 1 year ago
parent c4c38c6812
commit 07fa414049

@ -51,10 +51,10 @@ services:
- JELLYFIN_PublishedServerUrl={$LAN_IP} - JELLYFIN_PublishedServerUrl={$LAN_IP}
volumes: volumes:
- ./library:/config - ./library:/config
- $config/jellyfin/tvshows:/data/tvshows - $config:/data/tvshows
- $config/jellyfin/movies:/data/movies - $config:/data/movies
- $config/jellyfin/music:/data/music - $config:/data/music
- $config/jellyfin/mixedmedia:/data/mixedmedia - $config:/data/mixedmedia
ports: ports:
- "8096:8096" - "8096:8096"
- "8920:8920" #optional - "8920:8920" #optional
@ -71,8 +71,8 @@ services:
- TZ=Europe/Riga - TZ=Europe/Riga
- WEBUI_PORT=8989 - WEBUI_PORT=8989
volumes: volumes:
- /opt/docker2/compose/qbittorrent/config/:/config - /opt/docker2/compose/qbittorrent/config:/config
- $config/jellyfin/mixedmedia:/downloads - $config/downloads:/downloads
ports: ports:
- "6882:6881" - "6882:6881"
- "6882:6881/udp" - "6882:6881/udp"
@ -90,7 +90,7 @@ services:
- RUN_OPTS=<run options here> - RUN_OPTS=<run options here>
volumes: volumes:
- $config/jackett/config:/config - $config/jackett/config:/config
- $config/jellyfin/mixedmedia:/downloads - $config/downloads:/downloads
ports: ports:
- "9117:9117" - "9117:9117"
restart: unless-stopped restart: unless-stopped
@ -103,9 +103,9 @@ services:
- PGID=1000 - PGID=1000
- TZ=America/New_York - TZ=America/New_York
volumes: volumes:
- $config/radarr:/config - $config/radarr/config:/config
- $config/jellyfin/movies:/movies - $config/downloads:/movies
- $config/jellyfin/mixedmedia:/downloads - $config/downloads:/downloads
ports: ports:
- "7878:7878" - "7878:7878"
restart: unless-stopped restart: unless-stopped
@ -119,8 +119,8 @@ services:
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- $config/sonarr/config/:/config - $config/sonarr/config/:/config
- $config/jellyfin/tvshows:/tv #optional - $config:/tv #optional
- $config/jellyfin/mixedmedia:/downloads #optional - $config:/downloads #optional
ports: ports:
- 8999:8989 - 8999:8989
restart: unless-stopped restart: unless-stopped
@ -134,8 +134,8 @@ services:
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- $config/lidarr/config/:/config - $config/lidarr/config/:/config
- $config/jellyfin/music:/music #optional - $config/downloads:/music #optional
- $config/jellyfin/mixedmedia:/downloads #optional - $config/downloads:/downloads #optional
ports: ports:
- 8686:8686 - 8686:8686
restart: unless-stopped restart: unless-stopped
@ -200,7 +200,8 @@ EOF
uci set shortcutmenu.@lists[-1].webpath="/" uci set shortcutmenu.@lists[-1].webpath="/"
uci commit shortcutmenu uci commit shortcutmenu
echo "WebUI\HostHeaderValidation=false" >> $config/qbittorrent/config/qBittorrent/qBittorrent.conf echo "WebUI\HostHeaderValidation=false" >> $config/qbittorrent/configqBittorrent.conf
} }

Loading…
Cancel
Save