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
-
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
-
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
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 ;-)
-
Many thanks for help & warning . . . . :wink:
Nicola