No description
Find a file
2017-10-21 09:53:58 +02:00
conf [enh] Restructure mediagoblin config files 2016-09-11 18:20:12 +02:00
patches [fix] Add a patch to fix upstream issue 5464 2016-08-24 17:03:16 +02:00
scripts [fix] Ensure that PostgreSQL is started (bugfix #6) 2016-07-14 12:28:01 +02:00
sources/plugins/ynhauth [fix] Enable authentication with ynhauth plugin 2016-04-26 19:18:05 +02:00
.gitignore [ref] Rewrite app packaging for MediaGoblin 0.8 2016-01-17 02:39:35 +01:00
LICENSE [fix] Add license specification 2015-10-05 12:22:59 +02:00
manifest.json [fix] Ensure that PostgreSQL is started (bugfix #6) 2016-07-14 12:28:01 +02:00
README.md Update README.md 2017-10-21 09:53:58 +02:00

GNU MediaGoblin for YunoHost

NOTWORKING

CAUTION: the application is currently not maintained anymore and the installation seems to fail on recent YunoHost version (see #8 and #9). Feel free to contribute!

MediaGoblin is a free software media publishing platform that anyone can run.

Shipped version: 0.9.0

Features

The supported and activated Media types are:

  • image
  • video
  • audio
  • pdf - if you want support for converting libreoffice supported documents as well, you will have to install unoconv and libreoffice.

The transcoding is done in a separate thread thanks to Celery.

The authentication is transparently managed by SSOwat which is made available in GNU MediaGoblin by the ynhauth beta plugin and some patches to the source code.

It is also possible to enable registration using basic_auth plugin too which will rely on the MediaGoblin internal authentication - and not YunoHost one. Both authentication mechanism will be available in that case. Please note that YunoHost users will have to log in through the SSO and not the MediaGoblin login page.

Installation

From the command-line:

$ sudo yunohost app install https://github.com/jeromelebleu/mediagoblin_ynh

From the Web administration:

TODO

  • Add backup/restore scripts