1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Add Omnivore integration

This commit is contained in:
Jesse Jaggars 2023-12-04 23:05:04 -05:00 committed by GitHub
parent 0666d98648
commit e933fb11e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 250 additions and 21 deletions

View file

@ -73,4 +73,7 @@ type Integration struct {
WebhookSecret string
RSSBridgeEnabled bool
RSSBridgeURL string
OmnivoreEnabled bool
OmnivoreAPIKey string
OmnivoreURL string
}