validated changes
This commit is contained in:
+14
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user