💾 Archived View for bbs.geminispace.org › u › kotovalexarian › 19903 captured on 2024-12-17 at 15:33:28. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Re: "Distributed storage for self-hosting"
Here's a discussion on scaling Gitea. Looks like it's possible.
— https://github.com/go-gitea/gitea/issues/2959
Sep 24 · 3 months ago
Distributed storage for self-hosting — I host a few services that need file storage: Gitea, PeerTube, Dovecot. Now I want to scale them. Not because it's really needed, just out of curiosity. What is right solution for distributed storage? I see a lot of them, for example: CephFS, GlusterFS, Tahoe-LAFS. Which one is the best for my needs? It must be performant, so I think that FS over object storage is not very suitable because of difficulties with parallel access, maybe, IDK.