Skip to content

Branded for Feierwerk, this Player shows live data and plays an audio-stream.

Notifications You must be signed in to change notification settings

WebDaD/webplayer

Repository files navigation

Simple Web Player

Branded for Feierwerk, this Player shows live data via Sockets from an API (turboplayer2sockets) and plays an audio-stream

Config and Deployment

The Config shall be done via Environment Variables:

Deploy it with the variables.

Example

docker run \
--env API="${WP_API}" \
--name webplayer \
--restart unless-stopped \
-p "${WP_PORT}":80 \
-d webplayer:latest

Build and Push

podman login docker.io
podman build --platform=linux/amd64 -t dsigmund/webplayer:0.3.24 .
podman build --platform=linux/amd64 -t dsigmund/webplayer:latest .
podman push dsigmund/webplayer:0.3.24
podman push dsigmund/webplayer:latest

About

Branded for Feierwerk, this Player shows live data and plays an audio-stream.

Resources

Stars

Watchers

Forks

Packages

No packages published