d.rymcg.tech
d.rymcg.tech copied to clipboard
Add Sablier.
There are multiple d.ry apps that I rarely use - my current options are:
- leave them running all the time, using resources when not being used
- manually start them up when I do want to use them
The current options are absolutely do-able, but the situation would be improved if the containers would start up only when they're needed/requested and automatically shut down after a period of inactivity.
Sablier starts containers on demand and stops them after a period of inactivity.
I'm not opposed to adding sablier, but I have an alternate proposal in #402
I'm not personally interested in Sablier, for a couple reasons:
- I don't want a random web request to start my containers, I want it to be an admin action only.
- I might want to do this for non-web services.
#402 is my alternative proposal for an LLM agent that satisfies that same sort of dynamic deployment I'm after.