[Module] Pydio
09-08-2015, 01:28 AM
(This post was last modified: 02-04-2020, 06:05 PM by jollyjoke.)
Status: *** TESTING PHASE *** - please report bugs to this thread. Thanks for testing!
Pydio (formerly AjaXplorer) is an open source software solution for file sharing and synchronization.
This module gives users a nice file management system. As this module was created mainly to support file management, I removed/modified several not needed parts like: alerts, bookmarks, share, plugins, etc..
Works on Windows AND POSIX systems (Currently supported: CentOS & Ubuntu).
Some parts of the module code was borrowed from VJftw. THX VJftw.
PLEASE install PYDIO with ZPPY as ROOT - DO NOT USE AUTO INSTALLER IN PANEL!
You will be prompted for mysql root and password - not used for pydio itself but needed during:
- install --> will create new user & pass to work with pydio in mysql.
- uninstall --> will remove user which worked with pydio & permissions.
Module itself is not a Pydio, source files which are needed with modified pydio will be downloaded during install (aprox 17MB).
Main features:
See all data/files under user account easily in browser.
Create, Upload, Download, Edit, Drag and Drop, UNZIP - so basically total control of your files...
More on Pydio official page.
Fixes:
2020/02/04 - bug: new repo source for source files zip (v.104)
- added Debian for supported OS
2015/10/19 - bugs for installation/uninstalation scripts (v.103)
2015/09/15 - bug Application Error [0204] - fixed (v.101)
2015/09/15 - bug OnDaemonHour.hook - fixed (v.102)
- bug: CURLOPT_TIMEOUT - now setup to 0
- bug: installer script to download source zip file again, if not downloaded (limited to 3 times, then die)
- bug: installer script to ask again for root & pass to DB if not correct
- bug: uninstaller script to ask again for root & pass to DB if not correct +
skipping operations in DB if not needed(revoke,drop,delete)
Open:
- bug: Pydio blank page error in Ubuntu - NOT FIXED YET
How to add my REPO:
Install module:
Upgrade module:
Remove module:
Enjoy!
P.S.: Please do not forget to enable module in panel before using it
Pydio (formerly AjaXplorer) is an open source software solution for file sharing and synchronization.
This module gives users a nice file management system. As this module was created mainly to support file management, I removed/modified several not needed parts like: alerts, bookmarks, share, plugins, etc..
Works on Windows AND POSIX systems (Currently supported: CentOS & Ubuntu).
Some parts of the module code was borrowed from VJftw. THX VJftw.
PLEASE install PYDIO with ZPPY as ROOT - DO NOT USE AUTO INSTALLER IN PANEL!
You will be prompted for mysql root and password - not used for pydio itself but needed during:
- install --> will create new user & pass to work with pydio in mysql.
- uninstall --> will remove user which worked with pydio & permissions.
Module itself is not a Pydio, source files which are needed with modified pydio will be downloaded during install (aprox 17MB).
Main features:
See all data/files under user account easily in browser.
Create, Upload, Download, Edit, Drag and Drop, UNZIP - so basically total control of your files...
More on Pydio official page.
Fixes:
2020/02/04 - bug: new repo source for source files zip (v.104)
- added Debian for supported OS
2015/10/19 - bugs for installation/uninstalation scripts (v.103)
2015/09/15 - bug Application Error [0204] - fixed (v.101)
2015/09/15 - bug OnDaemonHour.hook - fixed (v.102)
- bug: CURLOPT_TIMEOUT - now setup to 0
- bug: installer script to download source zip file again, if not downloaded (limited to 3 times, then die)
- bug: installer script to ask again for root & pass to DB if not correct
- bug: uninstaller script to ask again for root & pass to DB if not correct +
skipping operations in DB if not needed(revoke,drop,delete)
Open:
- bug: Pydio blank page error in Ubuntu - NOT FIXED YET
How to add my REPO:
Code:
# zppy repo add jkmods.github.io
# zppy update
Install module:
Code:
# zppy install pydio
Upgrade module:
Code:
# NOT AVAILABLE - uninstall & install Pydio again if you need to.
Remove module:
Code:
# zppy remove pydio
Enjoy!
P.S.: Please do not forget to enable module in panel before using it