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

How to Install AirSonic on OpenMediaVault 5

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this video we’ll take a look at How to Install AirSonic on OpenMediaVault 5. Airsonic is a free, web-based media streamer, providing ubiquitous access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your …

View Post

How to Install Duck DNS on OpenMediaVault 5

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this video we’ll take a look at How to Install Duck DNS on OpenMediaVault 5. Most connections to the internet are through a dynamic external IP address which changes quite often (weekly or even daily). This can make it very difficult to connect to home services from an external computer. To get around this, Duck DNS is a provider …

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 …