mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
feat(integration): add ntfy integration
This commit is contained in:
parent
3ca52c7f7f
commit
968355f9b9
32 changed files with 567 additions and 17 deletions
|
@ -117,6 +117,13 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) {
|
|||
BetulaEnabled: integration.BetulaEnabled,
|
||||
BetulaURL: integration.BetulaURL,
|
||||
BetulaToken: integration.BetulaToken,
|
||||
NtfyEnabled: integration.NtfyEnabled,
|
||||
NtfyTopic: integration.NtfyTopic,
|
||||
NtfyURL: integration.NtfyURL,
|
||||
NtfyAPIToken: integration.NtfyAPIToken,
|
||||
NtfyUsername: integration.NtfyUsername,
|
||||
NtfyPassword: integration.NtfyPassword,
|
||||
NtfyIconURL: integration.NtfyIconURL,
|
||||
}
|
||||
|
||||
sess := session.New(h.store, request.SessionID(r))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue