diff options
Diffstat (limited to 'internal/model/integration.go')
-rw-r--r-- | internal/model/integration.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/model/integration.go b/internal/model/integration.go index ea980e7b..4ab70c18 100644 --- a/internal/model/integration.go +++ b/internal/model/integration.go @@ -70,6 +70,11 @@ type Integration struct { AppriseEnabled bool AppriseURL string AppriseServicesURL string + ReadeckEnabled bool + ReadeckURL string + ReadeckAPIKey string + ReadeckLabels string + ReadeckOnlyURL bool ShioriEnabled bool ShioriURL string ShioriUsername string |