this post was submitted on 21 Mar 2024
302 points (93.4% liked)

Programming

16769 readers
139 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 5 months ago (1 children)

Does that prevent my managed Mastodon instance host from providing Redis over the network to my Mastodon, or does that count as them providing Redis to themselves and then providing Mastodon to me?

[–] [email protected] 11 points 5 months ago (1 children)

The wording says "third-parties as a service", so as long as Redis isn't accessible by people outside your organization, it's fine. But paid Redis hosting wouldn't be allowed on the new license.

[–] [email protected] 2 points 5 months ago (1 children)

But paid Redis hosting wouldn't be allowed on the new license.

Where does it say this? I can't see that in the SSPL

[–] [email protected] 3 points 5 months ago (1 children)

It's in the RSALv2:

You may not make the functionality of the Software or a Modified version available to third parties as a service

[–] [email protected] 4 points 5 months ago* (last edited 5 months ago) (1 children)

Ah right. You could do a paid Redis service if you use the SSPL license though, right?

[–] [email protected] 4 points 5 months ago

That does seem to be the case. As long as any modifications to the source are publicly available. Which is pretty reasonable.