View Post

Adguard Home Installed on Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at how easy it is to install Adguard Home on your Docker server. AdGuard is the best way to get rid of annoying ads and online tracking and protect your computer from malware. The process is simple, so I’ll show you 2 ways to do this. Method 1: Stacks Open Portainer and create a new …

View Post

Install NextCloud on a Raspberry Pi 4 with OpenMediaVault and Docker

In diy, OpenMediaVault, Raspberry Pi, Tutorials, Video by dbtech

In this post we’ll look at how to Install NextCloud on a Raspberry Pi 4 with OpenMediaVault and Docker. We’re going to use the setup from https://hub.docker.com/_/nextcloud, but we’re going to change one thing: the database. The database that is being used in the docker-compose file on the site isn’t compatible with ARM processors, so we’ll need to change that …

View Post

How to Install MotionEye on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install MotionEye on OMV and Docker motionEye is a web frontend for the motion daemon, written in Python. MotionEye Installation Installing MotionEye in Docker for local access is very straightforward when using Stacks. Open Portainer and create a new Stack and then paste the following in: — version: “2” services: motioneye: image: …

View Post

How to Install MotionEye on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install MotionEye on OMV and Docker motionEye is a web frontend for the motion daemon, written in Python. MotionEye Installation Installing MotionEye in Docker for local access is very straightforward when using Stacks. Open Portainer and create a new Stack and then paste the following in: — version: “2” services: motioneye: image: …

View Post

How to Install Bitwarden on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll take a look at How to Install Bitwarden on OMV and Docker. The easiest and safest way for individuals, teams, and business organizations to store, share, and sync sensitive data. Prerequisites You’ll need to have Traefik and CloudFlare setup for this to work. Check out this tutorial in order to get that setup: https://dbtechreviews.com/2020/04/how-to-install-traefik-on-omv-and-docker/ Bitwarden will …

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 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 …