-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install on fresh droplet ubuntu 16.04 - report #25
Comments
In fact simply using the "pip" command from the cli caused the exact same error. I deleted:
This at least allows me to go further...
(I did not upgrade) |
Nextcloud is working! :) On the way I had additionally to make the following moves:
For this warning ensure you fqdn is pointing to the machine IP (update your DNS entries) There IS also the warning: |
I'm closing this as an issue - since the immediate problem is solved. |
Just FYI, traefik web interface seems to work out of the box. The portainer web interface is broken... I will get round to looking at this later on... |
Did you enter .../portainer/ (with the trailing slash) as the url? I checked the playbook on Ubuntu 16. There is a problem with the python package dependencies. Since Ubuntu 20.04 is around the corner I'm not going to investigate this issue any further. If some has a solution I'm happy to intgegrate it. |
.../portainer/ does appear to be the solution Thanks :) Just a "quick" question - I'm going through the playbook and trying to understand "docker" ;) (also doing web research of course). But I welcome any shortcuts(!):
Which all looks fine. Where I am struggling is to know where and how the imagemagick code itself is placed into the container - (docker newbie as you know) I don't see it added explictly e.g. in prep-docker/Ubuntu.yml Currently dragging and dropping a TIFF file to a nextcloud folder does not result in the generation of a thumbnail. |
Ok... getting the hang of this. |
it's in the nextcloud docker file: if you want to change php settings you have to edit before you run the playbook https://github.com/ReinerNippes/nextcloud_on_docker/blob/master/roles/docker_container/files/php.ini or change it in /opt/nextcloud/config/php.ini (but don't run the playbook after that again. it will revert your changes.) |
THANKS btw for all your tips :) Something in the install of imagemagick / imagick is the problem. https://github.com/nextcloud/docker/blob/fbdb70e856554676a695f6bbb290ed55fc0edb62/17.0/fpm-alpine/Dockerfile#L33
Interestingly
For either imagick or gd or both(!) what appears to be missing perhaps is either the additional installation of e.g.: libtiff-dev in the same section of the dockerfile... Looking at e.g. nextcloud/docker#594 I can see some discussion and some suggested ways of adding image types to the setup. From my own experience last year I "had" to add all kinds of additional libs to get the imagemagick BINARY itself to handle more formats, e,g,(these are only examples not code to copy and paste):
_(i.e. I needed extra features in the imagemagick to get features to work (image handling) in nextcloud. I was in particular investigating https://github.com/matiasdelellis/facerecognition for nextcloud at that time). (In nextcloud/docker#594 there is some discussion on whether a full imagemagick binary is needed...) My quick question to you - when you install the software here - via |
OK. How to customize a docker container you can see in the branch elasticsearch.
I won't integrate this into my playbook because it is to specific. IMHO it should be fixed in the original nextcloud images. |
Hallo Reiner, I used your tips and the fpm-alpine FULL at: https://github.com/nextcloud/docker/blob/master/.examples/dockerfiles/full/fpm-alpine/Dockerfile Thanks for lowering me gently into the docker (via ansible) world with your patient tips. |
Great that it works. Thanks for your feedback. |
When I run the playbook as shown in the README I get a network.yml error:
The text was updated successfully, but these errors were encountered: