Skip to content

威联通影视刮削

约 224 字小于 1 分钟

折腾NAS

2023-08-03

docker code :

非常规 nas 无法直通显卡硬解,用官方的版本再安装显卡驱动后可以

version: "3"
services:
     jellyfin:
        image: nyanmisaka/jellyfin:latest
        container_name: jellyfin
        environment:
         - PUID=0
         - PGID=0
         - TZ=Asia/Shanghai
        volumes:
         - /share/Container/jellyfin/config:/config
         - /share/media/video:/video
        ports:
         - 8096:8096
         - 8920:8920
        devices:
         - /dev/dri:/dev/dri
     nastool:
        image: yohe/nastool:2.9.1
        container_name: nastool
        environment:
         - PUID=0
         - PGID=0
         - TZ=Asia/Shanghai
         - ALPINE_MIRROR=mirrors.ustc.edu.cn
         - LANG=C.UTF-8
         - NASTOOL_AUTO_UPDATE=false
         - NASTOOL_CN_UPDATE=true
         - NASTOOL_CONFIG=/config/config.yaml
         - NASTOOL_VERSION=master
         - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
         - PYPI_MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple
         - REPO_URL=https://github.com/jxxghp/nas-tools.git
         - UMASK=000
         - WORKDIR=/nas-tools
        volumes:
         - /share/Container/nastool/config:/config
         - /share/media/video:/video
        ports:
         - 3000:3000
     jackett:
        image: linuxserver/jackett:latest
        container_name: jackett
        volumes:
         - /share/Container/jackett/config:/config
         - /share/Container/jackett/downloads:/downloads
        environment:
         - HOME=/root
         - LSIO_FIRST_PARTY=true
         - PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
         - S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
         - S6_STAGE2_HOOK=/docker-mods
         - S6_VERBOSITY=1
         - TERM=xterm
         - VIRTUAL_ENV=/lsiopy
         - XDG_CONFIG_HOME=/config
         - XDG_DATA_HOME=/config
        ports:
         - 9117:9117
     qBittorrent:
        image: linuxserver/qbittorrent:4.4.3
        container_name: qBittorrent
        volumes:
         - /share/Container/qBittorrent/config:/config
         - /share/media/video:/downloads
        ports:
         - 8080:8080
         - 6881:6881
         - 6881:6881/udp

威联通影音库保姆级攻略:强化刮削、搜索下载

sonarr 加 radarr