Skip to content

Commit

Permalink
#321 README for docker hub (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 authored Nov 25, 2024
1 parent 37b3e7e commit 5962471
Show file tree
Hide file tree
Showing 2 changed files with 19 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,5 +20,5 @@ jobs:
user: ${{ secrets.DOCKER_USERNAME }}
pass: ${{ secrets.DOCKER_PASSWORD }}
slug: ${{ secrets.DOCKER_USERNAME }}/squeezelite
readme: ./README.md
readme: ./README.dockerhub.md
description: Run squeezelite on docker
18 changes: 18 additions & 0 deletions README.dockerhub.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# squeezelite-docker

A Docker image for SqueezeLite

- Support for upsampling
- Presets for improved convenience.
- Multiplatform support thanks to [Der-Henning](https://github.com/Der-Henning/)
- Initial support for bluetooth, see [this discussion](https://github.com/GioF71/squeezelite-docker/discussions/242)

## Links

Source: [GitHub](https://github.com/giof71/squeezelite-docker)
Images: [DockerHub](https://hub.docker.com/r/giof71/squeezelite)

## 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/squeezelite-docker) for the complete document.

0 comments on commit 5962471

Please sign in to comment.