ItsEcholot / ContainerNursery

Puts Docker Containers to sleep and wakes them back up when they're needed
MIT License
92 stars 6 forks source link

Skip requests from certain hosts/url from Starting up containers #50

Open accforgithubtest opened 10 months ago

accforgithubtest commented 10 months ago

For a use-case where ContainerNursery is used in combination with status monitors like UptimeKuma, etc. - Is there a way to tell ContainerNursery to not spin up any containers for requests from specific containers / ipaddresses / etc ?

ItsEcholot commented 10 months ago

No there isn’t currently. Feel free to create a Pull Request for this improvement if you want.