alist
https://github.com/sbwml/luci-app-alist/releases
openwrt-22.03-aarch64_generic.tar.gz
https://mirror.ghproxy.com/https://github.com/sbwml/luci-app-alist/releases/download/v3.32.0/openwrt-22.03-aarch64_generic.tar.gz
解压后
1 2 3
| opkg install alist_3.29.1-2_aarch64_generic.ipk opkg install luci-app-alist_1.0.11_all.ipk opkg install luci-i18n-alist-zh-cn_git-23.223.34172-ff70952_all.ipk
|
安装后退出重新登录
ntfs
1 2 3
| 需要安装这几个包 ntfs-3g ntfs-3g-utils
|
qbittorrent
1
| docker run -d --name=qbittorrent -e PUID=1000 -e PGID=1000 -e TZ=Etc/UTC -e WEBUI_PORT=8080 -e TORRENTING_PORT=6881 --net host -v /data/appdata/config:/config -v /data/downloads:/downloads -v /mnt:/mnt --restart unless-stopped linuxserver/qbittorrent:latest
|
密码在日志里
v2raya
1 2 3 4 5 6 7 8 9 10 11
| docker run -d \ --restart=always \ --privileged \ --network=host \ --name v2raya \ -e V2RAYA_LOG_FILE=/tmp/v2raya.log \ -v /lib/modules:/lib/modules:ro \ -v /etc/resolv.conf:/etc/resolv.conf \ -v /etc/v2raya:/etc/v2raya \ mzz2017/v2raya:2.2.4
|