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
13
votes
3 answers

Golang reverse proxy with multiple apps

I want to serve two or more web applications running in a VM (different ports and some time in different directory under the same port) from the host machine and because I need the user to be logged before he can access those apps I can not use a…
Amine
  • 133
  • 1
  • 1
  • 7
8
votes
4 answers

Errors when installing AjaXplorer

I am trying to install AjaXplorer but running in to problems. The first run test asks me to set my locale to UTF-8 but I am not sure how to do this. If I skip the warning I get the following error and wondered if it has something to do with…
jayuk20
  • 81
  • 1
  • 4
6
votes
2 answers

Invisibly rewriting root to subdirectory using mod_rewrite (ajaxplorer)

I've been looking on various sites reading mod_rewrite examples for a few hours, and have used it many times before successfully... but I'm trying something new with it now and can't for the life of me get it working! I'm using a PHP file manager…
BT643
  • 3,495
  • 5
  • 34
  • 55
3
votes
2 answers

AjaXplorer - Users from server

I discovered AjaXplorer and I was wondering if I could set up an account system so that it uses the logins from the server it connects to. If AjaXplorer is unable to do this, were could I find an alternative that could?
daxvena
  • 1,140
  • 3
  • 14
  • 30
3
votes
0 answers

node.js s3 file browser/explorer

I've been searching the web for a node.js package that mimics to some extent CKFinder or AjaXplorer. I am in need of browsing S3 but even if the package was dedicated to local storage that would be a great starting point. The main purpose of the…
Pzanno
  • 2,185
  • 2
  • 20
  • 23
2
votes
0 answers

Python, Pydio, Rest and module requests to send a file

Totally newbie on python, I had to try to upload a gzip file using requests module and python3.5 launched from a freeBSD bash. Here is my upload.py after gathering the Internet information I managed to get: #!/usr/bin/env python3.5 import requests,…
Don Pedro
  • 41
  • 5
2
votes
0 answers

How do I authenticate user from remote server in ajaxplorer

Actually for one application I am using Ajaxplorer and I have one particular domain for authenticate (i.e. www.example.com) and I am trying to authenticate user from that domain, I tried a lot to implement from the following links Bridging…
Jayant Patil
  • 158
  • 2
  • 14
2
votes
0 answers

Codemirror (AjaXplorer/Linux Webserver): ANSI-files with special characters

I have a AjaXplorer installation on a Linux Webserver. One of the plugins of AjaXplorer is Codemirror - to view and edit text files. Now I have the following situation: If I create a txt-File on Windows (ANSI) and upload it into Ajaxplorer (UTF-8),…
Sven OS
  • 35
  • 1
  • 5
1
vote
4 answers

php script on Windows hosting does not list ftp files (ftp_rawlist issues)

I'm trying to list some files from an external FTP server using php ftp functions on a Windows shared hosting, but I'm having several problems. I firstly tried with a couple of web applications like ajaxplorer and net2ftp, but I got frustrated and I…
alliuca
  • 396
  • 2
  • 13
1
vote
1 answer

Ajaxplorer uploaded files have the wrong permissions

When I upload a file with Ajaxplorer 3.2.4 it always sets the file permissions of the uploaded file to 0600 and I can't access the uploaded files (like images) directly. Is there a way to set the default file permissions for uploaded files to 0664?
user962284
  • 670
  • 1
  • 12
  • 29
1
vote
1 answer

Pydio Cells docker + NGINX = 404 error on /ws/chat and /ws/event

I have set up a Docker container using the pydio/cells:2.1.1 image from dockerhub. My docker-compose.yaml contains the following section: cells: image: pydio/cells:2.1.1 environment: - CELLS_NO_TLS=1 -…
Rik
  • 351
  • 2
  • 10
1
vote
2 answers

How do you upload files/folders to Pydio Cells using the Pydio Cells API

So far the API calls that appear to help me in getting to my end goal of eventually uploading or viewing files and folders via the API are as follows: POST https://demo.pydio.com/a/tree/admin/list POST https://demo.pydio.com/a/workspace GET…
Code Novice
  • 2,043
  • 1
  • 20
  • 44
1
vote
0 answers

nginx php-fpm file and minimum folder permissions for maximum security multi user/app

I have set up an nginx server nginx/1.10.2 on CentOS 7. I have configured nginx to use php-fpm PHP 5.4.16 (fpm-fcgi) (built: Nov 6 2016 00:30:57). I use a new pool configured at /etc/php-fpm.d/piwik.conf: [piwik] user = piwik group = piwik listen =…
oisi
  • 21
  • 1
  • 5
1
vote
0 answers

How to make my LAMP use 7.1 instead of 5.6.25 (with Pydio)

Following (not a very good) documentation of Pydio 7, I managed to have both php 7.1 & 5.6.25 installed on my CentOS 7.3 LAMP server. Looks like php 5.6.25 is used by the Pydio 7 portal & I need to make it use 7.1.3. info.php…
GTXBxaKgCANmT9D9
  • 276
  • 4
  • 12
1
vote
1 answer

How to convert docker run command into json file?

I was wondering if anyone knows how to create a json file that would be the same as running: docker run -p 80:80 -p 443:443 starblade/pydio-v4 I trying something very ambitious, I want to start my docker container in kubernetes-mesos cluster but…
7StringRG
  • 21
  • 1
  • 6
1
2 3 4