Commit Graph

6 Commits

Author SHA1 Message Date
deluan 0f14624678 Refactor image hosting to remove imgbb support and enable uguu.se as the primary image host 2026-02-07 14:20:23 -05:00
deluan a6386d0fc9 Fix URL encoding in image upload request and update manifest for optional image hosting 2026-02-07 14:20:23 -05:00
deluan 875c29b2d1 Add optional image hosting for non-public Navidrome instances
When Navidrome is behind a private network (e.g. Tailscale), Discord
cannot fetch artwork URLs. This adds optional integration with imgbb
(24h expiry, requires API key) and uguu.se (3h expiry, no key needed)
to upload cover art to a public host.

Closes #1

# Conflicts:
#	go.mod
#	go.sum
2026-02-07 14:20:19 -05:00
deluan c33486b578 Add schema reference to manifest.json for validation 2026-02-03 11:44:45 -05:00
deluan fc53feccbe Add password format option for token input in manifest.json 2026-02-03 10:25:35 -05:00
deluan cdc693bd7f Initial commit, copy from examples folder 2026-02-02 18:44:59 -05:00