From ba76847d8349c17a98cd5091b83ac7f2d1d2563c Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 7 Mar 2026 12:11:38 +1100 Subject: [PATCH] chore: add rarlab remote - cache rarlab packages - found they disappear when a new release is available --- apps/base/artifactapi/resources/remotes.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/base/artifactapi/resources/remotes.yaml b/apps/base/artifactapi/resources/remotes.yaml index 97248ba..b9988e8 100644 --- a/apps/base/artifactapi/resources/remotes.yaml +++ b/apps/base/artifactapi/resources/remotes.yaml @@ -88,6 +88,17 @@ remotes: file_ttl: 0 index_ttl: 0 + rarlab: + base_url: "https://www.rarlab.com" + type: "remote" + package: "generic" + description: "RARLab" + include_patterns: + - "rar/rarlinux-x64-.*.tar.gz" + cache: + file_ttl: 0 + index_ttl: 0 + alpine: base_url: "https://dl-cdn.alpinelinux.org" type: "remote" -- 2.47.3