Questions tagged [pydio]

Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization.

Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.

55 questions
0
votes
1 answer

Pydio Cells Plugins

I need to extend/customize a Pydio Cells v2 deployment and am looking for informations on how to write and deploy plugins for Pydio Cells. Sadly I cannot find any informations about that. All I can find is infos about the "old" Pydio. Could anyone…
jogo
  • 134
  • 1
  • 9
0
votes
1 answer

Is it possible to utilize Pydio's v1 or v2 API with Pydio Cells?

I'm currently using the the Pydio demo to test out the capabilities of the Pydio Cells API. https://demo.pydio.com/ I am successfully able receive valid JSON responses using a Bearer token when making calls to the Pydio Cells…
Code Novice
  • 2,043
  • 1
  • 20
  • 44
0
votes
1 answer

Can’t Run Pydio Locally

The company where I work at has a slightly modified backoffice done in Pydio 8.0.1 up and running in the server. Thing is I want to run it locally in Xampp to test if it works well alongside the new website I made for the company. My problem is that…
0
votes
1 answer

How to setup a http accessable file server with user managment?

CompanyX wants a file server setup. They have several clients they want to share files with, they'd like to give each client a unique username/password and access to their own folder. The client should then be able to login and upload files and…
user614490
  • 11
  • 3
0
votes
0 answers

Docker data volume and permission

I'm trying to write a Dockerfile file to run Pydio community edition. I've an almost working Dockerfile. RUN mv pydio-core-${PYDIO_VERSION} /var/www/pydio-core RUN chmod -R 770 /var/www/pydio-core RUN chmod -R 777 /var/www/pydio-core/data/files/…
romu
  • 177
  • 1
  • 13
0
votes
0 answers

Wordpress and platform in subdirectory

Sorry if this a duplicate question, but I'm not sure how to solve this issue. Currently I have a wordpress site in /var/www/html directory. This wordpress site is integrated with the Pydio System (Secure File Sharing for business), just like a…
esneyderp
  • 111
  • 1
  • 12
0
votes
1 answer

AjaXplorer [written in PHP] is too slow on IIS

I've installed AjaXplorer (very nice web file explorer), written in PHP, on my IIS (Windows Server 2008 SP2 x64). It works too slow for me. What can be the cause? Are there some settings in php.ini? Or, maybe, something is wrong with IIS? I use…
noober
  • 4,819
  • 12
  • 49
  • 85
0
votes
1 answer

Where does Pydio variable AJXP_DATA_PATH points in CentOS?

I'm trying to make a Pydio installation on a CentOS 7 system with Nginx + Php-fpm. I did not found a comprehensible guide, but still I think I've managed. I get this error when I try to access Pydio: Impossible write into the AJXP_DATA_PATH folder:…
0
votes
1 answer

Is it possible to mount a webdav share on windows as something other than FAT?

I have an apache server running on Linux. I have the dav module enabled. When I am on my windows computer, I mount it as a network drive. However, it shows the filesystem as FAT. Is there a way to change that to either NTFS or something else that…
Steve
  • 11
  • 1
0
votes
1 answer

nginx redirects to subfolder for prettier links

I have a question concerning nginx redirects / try_files: I have a website (vhost managed by ISPConfig3) at www.XXXYYY.com In the root directory there are folders, index.php and so on. I want certain files in…
basbebe
  • 567
  • 1
  • 9
  • 25
0
votes
1 answer

nginx: PHP-files are being downloaded after rewrite

I'm using nginx with PHP-FPM on a ISPConfig3 server. I put the following rewrite-rule in my nginx-directives (to make prettier links in Pydio): location ~ \.php$ { try_files @php; } location @php { try_files $uri =404; …
basbebe
  • 567
  • 1
  • 9
  • 25
0
votes
4 answers

Impossible write into the AJXP_DATA_PATH folder ajaxplorer

I uploaded ajaxplorer "pydio-core-5.0.4.zip" to my server and after I extracted files into a folder in the server i request the folder to starting install but i get this message : "Impossible write into the AJXP_DATA_PATH folder: Make sure to grant…
OPADA-Eng
  • 45
  • 1
  • 2
  • 10
0
votes
1 answer

Move Zpanel Default Backups Directory or Opendir Backups directory

I'm working on a script which will upload all the zpanel backups to my Amazon S3 account. It works if I don't use the zpanel backups and create and upload backups created by me using CronJob. The reason why I cannot upload the zpanel backup is I…
tintinboss
  • 672
  • 1
  • 7
  • 25
0
votes
1 answer

Ajaxplorer FTP Passive Mode issues /IIS

Im using Ajaxplorer as a ftp client to upload files. With small files works great, but there is a problem with bigger files (like 3G or more). Apparently it does the upload fine, but when it finishes I receive a message that says the file is getting…
Laura
  • 53
  • 2
  • 9
0
votes
1 answer

htaccess Redirect Loop only on Home Page

All of a sudden this morning I'm having a problem with accessing the home page to my site. I didn't make any changes so I'm not sure what the issue is. I'm guessing it has something to do with my .htaccess file. All other pages to my site, I can…
Robert
  • 99
  • 1
  • 1
  • 3