Skip to content

Commit

Permalink
Separate docker hub readme (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 authored Apr 24, 2024
1 parent 01ddbe6 commit 1e59160
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
user: ${{ secrets.DOCKER_USERNAME }}
pass: ${{ secrets.DOCKER_PASSWORD }}
slug: ${{ secrets.DOCKER_USERNAME }}/upmpdcli
readme: ./README.md
readme: ./README.dockerhub.md
description: Easily run upmpdcli with docker on your devices

17 changes: 17 additions & 0 deletions README.dockerhub.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# upmpdcli-docker

A Docker image for upmpdcli.
There is built-in support for [Tidal](https://tidal.com/), [Qobuz](https://www.qobuz.com/), [subsonic servers](https://github.com/navidrome/navidrome/discussions/2324), [RadioBrowser](https://www.radio-browser.info/), [Radio Paradise](https://radioparadise.com/), [Mother Earth Radio](https://motherearthradio.de/), and custom radios.
A few screenshots for the subsonic plugin on [Kazoo](https://github.com/GioF71/upmpdcli-docker/tree/main/doc/screenshots/kazoo) and [Upplay](https://github.com/GioF71/upmpdcli-docker/tree/main/doc/screenshots/upplay) are now available.

## Links

REPOSITORY TYPE|LINK
:---|:---
Git Repository|[GitHub](https://github.com/GioF71/upmpdcli-docker)
Docker Images|[Docker Hub](https://hub.docker.com/repository/docker/giof71/upmpdcli)

## Where is the documentation?

The README.md file has grown to exceed the size limit allowed on Docker Hub (25KB).
Please refer to the [source code repository](https://github.com/GioF71/upmpdcli-docker) for the complete document.

0 comments on commit 1e59160

Please sign in to comment.