{"id":16272310,"url":"https://github.com/ventz/docker-plex","last_synced_at":"2025-04-08T15:47:23.567Z","repository":{"id":70234182,"uuid":"72497705","full_name":"ventz/docker-plex","owner":"ventz","description":"Automated Docker Plex Media Server (without port forward for registration/setup)","archived":false,"fork":false,"pushed_at":"2016-11-01T02:52:16.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T10:57:22.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://blog.vpetkov.net/2015/12/17/plex-server-on-a-vps-docker-setup-without- port-forwarding/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ventz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-01T02:45:52.000Z","updated_at":"2016-11-01T02:51:19.000Z","dependencies_parsed_at":"2023-06-14T22:00:39.988Z","dependency_job_id":null,"html_url":"https://github.com/ventz/docker-plex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ventz%2Fdocker-plex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ventz%2Fdocker-plex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ventz%2Fdocker-plex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ventz%2Fdocker-plex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ventz","download_url":"https://codeload.github.com/ventz/docker-plex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247875121,"owners_count":21010839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T18:17:14.911Z","updated_at":"2025-04-08T15:47:18.558Z","avatar_url":"https://github.com/ventz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Please look at my blog article for more information:\n\nUp until now, there was NO way to deploy a plex server in docker fully\nautomatically. You always had to manually ssh in/port forward,\nregister it, etc. It was a huge pain. I've figured out a way to do\nthis automatically for any number of Plex accounts.\n\nFor full details, check out: https://blog.vpetkov.net/2015/12/17/plex-server-on-a-vps-docker-setup-without-port-forwarding/\n\n# Running a dedicated Plex server in Docker:\n\n## 1.) Grab your Unique Plex Access Token:\n\nLogin at https://app.plex.tv/web/app with your username and password\nOpen your javascript console (in Chrome: View -\u003e Developer -\u003e\nJavaScript Console) and type:\n\n```\nconsole.log(window.PLEXWEB.myPlexAccessToken);\n```\n\nNote the token, which will look like this: “PZwoXix8vxhQJyrdqAbY”\n\n## 2.) Edit the \"Preferences.xml\" with your Access Token\n\nEdit out “PZwoXix8vxhQJyrdqAbY” with the AccessToken for the account\nyou want to use!\n\n## 3.) Create your own \"/plex/Plug-ins\" folder, and run container:\n\nYou can grab some plugins from: https://github.com/plexinc-plugins\n\n```\ndocker run --name=plex -d \\\n    --privileged=true \\\n    -p 32400:32400 \\\n    -v /plex:/p\nventz/plex\n```\n\nAlternatively, you may use the provided \"run.sh\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fventz%2Fdocker-plex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fventz%2Fdocker-plex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fventz%2Fdocker-plex/lists"}