diff options
author | 2024-02-22 03:57:34 +0000 | |
---|---|---|
committer | 2024-02-21 19:57:34 -0800 | |
commit | cfdb890eae2b1090e0b43090e4e4d3007e0b94d8 (patch) | |
tree | cfc0af10612913e2e8fcba902687cc4ae2f40f98 /internal/ui/integration_show.go | |
parent | 2f8d3a7958c5b3aa952824a75351e7deb64b3471 (diff) | |
download | v2-cfdb890eae2b1090e0b43090e4e4d3007e0b94d8.tar.gz v2-cfdb890eae2b1090e0b43090e4e4d3007e0b94d8.tar.zst v2-cfdb890eae2b1090e0b43090e4e4d3007e0b94d8.zip |
Add Readeck integration
Diffstat (limited to 'internal/ui/integration_show.go')
-rw-r--r-- | internal/ui/integration_show.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/ui/integration_show.go b/internal/ui/integration_show.go index f01f906d..03bc73b6 100644 --- a/internal/ui/integration_show.go +++ b/internal/ui/integration_show.go @@ -90,6 +90,11 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) { AppriseEnabled: integration.AppriseEnabled, AppriseURL: integration.AppriseURL, AppriseServicesURL: integration.AppriseServicesURL, + ReadeckEnabled: integration.ReadeckEnabled, + ReadeckURL: integration.ReadeckURL, + ReadeckAPIKey: integration.ReadeckAPIKey, + ReadeckLabels: integration.ReadeckLabels, + ReadeckOnlyURL: integration.ReadeckOnlyURL, ShioriEnabled: integration.ShioriEnabled, ShioriURL: integration.ShioriURL, ShioriUsername: integration.ShioriUsername, |