{"id":17104569,"url":"https://github.com/imyelo/wolth","last_synced_at":"2025-04-13T01:11:39.819Z","repository":{"id":48003737,"uuid":"192800990","full_name":"imyelo/wolth","owner":"imyelo","description":":zzz: Wake on LAN through HTTP","archived":false,"fork":false,"pushed_at":"2023-01-04T00:47:57.000Z","size":1147,"stargazers_count":3,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T15:45:33.136Z","etag":null,"topics":["wake","wake-on-lan","wol"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imyelo.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":"2019-06-19T20:37:05.000Z","updated_at":"2023-03-04T05:25:12.000Z","dependencies_parsed_at":"2023-02-01T15:45:26.472Z","dependency_job_id":null,"html_url":"https://github.com/imyelo/wolth","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyelo%2Fwolth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyelo%2Fwolth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyelo%2Fwolth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyelo%2Fwolth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imyelo","download_url":"https://codeload.github.com/imyelo/wolth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650753,"owners_count":21139681,"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":["wake","wake-on-lan","wol"],"created_at":"2024-10-14T15:37:15.824Z","updated_at":"2025-04-13T01:11:39.787Z","avatar_url":"https://github.com/imyelo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wolth\n\u003e :zzz: Wake on LAN through HTTP\n\n## Get Started\n1. Clone the project to the server machine\n\n    ```bash\n    $ git clone https://github.com/imyelo/wolth.git\n    ```\n\n2. Install dependencies\n\n    ```bash\n    $ cd wolth\n    $ yarn\n    ```\n\n3. Start server, the `WOLTH_MAC` is the MAC address of the machine you want to wake but not the server's\n\n    ```bash\n    $ WOLTH_MAC=\"12:34:56:78:9a:bc\" npm start\n    ```\n\n    or set environment variables in `.env` file:\n\n    ```bash\n    $ echo \"WOLTH_MAC = 12:34:56:78:9a:bc\" \u003e .env\n    $ npm start\n    ```\n\n4. Wake from machine\n\n    ```bash\n    $ curl -X POST http://127.0.0.1:3000\n    ```\n\nYou can now wake the machine from anywhere with a simple POST request as long as the server is acceptable from outside. :tada:\n\n## Configuration\nEnvironment variables:\n- `PORT`:\n  - optional, default value is `3000`\n  - the port of wolth server listening\n- `WOLTH_MAC`:\n  - required\n  - the MAC address of the machine you want to wake\n- `WOLTH_ADDRESS`:\n  - optional, default value is `'255.255.255.255'`\n- `WOLTH_PORT`:\n  - optional, default value is `9`\n\n## Configuration Example\nMinimal config in `.env` file:\n```ini\nWOLTH_MAC = 12:34:56:67:9a:bc\n```\n\nFull config: in `.env` file\n```ini\n# .env\nPORT = 8080\nWOLTH_MAC = 12:34:56:67:9a:bc\nWOLTH_ADDRESS = 192.168.1.10\nWOLTH_PORT = 7\n```\n\n## License\nApache-2.0 \u0026copy; [yelo](https://github.com/imyelo), 2019 - present\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimyelo%2Fwolth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimyelo%2Fwolth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimyelo%2Fwolth/lists"}