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) …
Setup the Ultimate Raspberry Pi 4 Home Server with DockSTARTer
In this video we’ll look at how to Setup the Ultimate Raspberry Pi 4 Home Server with DockSTARTer. The main goal of DockSTARTer is to make it quick and easy to get up and running with Docker. You may choose to rely on DockSTARTer for various changes to your Docker system, or use DockSTARTer as a stepping stone and learn …
How to Install MotionEye on OMV and Docker
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: …
How to Install MotionEye on OMV and Docker
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: …
How to Install Bitwarden on OMV and Docker
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 …