{"id":15499239,"url":"https://github.com/zimme/docker-radarr-rar2fs","last_synced_at":"2026-04-23T15:34:46.437Z","repository":{"id":82295214,"uuid":"124682229","full_name":"zimme/docker-radarr-rar2fs","owner":"zimme","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-09T00:07:19.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T01:36:40.447Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zimme.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":"2018-03-10T17:48:30.000Z","updated_at":"2018-03-10T17:48:47.000Z","dependencies_parsed_at":"2023-11-02T15:45:31.605Z","dependency_job_id":null,"html_url":"https://github.com/zimme/docker-radarr-rar2fs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zimme/docker-radarr-rar2fs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimme%2Fdocker-radarr-rar2fs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimme%2Fdocker-radarr-rar2fs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimme%2Fdocker-radarr-rar2fs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimme%2Fdocker-radarr-rar2fs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zimme","download_url":"https://codeload.github.com/zimme/docker-radarr-rar2fs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimme%2Fdocker-radarr-rar2fs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32187265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T15:28:30.493Z","status":"ssl_error","status_checked_at":"2026-04-23T15:28:29.972Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-02T08:50:55.236Z","updated_at":"2026-04-23T15:34:46.416Z","avatar_url":"https://github.com/zimme.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[linuxserverurl]: https://linuxserver.io\n[forumurl]: https://forum.linuxserver.io\n[ircurl]: https://www.linuxserver.io/irc/\n[podcasturl]: https://www.linuxserver.io/podcast/\n[appurl]: https://github.com/Radarr/Radarr\n[hub]: https://hub.docker.com/r/linuxserver/radarr/\n\n[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]\n\nThe [LinuxServer.io][linuxserverurl] team brings you another container release featuring easy user mapping and community support. Find us for support at:\n* [forum.linuxserver.io][forumurl]\n* [IRC][ircurl] on freenode at `#linuxserver.io`\n* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!\n\n# linuxserver/radarr\n[![](https://images.microbadger.com/badges/version/linuxserver/radarr.svg)](https://microbadger.com/images/linuxserver/radarr \"Get your own version badge on microbadger.com\")[![](https://images.microbadger.com/badges/image/linuxserver/radarr.svg)](https://microbadger.com/images/linuxserver/radarr \"Get your own image badge on microbadger.com\")[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/radarr.svg)][hub][![Docker Stars](https://img.shields.io/docker/stars/linuxserver/radarr.svg)][hub][![Build Status](https://ci.linuxserver.io/buildStatus/icon?job=Docker-Builders/x86-64/x86-64-radarr)](https://ci.linuxserver.io/job/Docker-Builders/job/x86-64/job/x86-64-radarr/)\n\n[Radarr][appurl] - A fork of Sonarr to work with movies à la Couchpotato. \n\n[![radarr](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/radarr.png)][appurl]\n\n## Usage\n\n```\ndocker create \\\n  --name=radarr \\\n\t-v \u003cpath to data\u003e:/config \\\n\t-v \u003cpath to data\u003e:/downloads \\\n\t-v \u003cpath to data\u003e:/movies \\\n\t-v /etc/localtime:/etc/localtime:ro \\\n\t-e TZ=\u003ctimezone\u003e \\\n\t-e PGID=\u003cgid\u003e -e PUID=\u003cuid\u003e -e PGIDS=\"\u003cGID\u003e \u003cGID\u003e\" \\\n\t-p 7878:7878 \\\n  linuxserver/radarr\n```\n\n## Parameters\n\n`The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side. \nFor example with a port -p external:internal - what this shows is the port mapping from internal to external of the container.\nSo -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080\nhttp://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`\n\n\n* `-p 7878` - the port(s)\n* `-v /config` - Radarr Application Data\n* `-v /downloads` - Downloads Folder\n* `-v /movies` - Movie Share\n* `-v /etc/localtime` for timesync - see [Localtime](#localtime) for important information\n* `-e TZ` for timezone information, Europe/London - see [Localtime](#localtime) for important information\n* `-e PGID` for GroupID - see below for explanation\n* `-e PGIDS` for GroupIDs - see below for explanation\n* `-e PUID` for UserID - see below for explanation\n\nIt is based on alpine linux with s6 overlay, for shell access whilst the container is running do `docker exec -it radarr /bin/bash`.\n\n## Localtime\n\nIt is important that you either set `-v /etc/localtime:/etc/localtime:ro` or the TZ variable, mono will throw exceptions without one of them set.\n\n### User / Group Identifiers\n\nSometimes when using data volumes (`-v` flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user `PUID`, group `PGID` and groups `PGIDS`. Ensure the data volume directory on the host is owned by the same user you specify and it will \"just work\" ™.\n\nIn this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as below:\n\n```\n  $ id \u003cdockeruser\u003e\n    uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)\n```\n\n## Setting up the application\n\nAccess the webui at `\u003cyour-ip\u003e:7878`, for more information check out [Radarr][appurl].\n\n## Info\n\n* Shell access whilst the container is running: `docker exec -it radarr /bin/bash`\n* To monitor the logs of the container in realtime: `docker logs -f radarr`\n\n* container version number \n\n`docker inspect -f '{{ index .Config.Labels \"build_version\" }}' radarr`\n\n* image version number\n\n`docker inspect -f '{{ index .Config.Labels \"build_version\" }}' linuxserver/radarr`\n\n## Versions\n\n+ **15.12.17:** Fix continuation lines.\n+ **17.04.17:** Switch to using inhouse mono baseimage, adds python also.\n+ **13.04.17:** Switch to official mono repository.\n+ **10.01.17:** Initial Release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimme%2Fdocker-radarr-rar2fs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzimme%2Fdocker-radarr-rar2fs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimme%2Fdocker-radarr-rar2fs/lists"}