{"id":13448058,"url":"https://github.com/justinhamlett/usenet-docker","last_synced_at":"2025-03-22T02:30:32.563Z","repository":{"id":75937091,"uuid":"85762803","full_name":"justinhamlett/usenet-docker","owner":"justinhamlett","description":"Docker-compose configuration for Sabnzbd, CouchPotato, Plex, Sonarr, Plexpy, Nzbhydra, Muximux, Radarr, NZBGet and Ombi with a Nginx proxy.","archived":false,"fork":false,"pushed_at":"2017-07-13T03:05:49.000Z","size":6,"stargazers_count":181,"open_issues_count":4,"forks_count":36,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-10-28T13:11:52.656Z","etag":null,"topics":["docker","docker-compose","linux-server","muximux","nginx-proxy","nzbget","nzbhydra","ombi","plex","plex-media-server","plex-server","plexpy","radarr","sabnzbd","sonarr","usenet"],"latest_commit_sha":null,"homepage":"","language":null,"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/justinhamlett.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":"2017-03-21T23:10:53.000Z","updated_at":"2024-10-21T18:06:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5b18f35-91f1-4214-90f8-edab5dfa1e78","html_url":"https://github.com/justinhamlett/usenet-docker","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/justinhamlett%2Fusenet-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinhamlett%2Fusenet-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinhamlett%2Fusenet-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinhamlett%2Fusenet-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justinhamlett","download_url":"https://codeload.github.com/justinhamlett/usenet-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244897604,"owners_count":20528261,"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":["docker","docker-compose","linux-server","muximux","nginx-proxy","nzbget","nzbhydra","ombi","plex","plex-media-server","plex-server","plexpy","radarr","sabnzbd","sonarr","usenet"],"created_at":"2024-07-31T05:01:34.380Z","updated_at":"2025-03-22T02:30:32.551Z","avatar_url":"https://github.com/justinhamlett.png","language":null,"funding_links":[],"categories":["Others","Torrenting"],"sub_categories":["Seedboxes"],"readme":"# Usenet Docker\n\n## Containers\n* [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy) - Nginx Proxy\n* [linuxserver/sabnzbd](https://github.com/linuxserver/docker-sabnzbd) - SABnzbd\n* [linuxserver/couchpotato](https://github.com/linuxserver/docker-couchpotato) - CouchPotato\n* [linuxserver/plex](https://github.com/linuxserver/docker-plex) - Plex\n* [linuxserver/sonarr](https://github.com/linuxserver/docker-sonarr) - Sonarr\n* [linuxserver/plexpy](https://github.com/linuxserver/docker-plexpy) - Plexpy\n* [linuxserver/hydra](https://github.com/linuxserver/docker-hydra) - NZBHydra\n* [linuxserver/muximux](https://github.com/linuxserver/docker-muximux) - Muximux\n* [linuxserver/radarr](https://github.com/linuxserver/docker-radarr) - Radarr\n* [linuxserver/ombi](https://github.com/linuxserver/docker-ombi) - Ombi\n* [linuxserver/nzbget](https://github.com/linuxserver/docker-nzbget) - NZBGet\n\n## Docker Setup\n1. Update `./uidgid.env` with the user and group IDs that will be running Docker\n2. Update `./docker-compose.yml` and replace `HOSTNAME` with the URL that will be pointing at the docker container and replace `/data_directory_path` with the directory for config, downloads, movies and TV folders\n3. Choose which Usenet services containers the use and remove the extras from the `./docker-compose.yml` file\n    * There are serveral containers that are duplicate services, I just added them for extra choices\n4. Run `docker-compose up -d` to start all the Usenet services\n\n## Hostnames\n* I pointed subdomains to my home IP address for each service that I wanted external access to. I plan on setting up DynDNS with DD-WRT soon but for now my IP address has been the same for 2 months\n* In my router configuration I forwarded all the necessary ports to my local server running Docker\n\n### Note about Plex and setting up Plex server\n* Initially when all containers are fully running, Plex is accessible by IP:PORT/web/index.html but the Plex Server configuration is hidden.  This is due to the Plex container being behind the Docker Network's IP and not being able to connect to Plex.tv\n* I found my solution in this Github issue thread \u003chttps://github.com/linuxserver/docker-plex/issues/36\u003e\n* Specifically I had to SSH tunnel to the Plex Docker container `ssh -L 8080:localhost:32400 user@dockerhost.mydomain.net`, then opened a web browser and went to `127.0.0.1:8080/web/index.html` which allowed me to configure my server","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinhamlett%2Fusenet-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustinhamlett%2Fusenet-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinhamlett%2Fusenet-docker/lists"}