From 432095c29a5a90d15d34ba8376d74b8f0cdb7887 Mon Sep 17 00:00:00 2001 From: Markus Date: Sun, 16 Nov 2025 23:58:20 +0100 Subject: [PATCH] changed app linkding: fixed form-feeded env variables --- apps/linkding/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/linkding/config.json b/apps/linkding/config.json index 2625f4f..beb4590 100644 --- a/apps/linkding/config.json +++ b/apps/linkding/config.json @@ -6,7 +6,7 @@ "dynamic_config": true, "id": "linkding", "description": "linkding is a bookmark manager that you can host yourself. It's designed be to be minimal, fast, and easy to set up using Docker.", - "tipi_version": 1, + "tipi_version": 2, "version": "1.44.1", "categories": ["utilities"], "short_desc": "self-hosted bookmark manager", @@ -32,5 +32,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1763331296327, - "updated_at": 1763331296327 + "updated_at": 1763333712520 }