From c69ae21b76268b948632302c094d9da4f27c9171 Mon Sep 17 00:00:00 2001 From: Josh Patra Date: Fri, 30 Jan 2026 11:54:35 -0500 Subject: [PATCH] Add build status badges to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2ad0d30..f08f9f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Allstarr +[![Build Status - Main](https://github.com/SoPat712/allstarr/actions/workflows/docker.yml/badge.svg?branch=main)](https://github.com/SoPat712/allstarr/actions/workflows/docker.yml) +[![Build Status - Beta](https://github.com/SoPat712/allstarr/actions/workflows/docker.yml/badge.svg?branch=beta)](https://github.com/SoPat712/allstarr/actions/workflows/docker.yml) +[![Docker Image](https://img.shields.io/badge/docker-ghcr.io%2Fsopat712%2Fallstarr-blue)](https://github.com/SoPat712/allstarr/pkgs/container/allstarr) +[![License](https://img.shields.io/badge/license-GPL--3.0-green)](LICENSE) + A media server proxy that integrates music streaming providers with your local library. Works with **Jellyfin** and **Subsonic-compatible** servers (Navidrome). When a song isn't in your local library, it gets fetched from your configured provider, downloaded, and served to your client. The downloaded song then lives in your library for next time. **THIS IS UNDER ACTIVE DEVELOPMENT**