From 2982c727f2d9eb9660880439cfb0211aee23b1fb Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Thu, 1 May 2025 06:50:39 +0100 Subject: [PATCH] Added mylar config Signed-off-by: Marcus Noble --- source-urls.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source-urls.json b/source-urls.json index 2499233..de5c4e3 100644 --- a/source-urls.json +++ b/source-urls.json @@ -96,6 +96,11 @@ { "packageNames": ["ghcr.io/ep1cman/unifi-protect-backup"], "sourceUrl": "https://github.com/ep1cman/unifi-protect-backup" + }, + { + "packageNames": ["lscr.io/linuxserver/mylar3"], + "respectLatest": true, + "allowedVersions": "<=1000.0.0" } ] }