{"id":30285543,"url":"https://github.com/pereviader/mysmarthome","last_synced_at":"2025-08-16T20:04:48.350Z","repository":{"id":260834576,"uuid":"882460591","full_name":"PereViader/MySmartHome","owner":"PereViader","description":"Containerized c# applications where my smart home and life integrations happens ","archived":false,"fork":false,"pushed_at":"2025-08-04T16:44:25.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-04T20:03:21.368Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/PereViader.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,"zenodo":null}},"created_at":"2024-11-02T20:44:31.000Z","updated_at":"2025-08-04T16:44:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"445ef9b4-2061-4480-98fa-69472312832e","html_url":"https://github.com/PereViader/MySmartHome","commit_stats":null,"previous_names":["pereviader/musiccaster","pereviader/mysmarthome"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PereViader/MySmartHome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PereViader%2FMySmartHome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PereViader%2FMySmartHome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PereViader%2FMySmartHome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PereViader%2FMySmartHome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PereViader","download_url":"https://codeload.github.com/PereViader/MySmartHome/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PereViader%2FMySmartHome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270763461,"owners_count":24641026,"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-08-16T02:00:11.002Z","response_time":91,"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-08-16T20:04:47.577Z","updated_at":"2025-08-16T20:04:48.319Z","avatar_url":"https://github.com/PereViader.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Smart Home\n\n## What does it do?\n\n- Emit telegram messages based on some event sent to an http endpoint\n- Play music randomly on chromcast compatible devices\n\n## Run locally with docker \nNote: Running the application with docker for windows does not work due to the limited compatibility in the windows host network adapter from docker. Chromecast playback has a TTL of 1 and thus packets never arrive the dockerized application\nAlso the application is not yet properly implemented to even be able to do it :)\n```\ndocker build -t pereviader/musiccaster:latest .\ndocker run --name musiccaster --network host -v C:/Users/perev/Music/MusicCaster:/app/audio pereviader/musiccaster:latest\n```\n\n## Publish an update of the code to the docker hub\n```\ndocker buildx build --platform linux/arm64 -t pereviader/musiccaster:latest .\ndocker login\ndocker push pereviader/musiccaster:latest\n```\n\n## Running in a raspberry pereviader\nNote that the application relies on a volume `/home/usuari/apps/musiccaster` with mp3 music files in it that must must be bound to `/app/audio` it can be made readonly with `:ro`\nTo customize the application configuration, you need to also bind `/app/appsettings.Configuration.json`\n\n```\ndocker run \\\n  --pull always \\\n  --detach \\\n  --network host \\\n  --name musiccaster \\\n  --restart unless-stopped \\\n  -v /home/usuari/apps/musiccaster:/app/audio:ro \\\n  -v /home/usuari/apps/musiccaster/appsettings.Configuration.json:/app/appsettings.Configuration.json:ro \\\n  pereviader/musiccaster:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpereviader%2Fmysmarthome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpereviader%2Fmysmarthome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpereviader%2Fmysmarthome/lists"}