From f2a50ca3f22a5db52d526e8ec8c23b6b1a8f4a04 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 24 May 2026 12:53:14 +1000 Subject: [PATCH] feat(artifactapi): cache stalwart webadmin zip via github generic remote Add mutable pattern for stalwartlabs/webadmin releases/latest so the webadmin UI zip can be fetched through artifactapi instead of directly from GitHub. --- apps/base/artifactapi/resources/conf.d/remote-generic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/base/artifactapi/resources/conf.d/remote-generic.yaml b/apps/base/artifactapi/resources/conf.d/remote-generic.yaml index 68525c4..250b319 100644 --- a/apps/base/artifactapi/resources/conf.d/remote-generic.yaml +++ b/apps/base/artifactapi/resources/conf.d/remote-generic.yaml @@ -5,6 +5,7 @@ remotes: description: "GitHub releases and files" mutable_patterns: - ".*/archive/refs/heads/.*.tar.gz$" + - "stalwartlabs/webadmin/releases/latest/download/webadmin.zip$" immutable_patterns: - ".*/archive/refs/tags/.*.tar.gz$" - "ahmetb/kubectx/.*/kubectx_.*_linux_x86_64.tar.gz$"