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: …
Help Science With Your Idle Computer Using Boinc
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 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 Jellyfin on OMV5
In this video we’ll take a look at How To Install Jellyfin On OpenMediaVault 5. Jellyfin is a home media server similar to Plex or Emby. Bringing all of your home videos, music, and photos together into one place has never been easier. Your personal Jellyfin Server automatically converts and streams your media on-the-fly to play on any device. Jellyfin …