aboutsummaryrefslogtreecommitdiff
path: root/internal/model/integration.go
diff options
context:
space:
mode:
authorGravatar MSTCL <33115327+mstcl@users.noreply.github.com> 2024-02-22 03:57:34 +0000
committerGravatar GitHub <noreply@github.com> 2024-02-21 19:57:34 -0800
commitcfdb890eae2b1090e0b43090e4e4d3007e0b94d8 (patch)
treecfc0af10612913e2e8fcba902687cc4ae2f40f98 /internal/model/integration.go
parent2f8d3a7958c5b3aa952824a75351e7deb64b3471 (diff)
downloadv2-cfdb890eae2b1090e0b43090e4e4d3007e0b94d8.tar.gz
v2-cfdb890eae2b1090e0b43090e4e4d3007e0b94d8.tar.zst
v2-cfdb890eae2b1090e0b43090e4e4d3007e0b94d8.zip
Add Readeck integration
Diffstat (limited to 'internal/model/integration.go')
-rw-r--r--internal/model/integration.go5
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