Any good alternatives for local development?
MinIO repository is no longer maintained
11–20 of 397 posts
Re: MinIO repository is no longer maintained
#12Re: MinIO repository is no longer maintained
#13Any good alternatives for local development?
Re: MinIO repository is no longer maintained
#14Re: MinIO repository is no longer maintained
#15Any good alternatives for local development?
garaged:
image: dxflrs/garage:v2.2.0
ports:
- "3900:3900"
- "3901:3901"
- "3902:3902"
- "3903:3903"
volumes:
- /opt/garage/garage.toml:/etc/garage.toml:ro
- /opt/garage/meta:/var/lib/garage/meta
- /opt/garage/data:/var/lib/garage/dataRe: MinIO repository is no longer maintained
#16Re: MinIO repository is no longer maintained
#17Re: MinIO repository is no longer maintained
#18Working for free is not fun. Having a paid offering with a free community version is not fun. Ultimately, dealing with people who don't pay for your product is not fun. I learnt this the hard way and I guess the MinIO team learnt this as well.
Re: MinIO repository is no longer maintained
#19They point to AIStor as alternative. Other alternatives: https://github.com/deuxfleurs-org/garage https://github.com/rustfs/rustfs https://github.com/seaweedfs/seaweedfs https://github.com/supabase/storage https://github.com/scality/cloudserver https://github.com/ceph/ceph Among others
Overall great philosophy (target at self-hosting / independence) and clear and easy maintenance, not doing anything fancy, easy to understand architecture and design / operation instructions.
Re: MinIO repository is no longer maintained
#20Any good alternatives for local development?