minus-squareKkmou@lemm.eetoProgramming@programming.dev•Working from multiple computers - thoughts on auto-push branch to git repository?linkfedilinkarrow-up5·edit-26 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·10 days agohttps://github.com/axllent/mailpit linkfedilink
minus-squareKkmou@lemm.eetoDevOps@programming.dev•How to scale MySQL horizontally?linkfedilinkarrow-up3·10 months agoIn AWS, you can use Aurora to scale reads access over multiple instances. It’s easy to setup and you can use scaling policies to follow your load. You need to check your billing, it’s not the cheapest service. 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