pydio docker?


Recommended Posts

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?

Link to comment

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
Link to comment

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/

Link to comment

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.

Link to comment

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 ;)

Link to comment

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.

Link to comment

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...

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.