OMV安装配置笔记
教学视频:https://www.bilibili.com/video/BV1FJ411s7xR
系统安装
- OMV官网下载安装盘镜像
- 使用rfufs创建启动u盘:官网地址
- 提前将系统盘的所有分区删除避免出错
- 进行安装
- 使用 ip a 命令,或进入路由器界面查看ip
初步配置
- 在PC浏览器上输入IP打开webUI,默认账号admin密码openmediavault
设置时区、登录超时时间、IP地址、DNS、管理员密码、开启SSH
注意设置并保存后需要点击页面顶部的按钮来正式生效,注意IP发生改变后需要输入新的IP来访问
- 如果 WebUI 出现部分菜单点击没反应的情况,请使用Ctrl+F5强制重载页面
插件和软件安装
Docker
通过SSH连接,安装OMV-Extras,注意SSH用户为root、密码是系统安装时输入的密码,与WebUI用户不同
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash
- 在WebUI的OMV-Extras界面安装Docker、Portainer
UPS
- 安装插件 openmediavault-nut
- APC BK650CH 的支持:https://zhuanlan.zhihu.com/p/359786775
Jellyfin
一个安装视频(不建议参考,只是马一下)
- https://www.bilibili.com/video/BV1ME411o7H2 跳转到15:32,但docker程序不同,不建议参考
使用创建stack的方式安装
- 方法参考 http://loonlog.com/2020/7/2/openmediavault5-omv5-docker-portainer-jellyfin/
使用自带QuickSync驱动的镜像,基于Ubuntu:https://hub.docker.com/r/linuxserver/jellyfin
--- version: "2.1" services: jellyfin: image: docker.io/linuxserver/jellyfin container_name: jellyfin environment: - PUID=0 - PGID=0 - TZ=Asia/Shanghai volumes: - /srv/dev-disk-by-uuid-diskuuid/AppData/jellyfin:/config - /srv/dev-disk-by-uuid-diskuuid:/Disk1 - /srv/dev-disk-by-uuid-diskuuid:/Disk2 ports: - 8096:8096 devices: - /dev/dri:/dev/dri restart: unless-stopped
- 参考资料 - Intel 集显编解码能力:https://software.intel.com/content/www/us/en/develop/articles/encode-and-decode-capabilities-for-7th-generation-intel-core-processors-and-newer.html
sudo chmod 777 /drv/dri/*
解决显卡驱动不支持硬件加速问题
- 主机添加non-free源 https://www.xmodulo.com/install-nonfree-packages-debian.html
检查docker是否也有驱动,没有的话需要安装
参考 https://post.smzdm.com/p/apxrxw8w/
检查ffmpeg版本
参考 https://sspai.com/post/67763
北京联通IPTV相关
iptv:https://github.com/techmovie/Beijing-IPTV
如果Jellyfin的WebUI无法连接到服务器
清除相关Cookie和LocalStorage
如果jellyfin界面有文字显示为方块
- https://blog.lishun.me/docker-jellyfin-chinese-fonts
Transmission
- 安装 apt-get install transmission-daemon
- service transmission-daemon stop
- 配置 vim /etc/transmission-daemon/settings.json
service transmission-daemon start
更好的WebUI:https://github.com/ronggang/transmission-web-control/wiki/Linux-Installation-CN
qBitorrent
apt-get install software-properties-common
https://www.machunjie.com/setup/pt/853.html
NetData 仪表盘
KVM
apt-get install --no-install-recommends qemu-system libvirt-clients libvirt-daemon-system
https://wiki.debian.org/KVM
然后安装一个WebUI,这里选择Kimchi
安装教程:https://github.com/kimchi-project/kimchi/releases/tag/3.0.0
解决依赖包名称不匹配的问题:https://forums.linuxmint.com/viewtopic.php?t=35136