idle-less
Docker-based nginx reverse proxy that wakes sleeping servers via Wake-on-LAN, ideal for energy-saving Raspberry Pi homelabs.
idle-less
Your servers sleep. Traffic wakes them.
A Docker-based reverse proxy with built-in Wake-on-LAN. Visitors hit your domain, the server boots automatically, and traffic flows — all in seconds.
How it works
Internet → idle-less (reverse proxy) → Backend server
↓ (if server is sleeping)
Wakeforce gateway
↓
Sends Wake-on-LAN packet
↓
Server boots → traffic flows
- Traffic arrives at your domain
- idle-less checks if the backend server is online
- If offline, Wakeforce sends a Wake-on-LAN magic packet
- Visitors see a professional waiting screen while the server boots
- Once online, traffic is proxied seamlessly
Quick start
curl -fsSL https://raw.githubusercontent.com/tvup/idle-less/master/install.sh | bash
The interactive installer will guide you through:
- Domain and backend configuration
- SSL certificate setup (Let's Encrypt compatible)
- Wakeforce Wake-on-LAN settings
- Docker Compose generation
Docker images
docker pull tvup/reverse-proxy:latest
docker pull tvup/wakeforce:latest
Installation modes
| Mode | Command | Description |
|---|---|---|
| Reverse proxy + Wakeforce | bash install.sh --wakeforce |
Full setup with WoL |
| Reverse proxy only | bash install.sh |
Proxy without WoL |
| Wakeforce standalone | bash install.sh --wakeforce-only |
WoL gateway with direct port mapping |
Features
- Automatic Wake-on-LAN — Magic packets sent when sleeping servers receive traffic
- SSL / HTTPS — Full SSL termination with Let's Encrypt support
- Multi-domain — Route unlimited domains to different backend servers
- Multi-platform — Native Docker images for AMD64 and ARM64 (Raspberry Pi, Synology, QNAP)
- One-command install — Interactive setup generates all configuration automatically
- Professional waiting screen — Visitors see a polished status page with real-time health checks
Requirements
- Docker with Compose v2
curlfor installation- A server that supports Wake-on-LAN (most modern servers do)
- For Wakeforce: a device on the same LAN as the target servers (e.g., Raspberry Pi)
Configuration
After installation, configuration is managed through the .env file:
DOMAIN_1_HOSTNAME=app.example.com
DOMAIN_1_IP=192.168.1.50
DOMAIN_1_PORT=3080
DOMAIN_1_USE_SSL=yes
DOMAIN_1_CONFIG=wakeforce
DOMAIN_1_IDLE_SERVICE=wakeforce_1:8182
DOMAIN_1_MAC=D8:9E:F3:12:D0:10
DOMAIN_1_BROADCAST=192.168.1.255
DOMAIN_1_NO_WAKE_PATTERNS=/health|/api/agents/chat/status|/api/agents/chat/active|/api/convos
NO_WAKE_PATTERNS prevents background API polling from waking a sleeping server — matching requests return 503 directly instead of triggering Wake-on-LAN. Keep patterns specific to polling endpoints; broad prefixes like /api/agents/ may accidentally block user-initiated requests.
Multiple domains are supported via the DOMAIN_{i}_* pattern.
Architecture
┌──────────────────────────────────────────┐
│ Docker Host (e.g., Raspberry Pi) │
│ │
│ ┌─────────────────┐ ┌──────────────┐ │
│ │ reverse-proxy │ │ wakeforce │ │
│ │ (nginx) │──│ (gateway) │ │
│ │ :80 :443 │ │ WoL + UI │ │
│ └─────────────────┘ └──────────────┘ │
│ │ bridge │ macvlan │
└─────────┼───────────────────┼────────────┘
│ │
┌─────┴─────┐ ┌──────┴──────┐
│ Internet │ │ LAN (WoL) │
└───────────┘ └─────────────┘
Power savings
A typical homelab server draws 100-200W when idle. With idle-less, it sleeps when not in use:
| Without idle-less | With idle-less | |
|---|---|---|
| Idle draw | ~120W (server) | ~5W (Raspberry Pi) |
| Annual cost (@ €0.30/kWh) | €315/year | €13/year |
| Savings | ~€300/year |
The Wakeforce license pays for itself within weeks.
Pricing
The reverse proxy is free and open source (MIT license).
The Wakeforce Wake-on-LAN gateway requires a one-time license:
| Tier | Price | Servers |
|---|---|---|
| Personal | €29 | Up to 2 |
| Pro | €79 | Up to 10 |
| Business | €199 | Unlimited |
One-time payment. No subscription. License key delivered instantly.
License
This repository (install scripts, configuration tools, and documentation) is licensed under MIT.
The Wakeforce Docker image (tvup/wakeforce) requires a license key.
Links
- Landing page — product overview and pricing
- Live demo — simulated Wakeforce boot sequence
- Changelog — release history and what's new
- Security policy — vulnerability reporting
Built by Torben IT ApS · CVR 39630605