Skip to content

Running Plex media server using Azure Cloud Storage

Notifications You must be signed in to change notification settings

a3rosol/azure-plex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

azure-plex

Run a media server using files stored in the cloud via Azure Blob Storage. Our docker container uses a mounted file system to interact with your Azure Blob Storage account then launches Plex Media Server at http://localhost:3000/web/index.html. Select add library and choose the mounted folder.

Run the Docker server

docker run --privileged -it -e NAME="[Azure storage account name]" -e KEY="[Azure access key]" -p 3000:32400 ackimball/azure-plex

Tips

Be sure to store your movies and shows on Azure based on the Plex Media Guidelines.

About

Running Plex media server using Azure Cloud Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published