April 27, 201511 yr Does anyone know if there is a container for pydio for unraid. It is similar to owncloud but it has better performance and handles large numbers of files better. It also has many features and improvements over owncloud. Pydio Web site: https://pyd.io/v6 I have found that people have created a docker version of pydio already but when i add it as a source it doesn't appear to resolve. https://github.com/kdelfour/pydio-docker or https://registry.hub.docker.com/u/jprjr/ubuntu-pydio/ What do i have to do to get this installed?
April 27, 201511 yr Does anyone know if there is a container for pydio for unraid. It is similar to owncloud but it has better performance and handles large numbers of files better. It also has many features and improvements over owncloud. Pydio Web site: https://pyd.io/v6 I have found that people have created a docker version of pydio already but when i add it as a source it doesn't appear to resolve. https://github.com/kdelfour/pydio-docker or https://registry.hub.docker.com/u/jprjr/ubuntu-pydio/ What do i have to do to get this installed? Did you try this plugin? http://lime-technology.com/forum/index.php?topic=38879.0 I had a look at the dockerfile, and you'll have to add port 9000 to the template the plugin creates
April 27, 201511 yr I'm interested in this docker too. I try with the DockearSearch but seems that not working(Docker start correctly) but nothing listen in the port..
April 27, 201511 yr i have built a container of this using apache, but i'm having some permissions issue with the .htaccess file.
April 28, 201511 yr in my beta repo, there is a container for this now. just like to stress, it is in my beta repo for a reason, lol. some kinks need ironing out , email notifications and some of the plugin dependencies.
April 29, 201511 yr Author Your beta was great it work though several part of the config come up saying they are missing the mysql php extensions. How would i enable ssl support for the site? On a similar topic i dont suppose you ever though to bundle the symform program into a docker container. I is a great free cloud based backup that you can get free storage by sharing some of your extra storage. I have used it for about a year with my previous box and it worked great. http://www.symform.com/
April 29, 201511 yr Your beta was great it work though several part of the config come up saying they are missing the mysql php extensions. How would i enable ssl support for the site? On a similar topic i dont suppose you ever though to bundle the symform program into a docker container. I is a great free cloud based backup that you can get free storage by sharing some of your extra storage. I have used it for about a year with my previous box and it worked great. http://www.symform.com/ i can add in the mysql extensions to enable talking to an external mysql/mariadb container. I'm not going the route of putting in either to the container, sqlite is already in there and is more than adequate. ssl is another matter and a PITA, do you have your own cert cos that would be easier to be implemented.
April 29, 201511 yr php5-mysql added in, you will need to create a pydio database and user in an external mysql/mariadb installation prior to use. it's quite a bit "snappier" using mysql though. it's also broken some functionality of the app though, image editor for one.
May 1, 201511 yr awesome, It's better than owncloud. Very costumizable. I like it. Things that I think it's needed to this docker. - Possiblity to increase max upload size(required in php.ini) as docker parameter or something - SSL support(Possibility to use our private cert's, not autogenerated) - Mail support(I can't do work mail notification from pydio) Thanks for this docker, works very well
May 1, 201511 yr awesome, It's better than owncloud. Very costumizable. I like it. Things that I think it's needed to this docker. - SSL support(Possibility to use our private cert's, not autogenerated) - Mail support(I can't do work mail notification from pydio) Thanks for this docker, works very well to get mail to work, there is a saved file called ssmtp.conf # # Config file for sSMTP sendmail # # The person who gets all mail for userids < 1000 # Make this empty to disable rewriting. root= # The place where the mail goes. The actual machine name is required no # MX records are consulted. Commonly mailhosts are named mail.domain.com mailhub=smtp.gmail.com:587 AuthUser= AuthPass= UseSTARTTLS=yes # Where will the mail seem to come from? #rewriteDomain= # The full hostname #hostname= # Are users allowed to set their own From: address? # YES - Allow the user to specify their own From: address # NO - Use the system generated From: address #FromLineOverride=YES which you have to edit with your details, although it does have the gmail smtp already filled in, you're by no means tied to that and can change. you can find it in whatever folder you mapped to /config. edit it and stop/start the container for changes to take effect.
May 1, 201511 yr I see, thanks. I want to increase max upload size to 20GB. But if I change from pydio UI, it's set to 2GB because php.ini don't allow more
May 1, 201511 yr I see, thanks. I want to increase max upload size to 20GB. But if I change from pydio UI, it's set to 2GB because php.ini don't allow more i edited the php.ini at build time. i upped the edited php.ini to 20G and also gave it a little more maximum memory 256mb
May 1, 201511 yr I see, thanks. I want to increase max upload size to 20GB. But if I change from pydio UI, it's set to 2GB because php.ini don't allow more i edited the php.ini at build time. i upped the edited php.ini to 20G and also gave it a little more maximum memory 256mb rebuilding on dockerhub right now...
May 1, 201511 yr @ segator can we continue this here... http://lime-technology.com/forum/index.php?topic=39635
Archived
This topic is now archived and is closed to further replies.