mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Add Readeck integration
This commit is contained in:
parent
2f8d3a7958
commit
cfdb890eae
26 changed files with 366 additions and 20 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue