OMV学习笔记(二)——OMV-extras插件安装

作为PT下载机使用一段时间后,发现需要实现冗余备份还是需要OMV-extras中的docker和其他插件。只好重新下载。


omv-extras插件安装

根据 omv-extras官方指南,OMV6现在只有一种安装方法。

wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash

国内网络不好,可能会等很长时间

其他插件安装

安装完#omv-extras后,会发现插件列表多出来很多可以安装的插件。个人选择安装以下插件。

插件名 介绍 补充
cputemp cpu temperature plugin for openmediavault
检测cpu温度
在仪表盘中启用。
但在我的配置中不起作用
wakealarm Schedule times to wake machine using wakealarm
定时开机插件
与自带的定时关机配合使用
路径:服务--计划闹钟
apttool Find, install, and remove packages in apt repositories.
在apt存储库中查找、安装和删除软件包。
\
flashmemory folder2ram manages temporary file systems across reboots, to decrease writes on permanent storage.
This allows the installation of OMV on flash thumb drives and SD cards.
管理临时文件系统,以减少对永久存储的写入
一般用于USB安装OMV,看描述ssd用应该也有效果
反正16g内存用不完,试试看
remotemount Makes it possible to mount remote shares.
挂载远程网盘插件
与Alist配合使用
backup This plugin will backup the entire OpenMediaVault system minus data drives or system drive for restoration in emergency situations. 系统备份,很好使

docker安装

在omv-extras插件页点击安装docker,然后选择安装yacht,这个gui的主要优点是可以监测容器的资源消耗。

在安装时yacht时报错:

Pulling and starting selfhostedpro/yacht ...
Something went wrong trying to pull and start yacht ...

搜索omv官方论坛,原因是OMV6更新时把apparmor给损坏了还是怎么着(omv6现在的小bug真多啊,ftp,webdav和远程挂载都需要插件,真的离谱)

解决方法是禁用apparmor

sudo mkdir -p /etc/default/grub.d
echo 'GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT apparmor=0"' | sudo tee /etc/default/grub.d/apparmor.cfg
sudo update-grub
sudo reboot

成功安装.

posted @   浅梦灬simple  阅读(4579)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 三行代码完成国际化适配,妙~啊~
· .NET Core 中如何实现缓存的预热?
点击右上角即可分享
微信分享提示