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 Jellyfin on OMV5

In diy, OpenMediaVault, Tutorials, Video by dbtech

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 …