I had a cup of tea and now it's fixed

This commit is contained in:
2024-12-14 14:57:26 +02:00
parent 74dae01b04
commit a63147fe45

View File

@@ -12,19 +12,15 @@ After initializing the .env file with the MAC addresses of the devices you need
The format used in the .env file is
```sh
\# Environment variables
WOL_SECRET_KEY="secretkey"
WOL_USER_PASS="userpassword"
REDIS_URL="redis://localhost:6379/0"
DEVICE_MAC="mac"
DEVICE_IP="ipv4"
DEVICE_IFACE="eth0|wlan0 etc"
```
The only required fields are the _MAC ones. If _IFACE is not provided, eth0 is the default. The _IP is only used for the ping functionality.