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