{"id":50664937,"url":"https://github.com/saiththerobo/radarr-startos","last_synced_at":"2026-06-08T05:30:50.025Z","repository":{"id":361138016,"uuid":"1253209739","full_name":"saiththerobo/radarr-startos","owner":"saiththerobo","description":"StartOS package for Radarr — smart PVR for movies","archived":false,"fork":false,"pushed_at":"2026-05-29T10:10:31.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-29T11:15:10.801Z","etag":null,"topics":["arr","pvr","radarr","s9pk","self-hosted","start9","startos"],"latest_commit_sha":null,"homepage":"https://radarr.video","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/saiththerobo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-29T08:44:19.000Z","updated_at":"2026-05-29T10:10:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/saiththerobo/radarr-startos","commit_stats":null,"previous_names":["saiththerobo/radarr-startos"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/saiththerobo/radarr-startos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiththerobo%2Fradarr-startos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiththerobo%2Fradarr-startos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiththerobo%2Fradarr-startos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiththerobo%2Fradarr-startos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saiththerobo","download_url":"https://codeload.github.com/saiththerobo/radarr-startos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiththerobo%2Fradarr-startos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34050225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["arr","pvr","radarr","s9pk","self-hosted","start9","startos"],"created_at":"2026-06-08T05:30:49.375Z","updated_at":"2026-06-08T05:30:50.020Z","avatar_url":"https://github.com/saiththerobo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"icon.svg\" alt=\"Radarr Logo\" width=\"21%\"\u003e\n\u003c/p\u003e\n\n# Radarr on StartOS\n\n\u003e **Upstream repo:** \u003chttps://github.com/Radarr/Radarr\u003e\n\nRadarr is a PVR for movies, compatible with Usenet and BitTorrent. It monitors RSS feeds for new movie releases, downloads them, sorts and renames them, and integrates with your media server.\n\n## Getting Started\n\nInstall Radarr, then open the **Web UI** from the Interfaces tab. On first launch, set up authentication under **Settings → General**, then add your download client and indexers (or connect Prowlarr to sync indexers automatically).\n\n---\n\n## Table of Contents\n\n- [Image and Container Runtime](#image-and-container-runtime)\n- [Volume and Data Layout](#volume-and-data-layout)\n- [Installation and First-Run Flow](#installation-and-first-run-flow)\n- [Configuration Management](#configuration-management)\n- [Network Access and Interfaces](#network-access-and-interfaces)\n- [Backups and Restore](#backups-and-restore)\n- [Health Checks](#health-checks)\n- [Dependencies](#dependencies)\n- [Limitations and Differences](#limitations-and-differences)\n- [Contributing](#contributing)\n- [Quick Reference for AI Consumers](#quick-reference-for-ai-consumers)\n\n---\n\n## Image and Container Runtime\n\n| Property      | Value                                               |\n| ------------- | --------------------------------------------------- |\n| Image         | `lscr.io/linuxserver/radarr:6.1.1.10360-ls303`     |\n| Architectures | x86_64, aarch64                                     |\n| Entrypoint    | `/app/radarr/bin/Radarr -nobrowser -data=/config`   |\n\n---\n\n## Volume and Data Layout\n\n| Volume                    | Mount Point        | Purpose                                        |\n| ------------------------- | ------------------ | ---------------------------------------------- |\n| `main`                    | `/config`          | SQLite database, logs, and configuration files |\n| `filebrowser` → `data`    | `/mnt/filebrowser` | Shared storage from File Browser (optional)    |\n\nIf File Browser is installed, its `data` volume is mounted at `/mnt/filebrowser`. This gives Radarr access to qBittorrent downloads (e.g. `/mnt/filebrowser/qbittorrent-downloads`) and media folders (e.g. `/mnt/filebrowser/jellyfin/movies`). Configure these paths as root folders in **Settings → Media Management**.\n\n---\n\n## Installation and First-Run Flow\n\nOn first start Radarr initialises its SQLite database and configuration files under `/config`. No setup is required before visiting the web UI. Configure authentication under **Settings → General** after first login.\n\n---\n\n## Configuration Management\n\nAll Radarr configuration is done through the web UI. No StartOS-side config is exposed. Settings persist in the `main` volume across restarts and upgrades.\n\n---\n\n## Network Access and Interfaces\n\n| Interface | Port | Protocol | Purpose              |\n| --------- | ---- | -------- | -------------------- |\n| Web UI    | 7878 | HTTP     | Radarr web interface |\n\n---\n\n## Backups and Restore\n\n**Included in backup:**\n\n- `main` volume (database, config, logs)\n\n**Restore behavior:** Volume is fully restored before the service starts.\n\n---\n\n## Health Checks\n\n| Check         | Method                | Messages                                                               |\n| ------------- | --------------------- | ---------------------------------------------------------------------- |\n| Web Interface | Port listening (7878) | Success: \"The web interface is ready\" / Error: \"The web interface is not ready\" |\n\n---\n\n## Dependencies\n\n| Dependency   | Required | Purpose                                                              |\n| ------------ | -------- | -------------------------------------------------------------------- |\n| File Browser | Optional | Shared storage for downloads and media folders                       |\n| Prowlarr     | Optional | Indexer manager — syncs all trackers to Radarr automatically        |\n| qBittorrent  | Optional | Download client — add via Settings → Download Clients               |\n\nTo use Prowlarr, install it separately and connect it via **Settings → Apps** in Prowlarr. To use File Browser shared storage, install File Browser and Radarr will automatically mount its volume.\n\n---\n\n## Limitations and Differences\n\n1. **No HTTPS termination inside the container** — TLS is handled by the StartOS reverse proxy.\n2. **Authentication is not pre-configured** — set it up in Settings → General after first launch.\n3. **No download client pre-configured** — add qBittorrent, SABnzbd, or another client after install.\n\n---\n\n## What Is Unchanged from Upstream\n\nThe service runs the official linuxserver.io image without modification.\n\n---\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for build instructions and development workflow.\n\n---\n\n## Quick Reference for AI Consumers\n\n```yaml\npackage_id: radarr\nimage: lscr.io/linuxserver/radarr:6.1.1.10360-ls303\narchitectures: [x86_64, aarch64]\nvolumes:\n  main: /config\n  filebrowser(data): /mnt/filebrowser  # optional, mounted when filebrowser is installed\nports:\n  ui: 7878\ndependencies:\n  filebrowser: optional  # kind: exists, \u003e=2.62.2:0\nactions: none\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaiththerobo%2Fradarr-startos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaiththerobo%2Fradarr-startos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaiththerobo%2Fradarr-startos/lists"}