PVE软路由备忘
1、下载安装
https://pve.proxmox.com/wiki/Downloads
iKuai最好用32位:https://www.ikuai8.com/component/download
https://www.right.com.cn/forum/thread-1811791-1-1.html
2、PVE操作
修改管理网口:https://www.zhihu.com/question/438795284/answer/1671945222
硬件直通:https://panfake.com/2022/08/pve-proxmoxve-enable-nic-pass-through-n5105-router/
解决卡死:https://fairysen.com/835.html http://www.kuazhi.com/post/449234.html
PVE显温度温度:https://www.right.com.cn/FORUM/thread-6754687-1-1.html
4、安装iKuai
https://www.youtube.com/watch?v=t_1o0rM3S7o
https://www.bilibili.com/video/BV18L4y1F7gN
5、OpenWrt
导入磁盘 qm importdisk 100 /var/lib/vz/template/iso/OP.img local-lvm
安装:https://post.smzdm.com/p/apze0rw2/
OpenWrt旁路由:https://zhuanlan.zhihu.com/p/332868276
IPv6:https://www.drixn.com/2791.html
MAC地址重复:https://www.bilibili.com/read/cv15828059
Zerotier:https://www.right.com.cn/forum/thread-8173579-1-1.html
6、群辉硬解 暂时未成功
https://blog.jim.plus/blog/post/jim/synology-sa6400-with-i915
/etc/pve/qemu-server/102.conf 增加参数
args: -device 'nec-usb-xhci,id=usb-bus0,multifunction=on' -drive 'file=/var/lib/vz/template/iso/rr.img,media=disk,format=raw,if=none,id=drive-disk-bootloader' -device 'usb-storage,bus=usb-bus0.0,port=1,drive=drive-disk-bootloader,id=usb-disk-bootloader,bootindex=999,removable=on'
关键命令:curl https://cdn.jim.plus/synology/drivers/scripts/sa6400-7.1-i915-installer.sh | sh
https://www.bilibili.com/video/BV1eT411D7zb
其他配置:
NVME存储池: https://wp.gxnas.com/10083.html
套件源:https://spk7.imnks.com/
7、Jellyfin
PVE LXC
https://www.cnblogs.com/mokou/p/17060122.html
docker run -d --net=host -v /root/jellyfin/config:/config -v /media/nas:/media --device=/dev/dri:/dev/dri --restart=always --name jellyfin nyanmisaka/jellyfin:latest
/etc/systemd/system/multi-user.target.wants/restart-jellyfin.service
[Unit]
Description=Restart Jellyfin Docker Container After 30 Seconds
After=docker.service network.target
Requires=docker.service
[Service]
Type=oneshot
ExecStart=/bin/bash -c "/bin/sleep 30 && /usr/bin/docker restart jellyfin"
StandardOutput=journal
[Install]
WantedBy=multi-user.target
8、NasTool
https://post.smzdm.com/p/a8xv6m0n/
插件:
https://github.com/91270/MeiamSubtitles.Release/raw/main/Plugin/manifest-stable.json
https://raw.githubusercontent.com/metatube-community/jellyfin-plugin-metatube/dist/manifest.json
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
评论已关闭