{"id":47172331,"url":"https://github.com/saintbyte/home-ctrl","last_synced_at":"2026-03-13T06:03:59.222Z","repository":{"id":335481979,"uuid":"1145117169","full_name":"saintbyte/home-ctrl","owner":"saintbyte","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-30T22:04:46.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-31T05:14:23.682Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saintbyte.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-29T12:54:34.000Z","updated_at":"2026-01-30T22:04:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"f520eebf-8a2e-49d9-84c4-ec98efc26fcb","html_url":"https://github.com/saintbyte/home-ctrl","commit_stats":null,"previous_names":["saintbyte/home-ctrl"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/saintbyte/home-ctrl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintbyte%2Fhome-ctrl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintbyte%2Fhome-ctrl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintbyte%2Fhome-ctrl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintbyte%2Fhome-ctrl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saintbyte","download_url":"https://codeload.github.com/saintbyte/home-ctrl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saintbyte%2Fhome-ctrl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30459779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T03:55:51.346Z","status":"ssl_error","status_checked_at":"2026-03-13T03:55:33.055Z","response_time":60,"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":"2026-03-13T06:03:43.049Z","updated_at":"2026-03-13T06:03:59.213Z","avatar_url":"https://github.com/saintbyte.png","language":"Go","readme":"# home-ctrl\n\nA home automation control system.\n\n## Quick Start\n\n```bash\n# Build the project\nmake build\n\n# Run the application\ngo run cmd/home-ctrl/main.go\n```\n\n## System Service Setup\n\nExample configuration files for running home-ctrl as a system service are available in the [examples/system](examples/system) directory:\n\n- **systemd**: `examples/system/home-ctrl.service`\n- **SystemV init**: `examples/system/home-ctrl.init`\n\nSee [examples/system/README.md](examples/system/README.md) for detailed installation instructions.\n\n## Project Structure\n\n```\nhome-ctrl/\n├── cmd/              # Main application entry points\n│   └── home-ctrl/     # Main application\n├── internal/         # Internal application logic\n│   └── app/          # Core application logic\n├── pkg/              # Reusable packages\n│   └── utils/        # Utility functions\n├── examples/         # Example configurations\n│   └── system/       # System service examples\n├── bin/              # Build output (ignored by git)\n├── Makefile          # Build automation\n└── go.mod            # Go module definition\n```\n\n## Building\n\n```bash\n# Build for all platforms\nmake build\n\n# Build for specific platform\nmake build-linux-386    # 32-bit Linux\nmake build-linux-amd64  # 64-bit Linux\n\n# Clean build artifacts\nmake clean\n```\n\n## Testing\n\n```bash\n# Run all tests\nmake test\n\n# Or directly with go\ngo test ./...\n```\n\n## API Documentation\n\nComprehensive API documentation is available in the [docs/api](docs/api) directory:\n\n- [Overview](docs/api/overview.md) - Introduction and general information\n- [Authentication](docs/api/authentication.md) - Authentication methods and usage\n- [Endpoints](docs/api/endpoints.md) - Detailed endpoint documentation\n- [Examples](docs/api/examples.md) - Practical usage examples\n- [Configuration](docs/api/configuration.md) - Configuration options and best practices\n- [Summary](docs/api/SUMMARY.md) - Complete documentation overview\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaintbyte%2Fhome-ctrl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaintbyte%2Fhome-ctrl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaintbyte%2Fhome-ctrl/lists"}