{"id":50664946,"url":"https://github.com/saiththerobo/sonarr-startos","last_synced_at":"2026-06-08T05:30:57.924Z","repository":{"id":361138000,"uuid":"1253209690","full_name":"saiththerobo/sonarr-startos","owner":"saiththerobo","description":"StartOS package for Sonarr — smart PVR for TV shows","archived":false,"fork":false,"pushed_at":"2026-05-29T10:10:20.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-29T11:15:09.257Z","etag":null,"topics":["arr","pvr","s9pk","self-hosted","sonarr","start9","startos"],"latest_commit_sha":null,"homepage":"https://sonarr.tv","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:15.000Z","updated_at":"2026-05-29T10:10:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/saiththerobo/sonarr-startos","commit_stats":null,"previous_names":["saiththerobo/sonarr-startos"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/saiththerobo/sonarr-startos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiththerobo%2Fsonarr-startos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiththerobo%2Fsonarr-startos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiththerobo%2Fsonarr-startos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiththerobo%2Fsonarr-startos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saiththerobo","download_url":"https://codeload.github.com/saiththerobo/sonarr-startos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiththerobo%2Fsonarr-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","s9pk","self-hosted","sonarr","start9","startos"],"created_at":"2026-06-08T05:30:53.196Z","updated_at":"2026-06-08T05:30:57.916Z","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=\"Sonarr Logo\" width=\"21%\"\u003e\n\u003c/p\u003e\n\n# Sonarr on StartOS\n\n\u003e **Upstream repo:** \u003chttps://github.com/Sonarr/Sonarr\u003e\n\nSonarr is a PVR for Usenet and BitTorrent users that monitors RSS feeds for new episodes of your favourite TV shows, downloads them, sorts and renames them, and integrates with your media server.\n\n## Getting Started\n\nInstall Sonarr, 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/sonarr:4.0.17.2952-ls312`    |\n| Architectures | x86_64, aarch64                                    |\n| Entrypoint    | `/app/sonarr/bin/Sonarr -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 Sonarr access to qBittorrent downloads (e.g. `/mnt/filebrowser/qbittorrent-downloads`) and media folders (e.g. `/mnt/filebrowser/jellyfin/shows`). Configure these paths as root folders in **Settings → Media Management**.\n\n---\n\n## Installation and First-Run Flow\n\nOn first start Sonarr 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 Sonarr 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    | 8989 | HTTP     | Sonarr 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 (8989) | 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 Sonarr 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 Sonarr 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: sonarr\nimage: lscr.io/linuxserver/sonarr:4.0.17.2952-ls312\narchitectures: [x86_64, aarch64]\nvolumes:\n  main: /config\n  filebrowser(data): /mnt/filebrowser  # optional, mounted when filebrowser is installed\nports:\n  ui: 8989\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%2Fsonarr-startos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaiththerobo%2Fsonarr-startos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaiththerobo%2Fsonarr-startos/lists"}