View Post

How to Install an Internet Speed Test Server on OMV5

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install an Internet Speed Test Server on OMV5. This is a pretty quick and easy container to setup. Open Portainer and paste this into a new Stack: version: ‘2’ services: db: image: influxdb container_name: influxdb networks: – default volumes: – /srv/dev-disk-by-label-Files/Config/SpeedTest:/var/lib/influxdb environment: – INFLUXDB_ADMIN_USER=admin – INFLUXDB_ADMIN_PASSWORD=password – INFLUXDB_DB=speedtest restart: unless-stopped web: image: …

View Post

Help Science With Your Idle Computer Using Boinc

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this video we’ll learn Help Science With Your Idle Computer Using BOINC. BOINC lets you help cutting-edge science research using your computer (Windows, Mac, Linux) or Android device. BOINC downloads scientific computing jobs to your computer and runs them invisibly in the background. It’s easy and safe. Server Setup Setting up BOINC in a Docker container is as simple …

View Post

How to Install and Setup Traefik with CloudFlare Using Your Own Domain Name

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this video/blog post we’ll look at How to Install and Setup Traefik with CloudFlare Using Your Own Domain Name. For this to work, you’ll need to have a domain name purchased. You’ll also need a FREE CloudFlare account. You’ll need your domain’s DNS settings pointed to your CloudFlare account’s NameServers. You’ll want to create an A record for your …

View Post

How to Install Cloud Commander in OpenMediaVault 5 with Docker and Portainer

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this video we’ll take a look at How to Install Cloud Commander in OpenMediaVault 5 with Docker and Portainer. NOTE: I do not condone this method of file management. If you’re going to run a server in your home or profession, it’s important to know how to do things with the command line. Installing Cloud Commander Open Portainer Click …

View Post

How to Install FreshRSS on OpenMediaVault 5

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this video we’ll take a look at How to Install FreshRSS on OpenMediaVault 5. FreshRSS is a self-hosted RSS feed aggregator like Leed or Kriss Feed. It is lightweight, easy to work with, powerful, and customizable. It is a multi-user application with an anonymous reading mode. It supports custom tags. There is an API for (mobile) clients, and a …

View Post

How to Install a Minecraft Server on OpenMediaVault 5

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this video we’ll take a look at How to Install a Minecraft Server on OpenMediaVault 5. Here is the original source material from Docker.com: https://hub.docker.com/r/itzg/minecraft-server/ There is also a Github page with further information about adding additional configuration options here: https://github.com/itzg/docker-minecraft-server/blob/master/README.md I’ve taken information from both places and put together a docker script that will launch a Docker container …