mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
feat: add linkace service integration
This commit is contained in:
parent
e8147f26b9
commit
1e704468a5
26 changed files with 347 additions and 34 deletions
|
@ -48,6 +48,12 @@ type Integration struct {
|
|||
TelegramBotDisableWebPagePreview bool
|
||||
TelegramBotDisableNotification bool
|
||||
TelegramBotDisableButtons bool
|
||||
LinkAceEnabled bool
|
||||
LinkAceURL string
|
||||
LinkAceAPIKey string
|
||||
LinkAceTags string
|
||||
LinkAcePrivate bool
|
||||
LinkAceCheckDisabled bool
|
||||
LinkdingEnabled bool
|
||||
LinkdingURL string
|
||||
LinkdingAPIKey string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue