View Post

Pwndrop Installed on Docker

In OpenMediaVault, Tutorials, Video by dbtechLeave a Comment

In this post we’ll look at how to install Pwndrop on Docker. Pwndrop is a self-deployable file hosting service for red teamers, allowing to easily upload and share payloads over HTTP and WebDAV. A red team is a group that helps organizations to improve themselves by providing opposition to the point of view of the organization that they are helping. …

View Post

Install NextCloud on a Raspberry Pi 4 with OpenMediaVault and Docker

In diy, OpenMediaVault, Raspberry Pi, Tutorials, Video by dbtechLeave a Comment

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 dbtechLeave a Comment

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

How to Install MotionEye on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtechLeave a Comment

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: …

View Post

How to Install Bitwarden on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtechLeave a Comment

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 …