Update catalog changes [skip ci]

This commit is contained in:
sonicaj
2025-11-19 09:20:55 +00:00
parent fb9624fa7e
commit c306951571
2 changed files with 122 additions and 10 deletions

View File

@@ -5026,10 +5026,10 @@
"healthy_error": null,
"home": "https://lyrion.org/",
"location": "/__w/apps/apps/trains/community/lyrion-music-server",
"latest_version": "1.0.27",
"latest_version": "1.0.28",
"latest_app_version": "9.0.2",
"latest_human_version": "9.0.2_1.0.27",
"last_update": "2025-10-21 11:46:25",
"latest_human_version": "9.0.2_1.0.28",
"last_update": "2025-11-19 09:19:28",
"name": "lyrion-music-server",
"recommended": false,
"title": "Lyrion Music Server",

View File

@@ -1,13 +1,13 @@
{
"1.0.27": {
"1.0.28": {
"healthy": true,
"supported": true,
"healthy_error": null,
"location": "/__w/apps/apps/trains/community/lyrion-music-server/1.0.27",
"last_update": "2025-10-21 11:46:25",
"location": "/__w/apps/apps/trains/community/lyrion-music-server/1.0.28",
"last_update": "2025-11-19 09:19:28",
"required_features": [],
"human_version": "9.0.2_1.0.27",
"version": "1.0.27",
"human_version": "9.0.2_1.0.28",
"version": "1.0.28",
"app_metadata": {
"app_version": "9.0.2",
"capabilities": [
@@ -66,7 +66,7 @@
],
"title": "Lyrion Music Server",
"train": "community",
"version": "1.0.27"
"version": "1.0.28"
},
"schema": {
"groups": [
@@ -432,6 +432,118 @@
]
}
},
{
"variable": "additional_ports",
"label": "Additional Ports",
"schema": {
"type": "list",
"show_if": [
[
"host_network",
"=",
false
]
],
"items": [
{
"variable": "port",
"label": "Port",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "bind_mode",
"label": "Port Bind Mode",
"description": "The port bind mode.</br>\n- Publish: The port will be published on the host for external access.</br>\n- Expose: The port will be exposed for inter-container communication.</br>\n",
"schema": {
"type": "string",
"default": "published",
"enum": [
{
"value": "published",
"description": "Publish port on the host for external access"
},
{
"value": "exposed",
"description": "Expose port for inter-container communication"
}
]
}
},
{
"variable": "port_number",
"label": "Port Number",
"schema": {
"type": "int",
"min": 1,
"max": 65535,
"required": true
}
},
{
"variable": "container_port",
"label": "Container Port",
"schema": {
"type": "int",
"min": 1,
"max": 65535,
"required": true
}
},
{
"variable": "protocol",
"label": "Protocol",
"schema": {
"type": "string",
"required": true,
"default": "tcp",
"enum": [
{
"value": "tcp",
"description": "TCP"
},
{
"value": "udp",
"description": "UDP"
}
]
}
},
{
"variable": "host_ips",
"label": "Host IPs",
"description": "IPs on the host to bind this port",
"schema": {
"type": "list",
"show_if": [
[
"bind_mode",
"=",
"published"
]
],
"default": [],
"items": [
{
"variable": "host_ip",
"label": "Host IP",
"schema": {
"type": "string",
"required": true,
"$ref": [
"definitions/node_bind_ip"
]
}
}
]
}
}
]
}
}
]
}
},
{
"variable": "host_network",
"label": "Host Network",
@@ -1325,7 +1437,7 @@
],
"title": "Lyrion Music Server",
"train": "community",
"version": "1.0.27"
"version": "1.0.28"
}
}
}