Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to install Emby Stat Docker

Featured Replies

15 hours ago, Eisi2005 said:

Hi,

 

could anyone help me with installing this docker ?

 

https://hub.docker.com/r/uping/embystat/

 

I dont have manual installed a docker before

 

Thanks

 

That container only needs one option, port, run this command but add the port you want, and the tag you want (nightly-linux, beta-ubuntu-x64, or latest-linux). "docker run -p <port>:6555 uping/embystat:<tag>"

 

If you don't want to do that, you can do it another way.  Check these links out for some guidance:

https://synaptiklabs.com/posts/setup-unraid-to-pull-from-docker-hub/

https://www.reddit.com/r/unRAID/comments/62jnss/how_to_install_custom_docker_image/

 

Thanks for the info but where do you type that command? SSH into unraid?

 

5 hours ago, mbc0 said:

Thanks for the info but where do you type that command? SSH into unraid?

 

That is the simplest of containers to set up.

Open a new template, then fill in the name, add uping/embystat:<tag of your choice> to the repository field, click the Add port, path or variable button and choose port. Add 6555 in the container port and choose the port you want on the host side (same if it's not in use).

 

That's it.

Hi,

 

Thanks for the info, I guess I was over-thinking the process!

 

I have the docker running but cannot connect?

 

image.thumb.png.0583f67ddc5ef3316a689d60c517a724.png

 

image.png.343dc4f3dd648fbfe5cabc9511c391a4.png

 

The log shows

 

"Hosting environment: Production
Content root path: /app
Now listening on: http://[::]:80
Application started. Press Ctrl+C to shut down."

 

Also my appdata/embystat is empty?

 

 

Edited by mbc0

47 minutes ago, mbc0 said:

Hi,

 

Thanks for the info, I guess I was over-thinking the process!

 

I have the docker running but cannot connect? 

 

image.thumb.png.0583f67ddc5ef3316a689d60c517a724.png

 

image.png.343dc4f3dd648fbfe5cabc9511c391a4.png

 

The log shows

 

"Hosting environment: Production
Content root path: /app
Now listening on: http://[::]:80
Application started. Press Ctrl+C to shut down."

 

Also my appdata/embystat is empty? 

 

 

Hi mbc0,

 

For the appdata folder being empty, I went back to that link and it says that the volume should be /app, not /embystat.

 

As for connection through the browser not working, it looks like it's looking for port 80 based on the logs you provided "Now listening on: http://[::]:80".  I don't really know if that's the problem or not, but that's the next thing I would try.  Change the port on the container side to 80, like, "-p 6555:80"

 

 

59 minutes ago, dee31797 said:

Hi mbc0,

 

For the appdata folder being empty, I went back to that link and it says that the volume should be /app, not /embystat.

 

As for connection through the browser not working, it looks like it's looking for port 80 based on the logs you provided "Now listening on: http://[::]:80".  I don't really know if that's the problem or not, but that's the next thing I would try.  Change the port on the container side to 80, like, "-p 6555:80"

 

 

Hi, 

 

Thanks for that, I changed to /app but now get this error on startup and the docker stops

 

Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409
Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409

 

image.png.7193c623f971e832f14430c8d564bf49.png

 

 

3 minutes ago, mbc0 said:

Hi, 

 

Thanks for that, I changed to /app but now get this error on startup and the docker stops

 

Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409
Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409

 

image.png.7193c623f971e832f14430c8d564bf49.png

 

 

Which image tag did you use? Here's the tags I found from that link:

 

nightly-win10-x64 240 MB

 

nightly-ubuntu-x64 143 MB

 

nightly-linux 538 MB

 

nightly-win 540 MB

 

beta-win10-x64 540 MB

 

beta-ubuntu-x64 143 MB

 

latest-win 248 MB

 

latest-linux 189 MB

 

Hi, 

 

latest-linux

Just now, mbc0 said:

just changed to beta-ubuntu-x64 and it downloaded successfully but still getting 

 

Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
https://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409

 

This is a tough one!

I may have guessed wrong with the /app, again from the link, the container path may need to be more specific like /app/Settings etc. Sorry about that!

 

info from docker hub:

Volumes

Following list can be mounted so files can be access locally

/app/Logs

/app/Database

/app/Settings

ok, interesting! I changed back to /embystat (from /app) and container running again!

 

also, log shows listening on 6555

 

/mnt/cache/embystat still empty

 

and now I can connect! (through Edge only as Chrome states about:blank#blocked)

 

 

 

 

latest-linux (most recommended tag, NOT YET DEPLOYED - This runs but listens on port 80

 

beta-ubuntu-x64 (more stable release, but still not production ready) this runs and listens on port 6555

This is great! 

 

Thanks so much for your help,

 

It is great that it works in Edge but would love to use Chrome (as that is what I use for everything) any idea why Chrome address bar just shows "about:blank#blocked" ? if I type 192.168.0.33:6555

 

image.png.c6c7366904a162b0e0b9c3963a14d333.png

  • Author

ok thanks

 

 

Edited by Eisi2005

  • Author

It works but i have the same "problem" as mbc0, if i call it /embystat it works, but the path /mnt/user/appdata/embystat is clear. Where did embystat save the database file ? Where and how could i check this  ?

Edited by Eisi2005

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.