From 20838caa8f8c296aec1c17bcb4ea228ee250148b Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Wed, 9 Sep 2026 23:32:31 +1000 Subject: [PATCH] Add gitea generic remote for internal tag archives Proxy unkin tag source zips from git.unkin.net through artifactapi. --- config/remote_generic/gitea.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/remote_generic/gitea.yaml diff --git a/config/remote_generic/gitea.yaml b/config/remote_generic/gitea.yaml new file mode 100644 index 0000000..9195ad0 --- /dev/null +++ b/config/remote_generic/gitea.yaml @@ -0,0 +1,6 @@ +base_url: https://git.unkin.net +description: Internal Gitea unkin tag source archives +immutable_ttl: 0 +mutable_ttl: 7200 +patterns: + - "^unkin/[^/]+/archive/refs/tags/[^/]+\\.zip$"