View Post

Homebridge Installed on Docker – HomeKit on Docker

In OpenMediaVault, Tutorials, Video by dbtechLeave a Comment

In this post we’ll look at how to install Homebridge Installed on Docker. Homebridge allows you to integrate with smart home devices that do not natively support HomeKit. There are over 2,000 Homebridge plugins supporting thousands of different smart accessories. Installing Homebridge This Docker container is pretty quick and easy to get setup. All we need to do is copy …

View Post

Firefly III Installed on Docker – Self-hosted Personal Finance

In OpenMediaVault, Tutorials, Video by dbtechLeave a Comment

In this post we’ll take a look at installing Firefly III on Docker. Firefly III is a free and open source personal finance manager. Because the docker-compose is a version 3.3 and uses a separate environmental variables file, we won’t be able to launch this via portainer. Instead, we’ll need a couple of programs. The first program we’ll need is …

View Post

WordPress Installed on Docker – Host Your Own Website!

In Home 3, OpenMediaVault, Tutorials, Video by dbtechLeave a Comment

In this video we’ll take a look at installing WordPress on Docker! WordPress is open source software you can use to create a beautiful website, blog, or app. In order to setup a WordPress container on your Docker server, you’ll need a few additional things: Domain Name – I use Porkbun, today’s video/blog post sponsor CloudFlare Account – You can …

View Post

Chevereto on Docker – Self-hosted Imgur

In OpenMediaVault, Tutorials, Video by dbtechLeave a Comment

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

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 …