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 …

View Post

Amber Pro: Docker on a Router and NAS Device

In Video by dbtech

The Amber Pro from Latticeworks is a desktop device that acts as both an internet router as well as a Network Attached Storage (NAS) device. More than that, it has Docker! You can buy an Amber Pro here: https://dbte.ch/buyamberpro Coupon Code: DBTech for $100 off your order Tech Specs: Intel ® Dual Core Gemini Lake CPU (1.1GHz – 2.6 GHz) …

View Post

NGINX Proxy Manager in OpenMediaVault and Docker

In OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install NGINX Proxy Manager on OMV and Docker. NGINX Proxy Manager lets you Expose web services on your network. Free SSL with Let’s Encrypt. Designed with security in mind. Perfect for home networks. More info about the proxy manager here. This proxy manager works a lot like Traefik, but is MUCH easier …