View Post

How to Install Node-RED in OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this video we’ll take a look at How to Install Node-RED in OMV and Docker. Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. Setting Up Node-RED The setup that is provided by Node-RED is pretty straightforward, but it is only available as an SSH command: docker run -it …

View Post

How to Install Taisun (App Marketplace) on OpenMediaVault and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll take a look at how to install Taisun on OpenMediaVault and Docker. With Taisun you can manage your server all from the convience of your web browser. Taisun.io Installing Taisun Installing Taisun is pretty straightforward. You’ll just copy/paste the schema below and adjust the port number as necessary (if you’ve already got something running on port …

View Post

How to Install Taisun (App Marketplace) on OpenMediaVault and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll take a look at how to install Taisun on OpenMediaVault and Docker. With Taisun you can manage your server all from the convience of your web browser. Taisun.io Installing Taisun Installing Taisun is pretty straightforward. You’ll just copy/paste the schema below and adjust the port number as necessary (if you’ve already got something running on port …

View Post

How to Install Calibre on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install Calibre on OMV and Docker. Calibre is the one stop solution for all your e-book needs. Original Source here. Setup Calibre To setup the Calibre server software, we’ll create a new Stack in Portainer and paste the following in: — version: “2.1” services: calibre: image: linuxserver/calibre container_name: calibre environment: – PUID=998 …

View Post

How to Install Calibre on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install Calibre on OMV and Docker. Calibre is the one stop solution for all your e-book needs. Original Source here. Setup Calibre To setup the Calibre server software, we’ll create a new Stack in Portainer and paste the following in: — version: “2.1” services: calibre: image: linuxserver/calibre container_name: calibre environment: – PUID=998 …

View Post

How to Install rTorrent and ruTorrent in OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install rTorrent and ruTorrent in OMV and Docker. ruTorrent is a front-end for the popular Bittorrent client rtorrent. Setting this up will only take a couple of minutes and is pretty straightforward. Setup Open Portainer and create a new Stack. Paste this into the new Stack: — version: “2.1” services: rtorrent-rutorrent: image: …

View Post

How to Install rTorrent and ruTorrent in OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install rTorrent and ruTorrent in OMV and Docker. ruTorrent is a front-end for the popular Bittorrent client rtorrent. Setting this up will only take a couple of minutes and is pretty straightforward. Setup Open Portainer and create a new Stack. Paste this into the new Stack: — version: “2.1” services: rtorrent-rutorrent: image: …

View Post

How to Install grocy on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install grocy on OMV and Docker. grocy is a web-based self-hosted groceries & household management solution for your home. This should work on a desktop, server, or an ARM processor device like a Raspberry Pi. Installing grocy We’ll use LinuxServer’s stack setup for this installation. — version: “2.1” services: grocy: image: linuxserver/grocy …

View Post

How to Install Double Commander in OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install Double Commander in OMV and Docker. Double Commander is a free cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas. Installing Double Commander To install this application, we’ll use Stacks so open up your Portainer and create …