Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions .daemonless/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,14 @@
build:
pkg_name: navidrome
variants:
- tag: "15"
args:
BASE_VERSION: "15"
- tag: "15-latest"
args:
BASE_VERSION: "15-latest"
- tag: "15.1"
- tag: pkg
args:
BASE_VERSION: "15.1"
aliases: ["latest", "pkg"]
- tag: "15.1-latest"
aliases: ["latest"]
default: true
- tag: pkg-latest
args:
BASE_VERSION: "15.1-latest"
aliases: ["pkg-latest"]

cit:
mode: health
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ Modern Music Server and Streamer compatible with Subsonic/Airsonic.
## Version Tags
| Tag | Description | Best For |
| :--- | :--- | :--- |
| `15` | **Upstream Binary**. Built from official release. | Alternative build. |
| `15-latest` | **FreeBSD Latest**. Rolling package updates. | Newest FreeBSD packages. |
| `15.1` / `latest` / `pkg` | **Upstream Binary**. Built from official release. | Alternative build. |
| `15.1-latest` / `pkg-latest` | **FreeBSD Latest**. Rolling package updates. | Newest FreeBSD packages. |
| `latest` / `pkg` | **Upstream Binary**. Built from official release. | Most users. Matches Linux Docker behavior. |
| `pkg-latest` | **FreeBSD Latest**. Rolling package updates. | Newest FreeBSD packages. |

## Prerequisites
Before deploying, ensure your host environment is ready. See the [Quick Start Guide](https://daemonless.io/guides/quick-start) for host setup instructions.
Expand Down Expand Up @@ -102,7 +100,7 @@ volumes:
```
# Makejail

ARG tag=15
ARG tag=latest

OPTION overwrite=force
OPTION from=ghcr.io/daemonless/navidrome:${tag}
Expand Down