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 …
How to Install DashMachine (Dashboard) on Docker and OMV5
In this blog/video we’ll look at How to Install DashMachine on Docker and OMV5. DashMachine is a web application bookmark dashboard, with “fun features”. The process of setting this up is easy and you can find all the code below with both an SSH script as well as a Docker compose file that you can use in Portainer. DashMachine Docker …
How to Install and Setup Traefik with CloudFlare Using Your Own Domain Name
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 …
How to Install Cloud Commander in OpenMediaVault 5 with Docker and Portainer
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 …
How to Install NextCloud on OpenMediVault 5 with Remote Access and SSL
In this video and blog post we’re going to take a look at installing NextCloud on your OpenMediaVault server. When we’re done, you’ll be able to access your server from anywhere with an internet connection and you’ll be able to do it securely as we’re going to install a LetsEncrypt SSL for an added bit of security. Be sure to …
How to Install FreshRSS on OpenMediaVault 5
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 …
How to Install a Minecraft Server on OpenMediaVault 5
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 …
How to Install Home Assistant in OpenMediaVault (OMV) 5
In this video we’ll take a look at How to Install Home Assistant in OpenMediaVault (OMV) 5! Home Assistant is an open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Here’s a link with the code you’ll …
How to Install Home Assistant in OpenMediaVault (OMV) 5
In this video we’ll take a look at How to Install Home Assistant in OpenMediaVault (OMV) 5! Home Assistant is an open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Here’s a link with the code you’ll …
How to Install Pihole on OpenMediaVault (OMV) 5
In this video we’ll look at How to Install Pihole on OpenMediaVault (OMV) 5. First things first, you’ll need to change your OMV port from 80 to 81 so that Pihole can be on port 80. This is important for setting up DNS later as we can’t add a port number to DNS. Docker has to be in Swarm Mode. …