Coder Social home page Coder Social logo

docker-jellyfin-webdav's Introduction

Jellyfin Docker Image With WebDAV Support

Gitpod ready-to-code

This Image extends original Jellyfin Docker Image with additional Nginx WebDAV Support, to share Jellyfin media storage for better file management experience.

With WebDAV support, you could manage Jellyfin media data using NextCloud external storage feature.

Supported tags and respective Dockerfile links

How to use this image

Please read Jellyfin Docker Installing Documentation for basic usage.

This image exports /media container folder at port 8088 using WebDAV. Beside the official options, try following options for WebDAV feature.

  • -p 8088:8088 for WebDAV port
  • -e WEBDAV_USERNAME=xxx for auth (optional)
  • -e WEBDAV_PASSWORD=xxx for auth (optional)
  • -v /path/to/folder:/media for Jellyfin data

Development

To test WebDAV without auth, run:

docker run -d \
 --name jellyfin-webdav \
 -v $PWD/config:/config \
 -v $PWD/cache:/cache \
 -v $PWD/media:/media \
 --restart=unless-stopped \
 -p 8096:8096 \
 -p 8088:8088 \
 wangjiaxiang/jellyfin-webdav:dev

To test WebDAV with basic auth, run:

docker run -d \
 --name jellyfin-webdav \
 -v $PWD/config:/config \
 -v $PWD/cache:/cache \
 -v $PWD/media:/media \
 --restart=unless-stopped \
 -p 8096:8096 \
 -p 8088:8088 \
 -e WEBDAV_USERNAME=webdav \
 -e WEBDAV_PASSWORD=webdav \
 wangjiaxiang/jellyfin-webdav:dev

The following resources might be useful for contributors

Supported Docker versions

This image is officially supported on Docker version 1.10.2. Support for older versions (down to 1.6) is provided on a best-effort basis. Please see the Docker installation documentation for details on how to upgrade your Docker daemon.

docker-jellyfin-webdav's People

Contributors

iwangjiaxiang avatar ml0renz0 avatar sashgorokhov avatar

Stargazers

 avatar  avatar

docker-jellyfin-webdav's Issues

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.