med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

358
active users

#garagehq

1 post1 participant0 posts today
slamp<p>A new major version of <a href="https://hachyderm.io/tags/Garage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Garage</span></a> had been released: 2.0.0 </p><p>Garage is an <a href="https://hachyderm.io/tags/S3Compatible" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>S3Compatible</span></a> distributed object storage service designed for <a href="https://hachyderm.io/tags/selfhosting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>selfhosting</span></a> at a small-to-medium scale.</p><p>It runs on old PCs. It's build to be resilient with geographical redundancy.</p><p><a href="https://git.deuxfleurs.fr/Deuxfleurs/garage/releases" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">git.deuxfleurs.fr/Deuxfleurs/g</span><span class="invisible">arage/releases</span></a> </p><p><a href="https://hachyderm.io/tags/rustlang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rustlang</span></a> <a href="https://hachyderm.io/tags/garagehq" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>garagehq</span></a> <a href="https://hachyderm.io/tags/s3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>s3</span></a> <br>/cc <span class="h-card" translate="no"><a href="https://mastodon.tedomum.net/@deuxfleurs" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>deuxfleurs</span></a></span></p>
slamp<p>I'm fan of <a href="https://hachyderm.io/tags/garage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>garage</span></a> !<br>It's a distributed object storage service <a href="https://hachyderm.io/tags/S3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>S3</span></a> tailored for self-hosting. <br>It runs on old PCs. It's build to be resilient with geographical redundancy.</p><p>They released a new version 3 weeks ago: <a href="https://git.deuxfleurs.fr/Deuxfleurs/garage/releases" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">git.deuxfleurs.fr/Deuxfleurs/g</span><span class="invisible">arage/releases</span></a> </p><p><a href="https://hachyderm.io/tags/rustlang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rustlang</span></a> <a href="https://hachyderm.io/tags/garagehq" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>garagehq</span></a> <br>/cc <span class="h-card" translate="no"><a href="https://mastodon.tedomum.net/@deuxfleurs" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>deuxfleurs</span></a></span></p>
slamp<p>Someone presented <a href="https://hachyderm.io/tags/garage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>garage</span></a> (or <a href="https://hachyderm.io/tags/garagehq" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>garagehq</span></a> - an S3-compatible object store) to <span class="h-card"><a href="https://hachyderm.io/@nova" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>nova</span></a></span> after her talk on Sunday afternoon at <a href="https://hachyderm.io/tags/FOSDEM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FOSDEM</span></a>, if you read this message could you DM me ? :blobfoxthink:</p>
Rune 🇨🇦<p>Up next in my series on how and what I <a href="https://social.intothecloud.net/tags/SelfHost" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SelfHost</span></a>: <a href="https://social.intothecloud.net/tags/Storage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Storage</span></a></p><p>I've talked about my <a href="https://social.intothecloud.net/tags/UnRaid" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UnRaid</span></a> server before, my VMs run on there. The built-in docker is added to my Docker Swarm, so it gets assigned containers from the swarm to run.</p><p>I also run a <a href="https://social.intothecloud.net/tags/GlusterFS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GlusterFS</span></a> cluster of 3 nodes across the two laptop SSDs (plus one arbiter VM). I run things like my Docker Registry backed onto Gluster, so the images are still available if any one node is down. Overall, I find Gluster slow, and its broken on me a couple times, but it does what I need it to do.</p><p>Ultimately, if a docker container requires storage, it will usually get Gluster (and the container run on the laptops), unless it has special IO requirements. Things like SQLite databases will corrupt themselves on Gluster or NFS. So I use deployment placement constraints to hold some docker workloads on my UnRaid server.</p><p>In the past, I ran containers anywhere, and they would volume-mount NFS or CIFS to UnRaid, but I ran into a "Stale File Handle" problem -- where containers would randomly have their volumes fail under them, and it would corrupt databases, leave processes stuck in IOWait, etc. No matter what I did, what protocol I used, etc, it would always eventually have problems. </p><p>I also run <a href="https://social.intothecloud.net/tags/GarageHQ" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GarageHQ</span></a> S3 on my UnRaid server, though I haven't found a great use for it yet. I really want to run <a href="https://social.intothecloud.net/tags/WeedFS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WeedFS</span></a>, as I like the design and architecture, but likewise haven't found a use case.</p><p>🏷️ <a href="https://social.intothecloud.net/tags/SelfHosting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SelfHosting</span></a></p>