diff options
author | 2023-08-13 12:48:29 -0700 | |
---|---|---|
committer | 2023-08-13 13:32:05 -0700 | |
commit | 28df0b119e8d3562ca00c6066911aa8538378175 (patch) | |
tree | 32e944c42fa3caba1cc3e4e3ffe4c948f2360eeb /internal/model/integration.go | |
parent | 13d9d86acd988da5929da829ccd251916a9517b7 (diff) | |
download | v2-28df0b119e8d3562ca00c6066911aa8538378175.tar.gz v2-28df0b119e8d3562ca00c6066911aa8538378175.tar.zst v2-28df0b119e8d3562ca00c6066911aa8538378175.zip |
Add Shiori integration
Diffstat (limited to 'internal/model/integration.go')
-rw-r--r-- | internal/model/integration.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/model/integration.go b/internal/model/integration.go index edfad601..28a0da9a 100644 --- a/internal/model/integration.go +++ b/internal/model/integration.go @@ -57,4 +57,8 @@ type Integration struct { AppriseEnabled bool AppriseURL string AppriseServicesURL string + ShioriEnabled bool + ShioriURL string + ShioriUsername string + ShioriPassword string } |