From 1d90ce9dd2e5da7cf1ffbe7b6bba79fbeb3b5415 Mon Sep 17 00:00:00 2001 From: knrdl <35548889+knrdl@users.noreply.github.com> Date: Mon, 12 Feb 2024 02:12:37 +0100 Subject: Add Linkwarden integration --- internal/model/integration.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/model/integration.go') diff --git a/internal/model/integration.go b/internal/model/integration.go index d0a6f443..ea980e7b 100644 --- a/internal/model/integration.go +++ b/internal/model/integration.go @@ -59,6 +59,9 @@ type Integration struct { LinkdingAPIKey string LinkdingTags string LinkdingMarkAsUnread bool + LinkwardenEnabled bool + LinkwardenURL string + LinkwardenAPIKey string MatrixBotEnabled bool MatrixBotUser string MatrixBotPassword string -- cgit v1.2.3