minus-squareKkmou@lemm.eetoProgramming@programming.dev•Working from multiple computers - thoughts on auto-push branch to git repository?linkfedilinkarrow-up5·edit-210 days agoDon’t think git as a sync storage, more like to merge works. If you need to share files between computers use a shared storage. Always use the right tool for the job. Mount a shared storage or use synctools rsync, etc linkfedilink
minus-squareKkmou@lemm.eetoSelfhosted@lemmy.world•2024 Self-Host User Survey ResultslinkfedilinkEnglisharrow-up2·14 days agohttps://github.com/axllent/mailpit linkfedilink
minus-squareKkmou@lemm.eetoSelfhosted@lemmy.world•Anyone else get an email from Portainer?linkfedilinkEnglisharrow-up3·edit-24 months agoJust for you to known, they store the compose file. It’s in their compose folder on the data volume. linkfedilink
minus-squareKkmou@lemm.eetoProgramming@programming.dev•which python trick or hack you know that you would want to share?linkfedilinkarrow-up2·5 months agohttps://github.com/jdx/mise linkfedilink
minus-squareKkmou@lemm.eetoProgramming@programming.dev•Fix Incoming! Empty S3 buckets won't be able to make your AWS bill explodelinkfedilinkarrow-up1arrow-down1·6 months agoThey will don’t care, not their money, not their job. Can’t blame them linkfedilink
Don’t think git as a sync storage, more like to merge works.
If you need to share files between computers use a shared storage.
Always use the right tool for the job. Mount a shared storage or use synctools rsync, etc