Koozali.org: home of the SME Server

Obsolete Releases => SME 8.x Contribs => Topic started by: nicolatiana on November 20, 2014, 08:50:28 AM

Title: Pydio - admin user
Post by: nicolatiana on November 20, 2014, 08:50:28 AM
Giving a look to the Pydio project documentation you can find that the "Pydio admin user" should have an additional menu to perform some general configuration tasks for pydio.
Logging in as admin (the Sme admin) I've not found nothing of this. Is the Sme admin pydio admin too ? If not is there any supplemental step/db config to be performed ?

Nicola
Title: Re: Pydio - admin user
Post by: Daniel B. on November 20, 2014, 09:24:02 AM
The admin interface of Pydio is disabled on SME. This is because settings are managed through the config DB and the creation of shared folders. You can unlock the configuration menu with

Code: [Select]
db configuration setprop pydio AdminInterface enabled ManualConf enabled
signal-event webapps-update

But then a lot of settings won't be updated anymore by the templating engine, so you better know Pydio quite well, and you're on your own if it doesn't work anymore ;-)
Title: Re: Pydio - admin user
Post by: nicolatiana on November 20, 2014, 10:19:58 AM
Many thanks for help & warning . . . .  :wink:

Nicola