Coder Social home page Coder Social logo

docker-emby's Introduction

Emby Image

Build Status

This image is build and push with drone.io, a circle-ci like self-hosted. If you don't trust, you can build yourself.

Tag available

Description

What is Emby ?

Emby Server is a home media server built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono.

It features a REST-based API with built-in documention to facilitate client development. We also have client libraries for our API to enable rapid development.

This image not contain root process

Build Image

docker build -t xataz/emby github.com/xataz/dockerfiles.git#master:emby

Configuration

Environments

  • UID : Choose uid for launch emby (default : 991)
  • GID : Choose gid for launch emby (default : 991)

Volumes

  • /embyData : Configurations files are here

Ports

  • 8096

Usage

Speed launch

docker run -d -p 8096 xataz/emby

URI access : http://XX.XX.XX.XX:8096

Advanced launch

docker run -d -p 8096 \
	-v /docker/config/emby:/embyData \
	-v /docker/Media:/Media \
	-e UID=1001 \
	-e GID=1001 \
	xataz/emby

URI access : http://XX.XX.XX.XX:8096

Contributing

Any contributions, are very welcome !

docker-emby's People

Contributors

xataz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

docker-emby's Issues

Emby

Salut,
pourrais tu modifié ton dockerfile pour avoir la dernière version stp ?
D'ailleurs j'ai tenté de créer le conteneur en utilisant ton dockerfile mais j'ai une erreur qui vient clairement de moi.

Integrate Skia

Emby uses since a long time a new Image Engine "Skia".
This is a replacement to Imagemagick.
Please consider implementing this into your image

Update Dockerfile

Version 3.2.25 is out, soon 3.2.26.
Just a reminder to update the dockerfile

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.