View Post

Chevereto on Docker – Self-hosted Imgur

In OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at how to install Chevereto on your Docker setup! An image hosting script that allows you to get your own image hosting website. It’s your hosting and your rules, say goodbye to the closures and restrictions. First thing, you’ll need to go to Portainer and copy this to a new stack: https://gist.github.com/dnburgess/18b2b90ba73aedbb434e521388a1390a You can map …

View Post

Lychee Installed in Docker with Portainer

In OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at installing Lychee on your Docker setup! Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely. We’re going to use a Docker …

View Post

Pwndrop Installed on Docker

In OpenMediaVault, Tutorials, Video by dbtech

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

Pwndrop Installed on Docker

In OpenMediaVault, Tutorials, Video by dbtech

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

Adguard Home Installed on Docker

In diy, OpenMediaVault, Tutorials, Video by dbtech

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 …

View Post

Invoice Ninja Installed in Docker

In OpenMediaVault, Tutorials, Video by dbtech

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 …

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 …