From 2aee2794478e79175263f392773e447d168727d0 Mon Sep 17 00:00:00 2001 From: stray Date: Sun, 14 Dec 2025 22:14:47 -0800 Subject: [PATCH] Update .komodo/resources.toml --- .komodo/resources.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.komodo/resources.toml b/.komodo/resources.toml index fa40455..7c11ace 100644 --- a/.komodo/resources.toml +++ b/.komodo/resources.toml @@ -317,6 +317,20 @@ file_paths = ["stacks/prowlarr.compose.yml"] ## +[[stack]] +name = "radarr" +description = "Radarr movie collection manager" +tags = ["media", "arr", "syn02"] +[stack.config] +server = "syn02" +git_provider = "192.168.1.51:3052" +git_https = false +git_account = "komodo" +repo = "stray/komodo" +file_paths = ["stacks/radarr.compose.yml"] + +## + [[stack]] name = "sabnzbd" description = "SABnzbd usenet downloader"