~mediagoblin/mediagoblin

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc.

#44 Mediagoblin webpage on Sourcehut is linked to wrong domain

~fd filed ticket on mediagoblin todo

a month ago

c85c9a9 Pin jsonschema >= 4.0.0

3 months ago

#GNU MediaGoblin

MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud. It's also:

  • The perfect tool to show and share your media!
  • Building tools to empower the world through decentralization!
  • Built for extensibility. Multiple media types, including video support!
  • Part of the GNU project and devoted to user freedom.
  • Powered by a community of people like you.

MediaGoblin is a self-hosted web application that you install on a server you or your organisation controls. See our Deploying MediaGoblin for instructions.

Please see our join us page us and get involved!

#Contributing

Sending patches to MediaGoblin is done by email, this is simple and built-in to Git.

Set up your system once by following the steps "Installation and Configuration" of git-send-email.io.

Then, run once in this repository:

git config sendemail.to "mediagoblin-devel@gnu.org"

Then, to send a patch, make your commit, then run:

git send-email --base=HEAD~1 --annotate -1 -v1

It should then appear on the mailing list archive.