proxywake
Wake sleeping devices on your network when they are accessed through a reverse proxy.
2.6K
Access it. Wake it.
Wake sleeping devices on your network when they are accessed through a reverse proxy.
Docker Hub → jeffersonmouze/proxywake
That's it — no need to keep servers running 24/7 just because they might be accessed.
/waiting?domain=...)/api/docs with scoped API keysPull the image from Docker Hub and run it:
docker run -d \
--name proxywake \
--restart unless-stopped \
--cap-add NET_RAW \
-p 8462:5001 \
-e PROXYWAKE_PASSWORD=YourSecurePassword \
-v proxywake_data:/app/backend/data \
jeffersonmouze/proxywake:latest
Open http://<server-ip>:8462 — a setup wizard walks you through the initial configuration.
Docker Compose:
curl -O https://raw.githubusercontent.com/jeffreymooiweer/ProxyWake/main/docker-compose.yml
PROXYWAKE_PASSWORD=YourSecurePassword docker compose up -d
git clone https://github.com/jeffreymooiweer/ProxyWake.git
cd ProxyWake/docker
cp .env.example .env # edit password
docker compose up -d --build
| Image | jeffersonmouze/proxywake |
| Tags | latest, 4.1, 4.1.0, 4.0, 4.0.0 |
| Architectures | linux/amd64, linux/arm64 |
| Setting | Value |
|---|---|
| Repository | jeffersonmouze/proxywake:latest |
| Port | 8462:5001 |
| Extra Parameters | --cap-add=NET_RAW |
| Variable | PROXYWAKE_PASSWORD |
| Path | /mnt/user/appdata/proxywake → /app/backend/data |
After starting ProxyWake:
server_proxy.conf).ProxyWake must be reachable from your NPM container on the local network (use the host IP, not localhost).
| Variable | Description |
|---|---|
PROXYWAKE_PASSWORD | Web UI password (recommended) |
PROXYWAKE_API_KEY | Fixed API key for NPM (auto-generated if unset); supports scopes via Settings |
PROXYWAKE_SECRET_KEY | Flask session secret and credential encryption key |
PROXYWAKE_ALLOWED_ORIGINS | CORS origins (comma-separated) |
PROXYWAKE_DATA_DIR | Data directory (default: /app/backend/data) |
MIT — see LICENSE.
Content type
Image
Digest
sha256:40a384f57…
Size
77.9 MB
Last updated
7 days ago
docker pull jeffersonmouze/proxywake