this post was submitted on 26 Apr 2026
158 points (97.0% liked)

Selfhosted

59939 readers
308 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] TheHolm@aussie.zone 2 points 1 month ago (1 children)

Versity S3 Gateway is Apache‑licensed, backed by a commercial entity. Their contribution agreement forces you to give up copyright to them. It will follow the same path as Minio over time.

[–] dan@upvote.au 2 points 1 month ago (1 children)

Their contribution agreement forces you to give up copyright to them.

The license just looks like the standard Apache license though, which doesn't require this. With the Apache license, contributors still own the copyright to their code, but they license it to the project. Did you see a document in the repo that says something different?

[–] TheHolm@aussie.zone 1 points 1 month ago* (last edited 1 month ago) (1 children)

Check their contribution rules. https://github.com/versity/versitygw/wiki/Contributing-Changes
quoting
All new files in the change should have the versitygw copyright and license headers.

[–] dan@upvote.au 1 points 1 month ago

Interesting - I didn't see that. They say "You can add your own copyright as well", so you don't have to give up your rights to the code. They do still need to comply with the terms of the Apache license.