{"id":15668472,"url":"https://github.com/timofurrer/ariseem","last_synced_at":"2025-05-07T14:40:48.324Z","repository":{"id":66127214,"uuid":"109120448","full_name":"timofurrer/ariseem","owner":"timofurrer","description":"Minimalistic REST API for wake-on-lan","archived":false,"fork":false,"pushed_at":"2017-11-01T13:11:53.000Z","size":10,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T11:01:57.388Z","etag":null,"topics":["api","docker","flask","microservice","python","rest","wake-on-lan","wol"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/timofurrer.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}},"created_at":"2017-11-01T10:57:05.000Z","updated_at":"2024-01-02T08:30:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"178b9487-313a-4b72-9c3f-8839ba10fc19","html_url":"https://github.com/timofurrer/ariseem","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"cd721cd3fe3a61c75b7fe4da34d58fb85e5da382"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fariseem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fariseem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fariseem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timofurrer%2Fariseem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timofurrer","download_url":"https://codeload.github.com/timofurrer/ariseem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252897279,"owners_count":21821412,"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":["api","docker","flask","microservice","python","rest","wake-on-lan","wol"],"created_at":"2024-10-03T14:08:44.629Z","updated_at":"2025-05-07T14:40:48.299Z","avatar_url":"https://github.com/timofurrer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arise 'em\n\n`ariseem` is a minimalistic service exposing a REST API to boot machines using wake-on-lan.\n\nIt's pure Python and does not require any system dependencies.\n\n## Installation\n\nJust use docker:\n\n```\ndocker build . -t ariseem \u0026\u0026 docker run -v $PWD:/app --net=host -it ariseem\n```\n\nIf you want to expose this service into the internet please make sure you are properly secured\nwith a proxy in front of this service. TLS and at least some form of authentication.\n\n## Configuration\n\n`ariseem` is configured via YAML file:\n\n```\nmachines:\n    myserver: AA:BB:CC:DD:EE:FF\n    mypc: AA:BB:CC:FF:EE:DD\n\ngroups:\n    vpn:\n        - myserver\n        - mypc\n```\n\n`ariseem` can only *wol* machines configured in the `machines` section.\nIn addition groups of machines can be specified in the `groups` section.\n\n## Usage\n\n```\nGET /api/machines\nPOST /api/machines/myserver\n\nGET /api/groups\nPOST /api/groups/vpn\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimofurrer%2Fariseem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimofurrer%2Fariseem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimofurrer%2Fariseem/lists"}