Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caru-ini/wol-webui
Simple Wake on lan webui
https://github.com/caru-ini/wol-webui
nextjs wake-on-lan
Last synced: about 1 month ago
JSON representation
Simple Wake on lan webui
- Host: GitHub
- URL: https://github.com/caru-ini/wol-webui
- Owner: caru-ini
- License: mit
- Created: 2024-08-11T09:15:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T11:21:44.000Z (4 months ago)
- Last Synced: 2024-09-15T13:15:18.803Z (3 months ago)
- Topics: nextjs, wake-on-lan
- Language: TypeScript
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wol-webui
## Description
This is a web interface for the Wake-On-LAN (WOL) service. It is a simple web interface that allows users to send WOL packets to devices on the network.
## Installation
1. Clone the repository
2. Run `npm install`
3. Run `docker compose up -d`
4. Access the web interface at `http://localhost:3030`## Usage
1. Check your computer MAC address on bios or network settings
2. Enable Wake-On-LAN on your computer (bios or windows settings)
3. Add a new device via the web interface
4. Enjoy!## API
The API is available at `http://localhost:3030/api/devices`
- GET `/` - Get devices list
- POST `/` - Create a new device
- PUT `/:id` - Update device by id
- GET `/:id` - Get device by id
- DELETE `/:id` - Delete device by id
- POST `/:id/wake` - Send WOL packet to device by id## Prisma studio
If you want to access the database, you can run `npx prisma studio` and access the database at `http://localhost:5555`
## License
[MIT](LICENSE)