In this post we’ll look at how to Install Nginx Proxy Manager on a Raspberry Pi 4. We’re going to use the setup from nginxproxymanager.com, 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 in a …
15K Subscriber Raspberry Pi 4 8GB Giveaway!!
To celebrate DB Tech hitting 15K subscribers, DB Tech and Canakit are giving away a Raspberry Pi 4 8GB Starter Kit! The Kit Includes: Raspberry Pi 4 (8 GB RAM) CanaKit USB-C Power Supply Set of 3 Aluminum Heat Sinks CanaKit Quick-Start Guide CanaKit GPIO Reference Card SanDisk 32GB MicroSD w/NOOBS Premium Case CanaKit Fan USB Card Reader Micro HDMI …
JDownloader 2: Download the Internet with Docker!
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 …
JDownloader 2: Download the Internet with Docker!
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 …
BookStack Installed on Docker and Portainer
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 …
BookStack Installed on Docker and Portainer
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 …
BookStack Installed on Docker and Portainer
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 …
Amber Pro: Docker on a Router and NAS Device
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) …
NGINX Proxy Manager in OpenMediaVault and Docker
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 …