mirror of
https://github.com/miniflux/v2.git
synced 2025-08-31 18:31:01 +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
|
@ -68,6 +68,12 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) {
|
|||
TelegramBotDisableWebPagePreview: integration.TelegramBotDisableWebPagePreview,
|
||||
TelegramBotDisableNotification: integration.TelegramBotDisableNotification,
|
||||
TelegramBotDisableButtons: integration.TelegramBotDisableButtons,
|
||||
LinkAceEnabled: integration.LinkAceEnabled,
|
||||
LinkAceURL: integration.LinkAceURL,
|
||||
LinkAceAPIKey: integration.LinkAceAPIKey,
|
||||
LinkAceTags: integration.LinkAceTags,
|
||||
LinkAcePrivate: integration.LinkAcePrivate,
|
||||
LinkAceCheckDisabled: integration.LinkAceCheckDisabled,
|
||||
LinkdingEnabled: integration.LinkdingEnabled,
|
||||
LinkdingURL: integration.LinkdingURL,
|
||||
LinkdingAPIKey: integration.LinkdingAPIKey,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue