Skip to content

Commit

Permalink
Update app version [ready]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tipi CI committed Dec 21, 2024
1 parent 1d6711e commit 3b3bcc9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
36 changes: 18 additions & 18 deletions apps/navidrome/config.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "Navidrome",
"available": true,
"port": 4533,
"exposable": true,
"dynamic_config": true,
"id": "navidrome",
"description": "Modern Music Server and Streamer compatible with Subsonic/Airsonic",
"tipi_version": 17,
"version": "0.53.3",
"categories": [ "media", "music" ],
"short_desc": "A selfhosted music server",
"author": "https://github.com/Bvoxl",
"source": "https://github.com/navidrome/navidrome/",
"form_fields": [],
"supported_architectures": [ "arm64", "amd64" ],
"created_at": 1691943801422,
"updated_at": 1729872789580
}
"name": "Navidrome",
"available": true,
"port": 4533,
"exposable": true,
"dynamic_config": true,
"id": "navidrome",
"description": "Modern Music Server and Streamer compatible with Subsonic/Airsonic",
"tipi_version": 18,
"version": "0.54.1",
"categories": ["media", "music"],
"short_desc": "A selfhosted music server",
"author": "https://github.com/Bvoxl",
"source": "https://github.com/navidrome/navidrome/",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1734763306000
}
3 changes: 1 addition & 2 deletions apps/navidrome/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "navidrome",
"image": "deluan/navidrome:0.53.3",
"image": "deluan/navidrome:0.54.1",
"isMain": true,
"internalPort": 4533,
"environment": {
Expand All @@ -25,4 +25,3 @@
}
]
}

0 comments on commit 3b3bcc9

Please sign in to comment.