An open API service indexing awesome lists of open source software.

https://github.com/maximed/nb6vac-wake-up


https://github.com/maximed/nb6vac-wake-up

Last synced: over 1 year ago
JSON representation

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
```