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

Invoice Ninja Installed in Docker

In OpenMediaVault, Tutorials, Video by dbtech

I had a request on Reddit the other day to get InvoiceNinja setup and running in Docker. I thought, “sure, that’s no big deal.” Boy was I wrong. I spent days poring over Reddit posts and forums and hub.docker.com and kept winding up with nothing that worked. Finally, after more searching I ran across this page on hub.docker.com. So I …

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

JDownloader 2: Download the Internet with Docker!

In OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll take a look at installing JDownloader 2 from jlesage. JDownloader 2 is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. version: 2 services: jdownloader-2: image: jlesage/jdownloader-2 ports: – 5800:5800 volumes: – /srv/dev-disk-by-label-Files/Config/JDownloader-2:/config:rw – /srv/dev-disk-by-label-Files/YouTube:/output:rw Of course, you’ll need to change the …

View Post

JDownloader 2: Download the Internet with Docker!

In OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll take a look at installing JDownloader 2 from jlesage. JDownloader 2 is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. version: 2 services: jdownloader-2: image: jlesage/jdownloader-2 ports: – 5800:5800 volumes: – /srv/dev-disk-by-label-Files/Config/JDownloader-2:/config:rw – /srv/dev-disk-by-label-Files/YouTube:/output:rw Of course, you’ll need to change the …

View Post

BookStack Installed on Docker and Portainer

In Video by dbtech

In this post we’ll look at how to install BookStack on Docker and Portainer. BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. Website here. While the Stack information that we’re going to use to deploy this container looks a bit intimidating, LinuxServer.io has done a great job at making this one of the easiest installs we’ve …

View Post

BookStack Installed on Docker and Portainer

In Video by dbtech

In this post we’ll look at how to install BookStack on Docker and Portainer. BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. Website here. While the Stack information that we’re going to use to deploy this container looks a bit intimidating, LinuxServer.io has done a great job at making this one of the easiest installs we’ve …

View Post

BookStack Installed on Docker and Portainer

In Video by dbtech

In this post we’ll look at how to install BookStack on Docker and Portainer. BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. Website here. While the Stack information that we’re going to use to deploy this container looks a bit intimidating, LinuxServer.io has done a great job at making this one of the easiest installs we’ve …