Live data from Hacker News

Show HN: Doormouse – a reverse proxy that wakes sleeping servers via Wake-on-LAN

github.com

1–2 of 2 posts

Show HN: Doormouse – a reverse proxy that wakes sleeping servers via Wake-on-LAN

#1
I had an old NAS that was using up a lot of energy so I kept it mostly offline..

But then I'd have to go turn it on when I actually need to use it...

So I automated it with doormouse - its a wake-on-lan reverse proxy, both or web apps (HTTP) and things like SSH (TCP).

When I connect to the services hosted on my old NAS, doormouse wakes up the machine and fulfills the requests when it has woken up.

It is open source, yes a lot of the code is AI-generated, but its heavy on the tests, both automated and manual.

Try it out - feedback is welcome.

Show HN: Doormouse – a reverse proxy that wakes sleeping servers via Wake-on-LAN
github.com

Re: Show HN: Doormouse – a reverse proxy that wakes sleeping servers via Wake-on-LAN

#2
Nice idea, I never had to do anything else personally than have zero-scaling but it sounds interesting. Just one question, why not use a well established reverse-proxy and use or create a plugin? Treafik for instance has this: https://plugins.traefik.io/plugins/642498d26d4f66a5a8a59d25/...

Anyway, thank you for sharing!