From 85b80bfb2216bdb1c4168f1f995022fc53b7c1a7 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 7 Jun 2025 20:20:14 +0200 Subject: [PATCH] declare pingvin-share as updateable (#5038) --- frontend/public/json/pingvin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/pingvin.json b/frontend/public/json/pingvin.json index ee3f8b26c..0e9515f5c 100644 --- a/frontend/public/json/pingvin.json +++ b/frontend/public/json/pingvin.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 3000, "documentation": "https://stonith404.github.io/pingvin-share/introduction",