mirror of
https://github.com/miniflux/v2.git
synced 2025-08-26 18:21:01 +00:00
feat(integration): add LinkTaco service for saving articles
This commit is contained in:
parent
983291c78b
commit
4d656d2739
31 changed files with 939 additions and 5 deletions
|
@ -75,6 +75,11 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) {
|
|||
LinkdingAPIKey: integration.LinkdingAPIKey,
|
||||
LinkdingTags: integration.LinkdingTags,
|
||||
LinkdingMarkAsUnread: integration.LinkdingMarkAsUnread,
|
||||
LinktacoEnabled: integration.LinktacoEnabled,
|
||||
LinktacoAPIToken: integration.LinktacoAPIToken,
|
||||
LinktacoOrgSlug: integration.LinktacoOrgSlug,
|
||||
LinktacoTags: integration.LinktacoTags,
|
||||
LinktacoVisibility: integration.LinktacoVisibility,
|
||||
LinkwardenEnabled: integration.LinkwardenEnabled,
|
||||
LinkwardenURL: integration.LinkwardenURL,
|
||||
LinkwardenAPIKey: integration.LinkwardenAPIKey,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue