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. Docker images are also available from [dockerhub].
Please see our join us page us and get involved!
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 -v1It should then appear on the [mailing list archive].
