validated changes

This commit is contained in:
WoahAI
2026-02-22 23:12:59 +00:00
parent 8d07bc6120
commit 89c778d62f
9 changed files with 461 additions and 37 deletions
+14 -2
View File
@@ -10,10 +10,12 @@
"reason": "To process scrobbles on behalf of users"
},
"http": {
"reason": "To communicate with Discord API for gateway discovery and image uploads",
"reason": "To communicate with Discord API, image uploads, Spotify track resolution via ListenBrainz, and fetch the Navidrome logo overlay",
"requiredHosts": [
"discord.com",
"uguu.se"
"uguu.se",
"labs.api.listenbrainz.org",
"raw.githubusercontent.com"
]
},
"websocket": {
@@ -64,6 +66,12 @@
"title": "Upload artwork to uguu.se (enable if Navidrome is not publicly accessible)",
"default": false
},
"navlogooverlay": {
"type": "boolean",
"title": "Show Navidrome logo overlay on album art",
"description": "Displays the Navidrome logo as a small overlay in the corner of the album artwork in Discord",
"default": true
},
"users": {
"type": "array",
"title": "User Tokens",
@@ -115,6 +123,10 @@
"type": "Control",
"scope": "#/properties/uguuenabled"
},
{
"type": "Control",
"scope": "#/properties/navlogooverlay"
},
{
"type": "Control",
"scope": "#/properties/users",