StreamScout
A website and API to get stream information

docker run -d --name streamscout \
-p 80:80 \
ncareau/streamscout
With a different port and API_URL
docker run -d --name streamscout \
-p 8000:80 \
-e VUE_APP_API_URL=http://localhost:8000
ncareau/streamscout
Content type
Image
Digest
Size
610.3 MB
Last updated
over 5 years ago
docker pull ncareau/streamscout