1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-30 19:22:11 +00:00

feat(integration): add support for Wallabag tags

This commit is contained in:
Kevin Sicong Jiang 2025-09-10 09:47:51 +09:00 committed by GitHub
parent f1143151c5
commit 8129500296
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 471 additions and 105 deletions

View file

@ -29,6 +29,7 @@ type Integration struct {
WallabagClientSecret string
WallabagUsername string
WallabagPassword string
WallabagTags string
NunuxKeeperEnabled bool
NunuxKeeperURL string
NunuxKeeperAPIKey string