Armbian installs OMV for Wanke Cloud/My Home Cloud, etc.

1. Modify the time zone

 ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo “Asia/Shanghai” > /etc/timezone

2. Modify the source

 vim /etc/apt/sources.list deb https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main non-free contrib deb https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-updates main non-free contrib deb https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-backports main non-free contrib deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main non-free contrib deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-updates main non-free contrib deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ stretch-backports main non-free contrib deb https://mirrors.tuna.tsinghua.edu.cn/debian-security/ stretch/updates main non-free contrib deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security/ stretch/updates main non-free contrib vim /etc/apt/sources.list.d/armbian.list deb https://mirrors.tuna.tsinghua.edu.cn/armbian/ buster main buster-utils buster-desktop

3. Update

 #更新源apt-get update #更新软件apt-get upgrade

4. Install OMV

 armbian-config

Select Software and press Enter to confirm

Select Softy and press Enter to confirm

The last space to select OMV , press Enter to confirm to start the installation.

The process is very slow, be patient

After the OMV is installed, enter the ip of the player cloud/my home cloud or http://aml/ in the browser, and you will see the OpenMediaVault login interface.

Default username: admin Default password: openmediavault

5. Install omv-extras

 # 安装依赖apt-get install dirmngr # 下载安装包wget http://omv-extras.org/openmediavault-omvextrasorg_latest_all4.deb # 安装dpkg -i openmediavault-omvextrasorg_latest_all4.deb # 更新apt-get update

Enter the OMV webpage, System -> OMV-Extras, select dockerCE, click Enable, and save.

Introduction to common plugins

cups

Introduction: Using a NAS as a print server must install a plug-in. It is a print server software, and it is still very powerful.

downloader

Introduction: Download software, built-in three kinds of software aria2, curl, youtube-dl, the first one is definitely well-known, but this plug-in is not enough to meet domestic needs, domestic or aria2+YAAW is more in line with national conditions.

minidlna

Introduction: Provides lightweight DLNA/UPnP-AV services, and can build a fully compliant DLNA server. Through MiniDLNA, you can share music, pictures and videos in the NAS system, which are supported by many devices.

nginx

Introduction: Essential for building Kedao Cloud and Aria-Ng

This article is reprinted from: https://blog.saky.site/post/armbian-omv/
This site is for inclusion only, and the copyright belongs to the original author.

Leave a Comment