diff options
author | 2024-02-12 02:12:37 +0100 | |
---|---|---|
committer | 2024-02-11 17:12:37 -0800 | |
commit | 1d90ce9dd2e5da7cf1ffbe7b6bba79fbeb3b5415 (patch) | |
tree | 0b1f455382e91befda1901a02006ff6b620baf05 /internal/model/integration.go | |
parent | ccb9eed573c2e044d9aad4947712ddd265b16f85 (diff) | |
download | v2-1d90ce9dd2e5da7cf1ffbe7b6bba79fbeb3b5415.tar.gz v2-1d90ce9dd2e5da7cf1ffbe7b6bba79fbeb3b5415.tar.zst v2-1d90ce9dd2e5da7cf1ffbe7b6bba79fbeb3b5415.zip |
Add Linkwarden integration
Diffstat (limited to 'internal/model/integration.go')
-rw-r--r-- | internal/model/integration.go | 3 |
1 files changed, 3 insertions, 0 deletions
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 |