xomodo·8 maanden geleden·discussI think I found some repos here: https://github.com/search?q=in:description+Sha1-Hulud&type=r...
xomodo·8 maanden geleden·discuss> How would you package this inside a Git repo?There are many ways to do that. Start with a simple repo and spin up a VM instance from the cloud provider of your choice. Then integrate the commands from this article into a cloud-init configuration. Hope you get the idea.
xomodo·9 maanden geleden·discussThx. The only problem I have with litestream binary is ~31Mb !?This why I prefer to take backup stuff in a side container, eg: https://github.com/atrakic/gin-sqlite/blob/main/compose.ymlAs a side note, you might consider revisiting your dockerfiles and skip litestream build steps, eg. in your final stage just add line like this:COPY --from=litestream/litestream /usr/local/bin/litestream /bin/litestream