{"id":26938089,"url":"https://github.com/radaron/cdmserver","last_synced_at":"2025-06-17T23:03:01.757Z","repository":{"id":285163306,"uuid":"740131017","full_name":"radaron/CDMServer","owner":"radaron","description":"CDM - Centralized Download Manager Server","archived":false,"fork":false,"pushed_at":"2025-06-04T19:43:14.000Z","size":16064,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T23:59:53.715Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/radaron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-01-07T16:09:39.000Z","updated_at":"2025-06-04T19:42:00.000Z","dependencies_parsed_at":"2025-03-30T00:18:50.842Z","dependency_job_id":"d8ba6270-f888-4b83-8968-3002c596996d","html_url":"https://github.com/radaron/CDMServer","commit_stats":null,"previous_names":["radaron/cdmserver"],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/radaron/CDMServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radaron%2FCDMServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radaron%2FCDMServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radaron%2FCDMServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radaron%2FCDMServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radaron","download_url":"https://codeload.github.com/radaron/CDMServer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radaron%2FCDMServer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260453716,"owners_count":23011572,"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":"2025-04-02T13:17:05.368Z","updated_at":"2025-06-17T23:02:56.747Z","avatar_url":"https://github.com/radaron.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CDMServer\n\n## What is CDM?\n\nCentralized Download Manager: A server-client solution for managing your downloads. Search on Ncore or IMDb (OMDb) and seamlessly download content to your chosen device using Transmission (a torrent client).\n\n## How to use it\nFor comprehensive guidance on using the webpage, refer to the [Usage Guide](doc/USAGE.md).\n\n## How it works\n\nThis is a centralized solution where multiple clients can connect to the server, send their download status, and receive torrent files for downloading.\n\n[![](doc/images/diagrams/blocks_high.png)](https://viewer.diagrams.net/?tags=%7B%7D\u0026lightbox=1\u0026highlight=0000ff\u0026edit=_blank\u0026layers=1\u0026nav=1\u0026title=blocks_high.png\u0026dark=auto#Uhttps%3A%2F%2Fraw.githubusercontent.com%2Fradaron%2FCDMServer%2Fmaster%2Fdoc%2Fimages%2Fdiagrams%2Fblocks_high.png)\n\nThe client connects to the [Transmission](https://transmissionbt.com/) BitTorrent client to retrieve download information and manage downloads. It then communicates with the server to receive the downloadable torrent file and send the download status.\n\n[![](doc/images/diagrams/blocks.png)](https://viewer.diagrams.net/?tags=%7B%7D\u0026lightbox=1\u0026highlight=0000ff\u0026edit=_blank\u0026layers=1\u0026nav=1\u0026title=blocks.png\u0026dark=auto#Uhttps%3A%2F%2Fraw.githubusercontent.com%2Fradaron%2FCDMServer%2Fmaster%2Fdoc%2Fimages%2Fdiagrams%2Fblocks.png)\n\nThe client transmits download status data periodically, allowing the user to check the status in the browser.\n\n[![](doc/images/diagrams/sequence_status.png)](https://viewer.diagrams.net/?tags=%7B%7D\u0026lightbox=1\u0026highlight=0000ff\u0026edit=_blank\u0026layers=1\u0026nav=1\u0026title=sequence_status.png\u0026dark=auto#Uhttps%3A%2F%2Fraw.githubusercontent.com%2Fradaron%2FCDMServer%2Fmaster%2Fdoc%2Fimages%2Fdiagrams%2Fsequence_status.png)\n\nWhen the user clicks on \"Download\" or selects a target device for downloading, the client can retrieve the chosen torrent file and add it to Transmission.\n\n[![](doc/images/diagrams/sequence_download.png)](https://viewer.diagrams.net/?tags=%7B%7D\u0026lightbox=1\u0026highlight=0000ff\u0026edit=_blank\u0026layers=1\u0026nav=1\u0026title=sequence_download.png\u0026dark=auto#Uhttps%3A%2F%2Fraw.githubusercontent.com%2Fradaron%2FCDMServer%2Fmaster%2Fdoc%2Fimages%2Fdiagrams%2Fsequence_download.png)\n\n## Available Features\n\n### Users\n- Admins can add or remove users.\n- Manage user permissions (admin or regular user).\n- Users can update their own passwords.\n- Users can utilize their Ncore credentials for downloads.\n\n### Devices\n- Support for multiple devices.\n- Share devices with multiple users across the platform.\n- Retrieve a token from a device and link it to a client (one device per client).\n\n### Downloads\n- Users can search for torrents on Ncore.\n- Download files to multiple devices.\n\n### IMDb Search\n- Search for movies and series using IMDb (OMDb database).\n- Get a downloadable list of movies and series with a single click.\n\n## Installation and configuration\nPull the container:\n``` bash\ndocker pull ghcr.io/radaron/cdmserver:latest\n```\nExample docker compose file:\n``` yaml\nservices:\n  mysql:\n    image: mysql:8.0\n    container_name: mysql\n    environment:\n      MYSQL_ROOT_PASSWORD: rootpassword\n      MYSQL_DATABASE: mydatabase\n      MYSQL_USER: myuser\n      MYSQL_PASSWORD: mypassword\n    ports:\n      - \"3306:3306\"\n  cdm-server:\n    image: ghcr.io/radaron/cdmserver:latest\n    container_name: cdm\n    ports:\n      - \"8000:8000\"\n    depends_on:\n      - mysql\n    environment:\n      ADMIN_EMAIL: admin@admin.hu\n      ADMIN_PASSWORD: admin\n      DB_HOST: mysql\n      DB_NAME: mydatabase\n      DB_PASSWORD: mypassword\n      DB_PORT: 3306\n      DB_USER: myuser\n      NCORE_USERNAME: user\n      NCORE_PASSWORD: password\n      OMDB_API_KEY: r1veWt\n      SECRET_KEY: YTzqIUYPqWRewhar1veWth0WRH8d6MMpqP5BQp_pEB8=\n```\n- The `ADMIN_EMAIL` and `ADMIN_PASSWORD` is the default admin credentials\n- `DB_` variables should be the mysql database related variables\n- `NCORE_USERNAME` and `NCORE_PASSWORD` also need for the searching logic\n- `OMDB_API_KEY` - Create your own key [here](https://www.omdbapi.com/apikey.aspx).\n- `SECRET_KEY` is need session and credential encryption. It is a 32 url-safe base64-encoded string.\n\n## See also\n* [cdm client](https://github.com/radaron/CDMClient)\n* [browser extension](https://github.com/radaron/CDMBrowserExtension)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradaron%2Fcdmserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradaron%2Fcdmserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradaron%2Fcdmserver/lists"}