Official Image for substreamer WEB client for Subsonic API (navidrome, airsonic, subsonic etc)
50K+
A subsonic API client, available as native iOS, Android and now as a web interface through docker!
substreamer is a free client application that you can connect to any server that implements the subsonic API. This docker container delivers the same great substreamer interface and most of the features of the dedicated mobile apps in a web based package which is convenient to use when listening to music on a computer or other device that isn't supported by the many mobile clients that are available.
There are many great media servers that implement the subsonic API pick one of these then point substreamer at them to get a rich user experience! Navidrome Airsonic-advanced Funkwhale Gonic Ampache Subsonic
Any feedback is welcome! If you need/want a new feature, find a bug or think of any way to improve substreamer, please join the discussion in our Subreddit.
This is a very simple container that currently does not accept or require any environment variables or volumes. No data is written or persisted by the container, substreamer runs as a client side app in your browser once loaded and all settings and data are kept in your browser substreamer listens on port 8081 by default.
Docker images are available for linux/amd64, linux/arm/v7 and linux/arm64.
docker run -d \
--name substreamer \
--restart=unless-stopped \
-p 8081:8081 \
ghenry22/substreamer:latest
version: "3"
services:
substreamer:
image: ghenry22/substreamer:latest
ports:
- "8081:8081"
restart: unless-stopped
Content type
Image
Digest
sha256:f0d0ef6eb…
Size
18.4 MB
Last updated
over 3 years ago
docker pull ghenry22/substreamer