How to install Emby Stat Docker


Recommended Posts

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/

 

Link to comment
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.

Link to comment

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
Link to comment
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"

 

 

Link to comment
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

 

 

Link to comment
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

 

Link to comment
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

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.