{"id":24382035,"url":"https://github.com/zhyang-dev/wol-manager","last_synced_at":"2026-02-09T22:03:43.482Z","repository":{"id":271960386,"uuid":"914950142","full_name":"zhyang-dev/wol-manager","owner":"zhyang-dev","description":"Wake on lan manager","archived":false,"fork":false,"pushed_at":"2025-01-21T02:45:47.000Z","size":294,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T23:02:03.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/zhyang-dev.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}},"created_at":"2025-01-10T16:36:56.000Z","updated_at":"2025-01-21T02:45:50.000Z","dependencies_parsed_at":"2025-01-11T03:25:52.108Z","dependency_job_id":"f0a67df5-fca4-49b5-a7a0-f7f838988cce","html_url":"https://github.com/zhyang-dev/wol-manager","commit_stats":null,"previous_names":["zhyang-dev/wol-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zhyang-dev/wol-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhyang-dev%2Fwol-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhyang-dev%2Fwol-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhyang-dev%2Fwol-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhyang-dev%2Fwol-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhyang-dev","download_url":"https://codeload.github.com/zhyang-dev/wol-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhyang-dev%2Fwol-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29283033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"ssl_error","status_checked_at":"2026-02-09T21:57:11.537Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2025-01-19T09:16:15.121Z","updated_at":"2026-02-09T22:03:42.939Z","avatar_url":"https://github.com/zhyang-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wake On LAN Manager\n[中文文档](README.zh.md)\n\nA Flask-based web application for managing and monitoring Wake-on-LAN enabled devices on your local network.\n\n![](assets/demo.png)\n\n## Features\n\n- Add and manage network devices\n- Send Wake-on-LAN magic packets to wake up devices\n- Real-time device status monitoring\n- Edit device information\n- Delete devices\n- Beautiful responsive web interface\n- SQLite database for device information storage\n\n## Tech Stack\n\n- Backend: Flask + SQLAlchemy\n- Frontend: Bootstrap 5 + SweetAlert2\n- Database: SQLite\n- Containerization: Docker + Docker Compose\n\n## Installation\n\n1. Create virtual environment (optional):\n```bash\npython -m venv venv\nsource venv/bin/activate  # Linux/Mac\nvenv\\Scripts\\activate     # Windows\n```\n\n2. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n3. Run the application:\n```bash\npython app.py\n```\n\n4. Access the application:\nOpen your browser and visit http://localhost:8088\n\n## Docker Deployment\n\n1. Start the application using Docker Compose:\n```bash\ndocker-compose up -d\n```\n\n2. View logs:\n```bash\ndocker-compose logs -f\n```\n\n3. Stop the application:\n```bash\ndocker-compose down\n```\n\n### Docker Notes\n\n- Application runs in host network mode, which is required for Wake-on-LAN functionality\n- Database files are stored in the ./data directory\n- Container auto-restarts (unless manually stopped)\n- Uses gunicorn as the production server\n- Default port: 8088\n\n## Usage Guide\n\n1. Add Device:\n   - Click the \"Add Device\" button\n   - Fill in the device information in the popup form\n   - Click \"Save\"\n\n2. Device Management:\n   - Wake Device: Click the \"Wake Device\" button on the device card\n   - Check Status: Click the \"Update Status\" button\n   - Edit Information: Click the \"Edit Device\" button\n   - Delete Device: Click the \"Delete Item\" button (confirmation required)\n\n## Important Notes\n\n- Ensure target devices are properly configured for Wake-on-LAN\n- Make sure you're operating within the same local network\n- MAC address format: XX:XX:XX:XX:XX:XX or XX-XX-XX-XX-XX-XX\n- IP address must be a valid IPv4 address\n- Broadcast address is automatically calculated based on IP address (default subnet mask: 255.255.255.0). Currently, packets are sent to the IP address directly, so the broadcast address is not being used.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhyang-dev%2Fwol-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhyang-dev%2Fwol-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhyang-dev%2Fwol-manager/lists"}