~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.

#57 data_basedir in mediagoblin.ini is not updating defaults in config_spec.ini

~sandro commented on mediagoblin todo

a month ago

#57 data_basedir in mediagoblin.ini is not updating defaults in config_spec.ini

~sturm commented on mediagoblin todo

a month 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. Docker images are also available from [dockerhub].

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].