Skip to content

Latest commit

 

History

History
executable file
·
66 lines (46 loc) · 2.53 KB

File metadata and controls

executable file
·
66 lines (46 loc) · 2.53 KB

Plexer

Documentation Maintenance Version: v1.0.0-alpha1 License: MIT

😋 A Website which helps you to download original files from a plex share (even if you're not allowed to download)

Usage

Plex has recently changed how some of its resources are served. Due to CORS restrictions, some features no longer work when running Plexer from GitHub Pages — like direct communication with Plex servers.

This is expected behavior when using HTTPS GitHub-hosted frontend (e.g. https://eliasthecactus.github.io/plexer) to access private or local Plex servers.

You can still use Plexer fully by running it locally via Docker, where CORS isn’t a problem.

Usage Options

  1. GitHub Pages (HTTPS only)
  1. Custom HTTP/HTTPS Deployment
  1. Local Docker Deployment (Recommended)
docker run --name plexer -p 8080:80 ghcr.io/eliasthecactus/plexer:latest

Then open: (http://localhost:8080)[http://localhost:8080] (for HTTP)

📃 ToDo

  • start with project
  • make it work
  • Add JDownloader suppot for mass download (added link list which can be copied to jdownloader)
  • Rewrite in Angular

Author

👤 elias

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 20225 eliasthecactus