<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>qbittorrent on</title><link>https://notes.freaks.dev/tags/qbittorrent/</link><description>Recent content in qbittorrent on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Tue, 06 Dec 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://notes.freaks.dev/tags/qbittorrent/index.xml" rel="self" type="application/rss+xml"/><item><title>Qbittorrent Container</title><link>https://notes.freaks.dev/selfhost/qbittorrent_container/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://notes.freaks.dev/selfhost/qbittorrent_container/</guid><description> You must setup Podman first.
Steps create qbittorrent directory in $HOME/podman mkdir -p ~/podman/qbittorrent &amp;amp;&amp;amp; cd ~/podman/qbittorrent copy from compose.yml nano compose.yml start qbittorrent podman-compose -f ~/podman/qbittorrent/compose.yml systemd -a register systemctl --user enable --now podman-compose@qbittorrent compose.yml version: &amp;#34;3&amp;#34; services: qbittorrent: image: docker.io/linuxserver/qbittorrent:latest container_name: qbittorrent environment: - TZ=Asia/Yangon - WEBUI_PORT=8080 networks: - traefik ports: - &amp;#34;6881:6881&amp;#34; - &amp;#34;6881:6881/udp&amp;#34; volumes: - ./config:/config - ./downloads:/downloads restart: unless-stopped labels: - &amp;#34;io.containers.autoupdate=registry&amp;#34; networks: traefik: external: true</description></item></channel></rss>