Initial prototype

This commit is contained in:
sproutsberry
2026-02-08 18:28:54 -05:00
parent 223ebf0539
commit b9214fcc82
2 changed files with 168 additions and 20 deletions
+11 -1
View File
@@ -13,7 +13,8 @@
"reason": "To communicate with Discord API for gateway discovery and image uploads",
"requiredHosts": [
"discord.com",
"uguu.se"
"uguu.se",
"coverartarchive.org"
]
},
"websocket": {
@@ -64,6 +65,11 @@
"title": "Upload artwork to uguu.se (enable if Navidrome is not publicly accessible)",
"default": false
},
"caaenabled": {
"type": "boolean",
"title": "Use artwork from Cover Art Archive when available",
"default": true
},
"users": {
"type": "array",
"title": "User Tokens",
@@ -111,6 +117,10 @@
"format": "radio"
}
},
{
"type": "Control",
"scope": "#/properties/caaenabled"
},
{
"type": "Control",
"scope": "#/properties/uguuenabled"