Saturday, 10 June 2023
Interesting Snippets from 2023-06-10
-
GitHub - zix99/traefik-lazyload: A small traefik/docker wrapper to load and unload containers on-demand to save resources
It works by acting as the fallback-route for the containers. For instance, if you have example.com as a container you want to lazy-load, you add the container, as well as this lazyloader that would act as a lower-priority router for the same route. If the host is accessed, the lazyloader will work to boot up the container and redirect the user as soon as it's responsive. It then monitors the container's network interface. If the network is idle for X minutes, it will stop the container.
-
GitHub - pglombardo/PasswordPusher
Password Pusher is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. Hosted at pwpush.com but you can also easily run your own private instance with just a few steps. Track who, what and when.