From 50d2a2ff310d23cac7cfc2a2c69d556826b06fb9 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 17 Feb 2026 17:41:03 +0000 Subject: [PATCH] Varnish renamed to Vinyl Cache (#2032) - the github repository was archived - https://vinyl-cache.org/organization/moving.html --- software/varnish.yml | 28 ---------------------------- software/vinyl-cache.yml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 28 deletions(-) delete mode 100644 software/varnish.yml create mode 100644 software/vinyl-cache.yml diff --git a/software/varnish.yml b/software/varnish.yml deleted file mode 100644 index 5721f9436b..0000000000 --- a/software/varnish.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Varnish -website_url: https://varnish-cache.org/ -source_code_url: https://github.com/varnishcache/varnish-cache -description: Web application accelerator/caching HTTP reverse proxy. -licenses: - - BSD-3-Clause -platforms: - - Go - - deb - - Docker -tags: - - Web Servers -stargazers_count: 4058 -updated_at: '2026-02-16' -archived: true -commit_history: - 2025-03: 44 - 2025-04: 55 - 2025-05: 49 - 2025-06: 27 - 2025-07: 73 - 2025-08: 35 - 2025-09: 54 - 2025-10: 20 - 2025-11: 31 - 2025-12: 26 - 2026-01: 19 - 2026-02: 5 diff --git a/software/vinyl-cache.yml b/software/vinyl-cache.yml new file mode 100644 index 0000000000..db2e9406fb --- /dev/null +++ b/software/vinyl-cache.yml @@ -0,0 +1,12 @@ +name: Vinyl Cache +website_url: https://vinyl-cache.org/ +source_code_url: https://code.vinyl-cache.org/vinyl-cache/vinyl-cache +description: Web application accelerator/caching HTTP reverse proxy (formerly Varnish). +licenses: + - BSD-2-Clause +platforms: + - Go + - deb + - Docker +tags: + - Web Servers