https://github.com/maximed/nb6vac-wake-up
https://github.com/maximed/nb6vac-wake-up
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximed/nb6vac-wake-up
- Owner: MaximeD
- License: mit
- Created: 2023-03-13T18:43:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T08:50:52.000Z (over 2 years ago)
- Last Synced: 2025-01-29T19:49:25.752Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NB6VAC Wake up!
I have a loss of internet speed every 6h. Restarting the box _or_ just toggling eco mode fixes the problem.
## Usage
```shell
NB6VAC_USER=… NB6VAC_PASSWORD=… npm run wake-up
```
### docker
```shell
# build image
docker buildx build -t nb6vac-wake-up .
# run it
docker run --env NB6VAC_USER=$NB6VAC_USER --env NB6VAC_PASSWORD=$NB6VAC_PASSWORD --rm nb6vac-wake-up
```