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"