Currently installed Pydio on a home lab, running a minimal install of Debian 9 x64, there are the problems I encountered :
Can’t use default ports 80 or 443 even with setcap parameters.
I wish to disable login feature or simply use an anonymous access, so anyone can do a drag and drop file storage, while keeping one admin panel available with admin login.
I am actually using Pydio Cells and not ajaxplorer.
Maybe there are others ways to achieve what i want in a simpler way.
getcap cells is just to make sure that the binary has the capabilities,
now as for your 80 & 443, the issue is on your debian maybe the ports are used for anything else and that’s why cells cannot bind on them.
Sorry if did not give enough details about the getcap.
Problem is solved, i didn’t understand that i had to change 8080 to 443 at the first parameter and not the third one (with ./cells install). xD
I’m looking into making a public folder for anonymous access.
As for the public folder for anonymous access, my trick is to put a share link with r/w rights which will allow anyone that has the link to be able to put data.
The recycle bin is hidden in the shared folder (or more like, there is none as it is the one of the workspace),
it is located in the workspace so only the admin or users that have access to the web ui will be able to see it.