Self-Host Weekly (6 March 2026)

#Microslop and #cheeseburgers, software updates and launches, a spotlight on #VersityGW -- an #S3 object storage gateway, and more in this week's #selfhosted recap!

https://selfh.st/weekly/2026-03-06

#selfhost #selfhosting #foss #opensource #homelab #smarthome #privacy #security #newsletter #sysadmin #devops #openclaw #development #app #apps #photos #ente

Self-Host Weekly (6 March 2026)

Viral cheeseburgers, microslop, and a new place to run DOOM

selfh.st

Falls noch jemand eine einfache Alternative zu MinIO sucht, dann schaut euch mal VersityGW an. Schlicht gehalten, dennoch schon viele Möglichkeitenund für einen Singlenode ausreichend  

RustFS ist auch eine weitere Möglichkeit, allerdings leider noch Alpha. Die Entwicklung hat aber gut Fahrt aufgenommen  

Nein Garage mag ich nicht, deshalb seh ich das nicht für mich als Alternative. SeaweedFS unterstützt wohl keinen vHost-Stil, also fällt das ebenfalls weg.

https://github.com/versity/versitygw
https://rustfs.com
#MinIO #S3 #VersityGW #RustFS #Docker

GitHub - versity/versitygw: versity s3 gateway

versity s3 gateway. Contribute to versity/versitygw development by creating an account on GitHub.

GitHub

Doing what's necessary: Migrating #minio to #versitygw.

I didn't use replication in minio, so versitygw is a much better match for my use case anyway.

versitygw is a s3 frontend to a posix filesystem and it's even okay with concurrent access through other means. So I could serve a filesystem over s3 and cifs at the same time.

I thought minio did the same with replication disabled but it's backing store is not usable directly so I have to rclone my data out of there.