Building a Home Media Server (Part 3) — Installing qBittorrent with Docker

Building a Home Media Server (Part 3) -- Installing qBittorrent with Docker

qBittorrent is a powerful and lightweight open-source BitTorrent client software. It allows users to download and share files via the BitTorrent protocol. It supports multiple platforms including Windows, Mac, and Linux! qBittorrent aims to provide a user experience similar to µTorrent, being equally compact while avoiding the ads and bundled software found in µTorrent. This … Read more

Setting Up Portainer on OpenWrt with NanoPi R4S

Setting Up Portainer on OpenWrt with NanoPi R4S

NO.1 Introduction to Portainer GitHub Address https://github.com/portainer/portainer NO.2 Installing Portainer Official Docker Documentation https://docs.portainer.io/start/install-ce/server/docker/linux Create a docker-compose.yml Configuration File Since we are not using the Baota panel here, we will use the command line to create it vi docker-compose.yml You can see the file editing page Press ‘i’ to enter editing mode Right-click to copy … Read more