{"id":23701054,"url":"https://github.com/zimbres/powercontrol","last_synced_at":"2025-10-23T21:02:45.530Z","repository":{"id":254585514,"uuid":"846945388","full_name":"zimbres/PowerControl","owner":"zimbres","description":"Remotely shutdown or reboot a Windows machine.","archived":false,"fork":false,"pushed_at":"2024-08-30T22:18:25.000Z","size":29741,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T13:15:50.776Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zimbres.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-24T12:03:21.000Z","updated_at":"2024-08-30T22:18:29.000Z","dependencies_parsed_at":"2024-08-24T15:21:54.585Z","dependency_job_id":"508e0923-cab0-4442-8636-138b52e57bf8","html_url":"https://github.com/zimbres/PowerControl","commit_stats":null,"previous_names":["zimbres/powercontrol"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimbres%2FPowerControl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimbres%2FPowerControl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimbres%2FPowerControl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimbres%2FPowerControl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zimbres","download_url":"https://codeload.github.com/zimbres/PowerControl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239776537,"owners_count":19695124,"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","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":"2024-12-30T09:31:45.182Z","updated_at":"2025-10-23T21:02:45.525Z","avatar_url":"https://github.com/zimbres.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Power Control\n\nThe PowerControl is a background service that monitors commands from an HTTP service and performs system actions, such as remote shutdowns. It also sends periodic \"heartbeat\" messages to confirm that the software is operational.\n\n### Configuration required:\n\n```json\n{\n  \"Logging\": {\n    \"LogLevel\": {\n      \"Default\": \"Warning\",\n      \"Microsoft.Hosting.Lifetime\": \"Warning\"\n    }\n  },\n  \"Configuration\": {\n    \"Url\": \"https://127.0.0.1/get_power_command\",\n    \"Data\": \"shutdown\",\n    \"Delay\": 60,\n    \"Command\": \"shutdown\",\n    \"Arguments\": \"/s /t 60\",\n    \"IamAliveUrl\": \"https://127.0.0.1/iam_alive\",\n    \"IamAliveEnabled\": false,\n    \"UseMqtt\": false,\n    \"Broker\": \"127.0.0.1\",\n    \"Port\": 1883,\n    \"Topic\": \"example/topic\",\n    \"WillTopic\": \"example/LWT\",\n    \"Username\": \"\",\n    \"Password\": \"\"\n  }\n}\n```\n\n---\n\n[Microsoft Help: Create Windows Service](https://learn.microsoft.com/en-us/dotnet/core/extensions/windows-service)\n\n---\n\nApplication icon by [Flaticon](https://www.flaticon.com/free-icons/power)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimbres%2Fpowercontrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzimbres%2Fpowercontrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimbres%2Fpowercontrol/lists"}