uping/embystat

By uping

Updated almost 3 years ago

Container for EmbyStat server

Image
10

1M+

uping/embystat repository overview

Embystat

EmbyStat is a standalone Emby statistics server written in C# and Angular 5. Source code can be found here.

Run

Use the following command to create the EmbyStat docker image.

docker run 
    -v <local-path>:C:\app\data (or \app\data for linux image) 
    -p <local-port>:6555
    -e EMBYSTAT_LOGLEVEL=1
    -e EMBYSTAT_LISTENURL=http://localhost;https://localhost
    -e EMBYSTAT_NOUPDATES=true
    uping/embystat:<tag>

Tags

  • beta (more stable release, but still not production-ready)
  • nightly (very unstable nightly builds, may create a black hole when running)

Tags are multi-architecture tags, meaning docker will download the correct docker container for your OS.

Environment variables

Following 3 env variables can be set to change the hosting behavior EMBYSTAT_LOGLEVEL: number : should be 1 (DEBUG) or 2 (Information) DEFAULT: 2 EMBYSTAT_LISTENURL: string: listening URL's, this can be used to only listen to localhost for example DEFAULT http://* EMBYSTAT_NOUPDATES: boolean: Set this to true if you don't want EmbyStat to update itself DEFAULT: false

Base

The base container used for EmbyStat is mcr.microsoft.com/dotnet/core/aspnet:3.1

Volumes

The following volumes can be mounted so files can be accessed locally

  • /app/data

Issues

When you find a bug or have a feature request please go to github and create a new issue.

Tag summary

Content type

Image

Digest

sha256:6d0e8e75e

Size

212.4 MB

Last updated

almost 3 years ago

docker pull uping/embystat:nightly