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. …
Adguard Home Installed on Docker
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 …
Invoice Ninja Installed in Docker
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 …
Install NextCloud on a Raspberry Pi 4 with OpenMediaVault and Docker
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 …
Install Nginx Proxy Manager on a Raspberry Pi 4
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 …
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 …