View Post

How to Install Watchtower on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install Watchtower on OMV and Docker. With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. You can read more about it here: https://containrrr.github.io/watchtower/ Setup Watchtower The process is very simple and only take a …

View Post

How to Install Watchtower on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install Watchtower on OMV and Docker. With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. You can read more about it here: https://containrrr.github.io/watchtower/ Setup Watchtower The process is very simple and only take a …

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 …

View Post

How to Install mStream on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll take a look at How to Install mStream on OMV and Docker. mStream is open source software that lets you sync and stream your music between all your devices. The process of setting this up using Stacks is very straightforward, so let’s jump into it! Installing mStream You’ll want to make sure that you’ve created a …

View Post

How to Install Transmission with VPN on OMV

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install Transmission with VPN on OMV. The process is pretty easy and straightforward, but you’ll need a VPN account in order for this to work. I’ll be using Private Internet Access (PIA). There are several other providers that will work with this. Here’s a blog post that has some other options, but …

View Post

How to Install OpenVPN on OpenMediaVault 5 / Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post, we’ll look at How to Install OpenVPN on OpenMediaVault 5 / Docker OpenVPN provides flexible VPN solutions to secure your data communications, whether it’s for Internet privacy, remote access to your home network, or whatever your secure connection needs may be. OpenVPN Server software solution can be deployed in just a few minutes using your own domain …

View Post

How to Install an Internet Speed Test Server on OMV5

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install an Internet Speed Test Server on OMV5. This is a pretty quick and easy container to setup. Open Portainer and paste this into a new Stack: version: ‘2’ services: db: image: influxdb container_name: influxdb networks: – default volumes: – /srv/dev-disk-by-label-Files/Config/SpeedTest:/var/lib/influxdb environment: – INFLUXDB_ADMIN_USER=admin – INFLUXDB_ADMIN_PASSWORD=password – INFLUXDB_DB=speedtest restart: unless-stopped web: image: …