This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/darkswormlv on 2025-06-07 15:55:52+00:00.
Hey r/selfhosted! ๐
I've been working on a project that I think many of you might find useful - a Wake-on-LAN HTTP proxy that automatically wakes up your servers when requests come in.
The Problem: You want to save power by shutting down servers when not in use, but you also want them to be accessible when needed without manually waking them up.
The Solution: This proxy sits in front of your services and automatically sends WOL packets when someone tries to access an offline server, then forwards the request once it's awake.
Key Features:
- ๐ Automatic Wake-on-LAN when services are accessed
- ๐ฅ Health monitoring with configurable intervals
- โก Caches health status to minimize latency
- ๐ณ Easy Docker deployment
- ๐ Simple TOML configuration
- ๐ Supports multiple target servers