Update helpers_cache.json

This commit is contained in:
ProxMenuxBot
2026-05-23 00:32:41 +00:00
parent 8fb05858c8
commit bbf2dc903a
+37 -1
View File
@@ -10847,6 +10847,42 @@
"config_path": "/etc/mosquitto/conf.d/default.conf", "config_path": "/etc/mosquitto/conf.d/default.conf",
"os": "debian" "os": "debian"
}, },
{
"name": "MusicSeerr",
"slug": "musicseerr",
"desc": "MusicSeerr is a self-hosted music request and discovery app for Lidarr. Search MusicBrainz, request albums, stream from Jellyfin, Navidrome, Plex, or local files, and scrobble to ListenBrainz and Last.fm.",
"script": "ct/musicseerr.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/musicseerr.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/musicseerr.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00014"
],
"category_names": [
"*Arr Suite"
],
"notes": [
"Requires a running Lidarr instance. Configure Lidarr and other integrations in the web UI after installation.",
"For local file playback, mount your music library into the container and set the path in Settings > Local Files."
],
"warnings": [
"Initial install includes a frontend build and may take several minutes."
],
"port": 8688,
"website": "https://github.com/HabiRabbu/Musicseerr",
"documentation": "https://musicseerr.com/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/musicseerr.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"os": "debian"
},
{ {
"name": "MyIP", "name": "MyIP",
"slug": "myip", "slug": "myip",
@@ -17206,7 +17242,7 @@
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"has_arm": false, "has_arm": false,
"is_dev": true, "is_dev": false,
"execute_in": [ "execute_in": [
"lxc" "lxc"
], ],