View Post

How to Install rTorrent and ruTorrent in OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtechLeave a Comment

In this post we’ll look at How to Install rTorrent and ruTorrent in OMV and Docker. ruTorrent is a front-end for the popular Bittorrent client rtorrent. Setting this up will only take a couple of minutes and is pretty straightforward. Setup Open Portainer and create a new Stack. Paste this into the new Stack: — version: “2.1” services: rtorrent-rutorrent: image: …

View Post

How to Install grocy on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtechLeave a Comment

In this post we’ll look at How to Install grocy on OMV and Docker. grocy is a web-based self-hosted groceries & household management solution for your home. This should work on a desktop, server, or an ARM processor device like a Raspberry Pi. Installing grocy We’ll use LinuxServer’s stack setup for this installation. — version: “2.1” services: grocy: image: linuxserver/grocy …

View Post

How to Install Muximux on OMV and Docker

In diy, OpenMediaVault, Tutorials, Video by dbtechLeave a Comment

In this video we’ll take a look at How to Install Muximux on OMV and Docker. Muximux is a lightweight portal to view & manage your webapps without having to run anything more than a PHP enabled webserver. Install Muximux For this install we’ll use another LinuxServer.io stack from the Docker website. — version: “2.1” services: muximux: image: linuxserver/muximux container_name: …