{"id":29549173,"url":"https://github.com/poshsecurity/ccouchpotato","last_synced_at":"2026-07-27T04:31:24.693Z","repository":{"id":57668265,"uuid":"63528671","full_name":"poshsecurity/cCouchPotato","owner":"poshsecurity","description":"PowerShell DSC for CouchPotato","archived":false,"fork":false,"pushed_at":"2016-08-02T13:05:18.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-26T15:31:33.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","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/poshsecurity.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}},"created_at":"2016-07-17T11:32:25.000Z","updated_at":"2016-08-02T13:05:19.000Z","dependencies_parsed_at":"2022-09-07T17:34:44.104Z","dependency_job_id":null,"html_url":"https://github.com/poshsecurity/cCouchPotato","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/poshsecurity/cCouchPotato","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poshsecurity%2FcCouchPotato","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poshsecurity%2FcCouchPotato/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poshsecurity%2FcCouchPotato/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poshsecurity%2FcCouchPotato/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poshsecurity","download_url":"https://codeload.github.com/poshsecurity/cCouchPotato/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poshsecurity%2FcCouchPotato/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007787,"owners_count":26084364,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":[],"created_at":"2025-07-17T23:19:08.540Z","updated_at":"2025-10-11T16:17:50.387Z","avatar_url":"https://github.com/poshsecurity.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"#cCouchPotato\n\nA simple DSC module for maintaining a CouchPotato install\n\n## Resources\n\n* **CouchPotatoInstall** controls installation of CouchPotato\n\n### SonarrInstall\n\nControls the installation (absent or present) of CouchPotato, also ensure that the software is automatically updated.\n\n* **Ensure**: Ensure either Absent or Present (Installed and Updated)\n\n## Versions\n\n### 1.0\n\n* Intial version\n* Released to PowerShell Gallery\n\n## Examples\n### Ensure CouchPotato Installed\n\n```powershell\nconfiguration DownloadHostDSC\n{\n    Import-DscResource -ModuleName 'cCouchPotato'\n\n    cCouchPotatoInstall CouchPotatoInstaller\n    {\n        Ensure    = 'Present'\n    }\n}\n```\n\nEnsures that CouchPotato is installed.\n\n### Ensure CouchPotato not installed\n\n```powershell\nconfiguration DownloadHostDSC\n{\n    Import-DscResource -ModuleName 'cCouchPotato'\n\n    cCouchPotato CouchPotatoInstaller\n    {\n        Ensure    = 'Absent'\n    }\n}\n```\n\nEnsures that CouchPotato is not installed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposhsecurity%2Fccouchpotato","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposhsecurity%2Fccouchpotato","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposhsecurity%2Fccouchpotato/lists"}