From 6bc89612d62df41e8e69e5a56a92ac532f08b28a Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Fri, 11 Nov 2022 18:30:19 +0100 Subject: [PATCH] feat(qbittorrent): make app exposable --- apps/qbittorrent/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/qbittorrent/config.json b/apps/qbittorrent/config.json index 81586f1e..0d55acd5 100644 --- a/apps/qbittorrent/config.json +++ b/apps/qbittorrent/config.json @@ -2,9 +2,10 @@ "$schema": "../schema.json", "name": "qBittorrent", "available": true, + "exposable": true, "port": 8133, "id": "qbittorrent", - "tipi_version": 1, + "tipi_version": 2, "version": "4.4.5", "categories": ["utilities"], "description": "qBittorrent is a fast, easy, and free BitTorrent client.",