View Post

How to Install Ubooquity on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this video we’ll look at How to Install Ubooquity on OMV and Docker. Ubooquity is a free home server for your comics and ebooks library. Read your ebooks and comics on your favorite device, wherever you go. Setting up Ubooquity is very straightforward. You’ll want to open Portainer and create a new stack. Then copy this into the stack: …

View Post

How to Install Traefik on OMV and Docker

In Video by dbtech

In this post we’ll look at How to Install Traefik on OMV and Docker Traefik is the leading open source reverse proxy and load balancer for HTTP and TCP-based applications that is easy, dynamic, automatic, fast, full-featured, production proven, provides metrics, and integrates with every major cluster technology… No wonder it’s so popular! Setting up Traefik is super simple, but, …

View Post

How to Install Traefik on OMV and Docker

In Video by dbtech

In this post we’ll look at How to Install Traefik on OMV and Docker Traefik is the leading open source reverse proxy and load balancer for HTTP and TCP-based applications that is easy, dynamic, automatic, fast, full-featured, production proven, provides metrics, and integrates with every major cluster technology… No wonder it’s so popular! Setting up Traefik is super simple, but, …

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 Krusader in OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install Krusader in OMV and Docker. Krusader is an advanced twin panel (commander style) file manager for KDE Plasma and other desktops in the *nix world, similar to Midnight or Total Commander. Installing Krusader When doing research for this, I ran into a few different versions of Krusader, but found the one …

View Post

How to Install Muximux on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this video we’ll take a look at How to Install Muximux on OMV and Docker. Muximux is a lightweight portal to view & manage your webapps without having to run anything more than a PHP enabled webserver. Install Muximux For this install we’ll use another LinuxServer.io stack from the Docker website. — version: “2.1” services: muximux: image: linuxserver/muximux container_name: …

View Post

How to Install Muximux on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this video we’ll take a look at How to Install Muximux on OMV and Docker. Muximux is a lightweight portal to view & manage your webapps without having to run anything more than a PHP enabled webserver. Install Muximux For this install we’ll use another LinuxServer.io stack from the Docker website. — version: “2.1” services: muximux: image: linuxserver/muximux container_name: …

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 …