Code Monkey home page Code Monkey logo

docker-koken-lemp's People

Contributors

bradleyboy avatar chillfox avatar mikecostello avatar nicokaiser avatar osondoar avatar starstuck avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-koken-lemp's Issues

Password reset emails not functioning

PHP's mail() function is not working inside the container, probably because sendmail is not installed. I tried installing sendmail, but then sending mail just hangs. Will need some investigation on what the best course of action is here.

HTTP Error while uploading photo

Hello,

I am facing the following issue. While uploading one (or many) photo the progress bar goes up to the end ans then it stops while trying for some seconds. After a while I get a pop up message:

"Error uploading xxx.jpg: HTTP Error"

Though when I refresh the browser the photo is seems uploaded inside the Content area.
Eventually I can upload my photos but it is a bit annoying.

Anyone that faced same issue?

Move from one server to another

I've spent hours trying to move a Koken container from one server running Docker to another. Any ideas on how to get this to work? I've tried:

  1. Copying the host directories over and using them as data volumes, creating a new container
  2. Using a host directory for a data volume for nginx while using a mysqldump + restore for MySQL

I've gotten to the point where the website appears, but all the images just show the loading animation. I've tried deleting the cache/api folder as well as setting permissions for the entire cache folder recursively to 777. I've tried clearing all caches from the admin area.

SSL Support

  • nginx config
  • Expose 8443 to host
  • Document mounting ssl_certificate, ssl_certificate_key

API Error - docker-compose

koken-issue

API Error

The theme is not able to make contact with your Koken installation. Contact your host to see if they are blocking loopback connections.

proxy script

docker run -d -p 80:80 -p 443:443 -v /etc/nginx/certs:/etc/nginx/certs -v /var/run/docker.sock:/tmp/docker.sock:ro --name=proxy --restart=always jwilder/nginx-proxy

docker-compose.yml

koken:
  restart: always
  image: koken/koken-lemp
  container_name: koken.dev
  environment:
    - VIRTUAL_HOST=koken.dev
  volumes:
    - /home/vagrant/dpl/koken.dev/src/www:/usr/share/nginx/www
    - /home/vagrant/dpl/koken.dev/src/mysql/:/var/lib/mysql

someone know how fix it?

unable to access koken

I have it deployed on a server and serve it using a subdomain (nginx) on koken.domain.com

I get an api error on accessing the normal page "check loopback connections".

If I put in a manual url I get redirected to localhost which of course doesn't work.

I'm not sure what the issue is...

Koken Loopback Issue

I realize this isn't strictly related to your project but if you're at all able to help I'd really appreciate it!
I've installed Koken on my server (http://gallery.excloo.com) and am having trouble with the API Error (The theme is not able to make contact with your Koken installation. Contact your host to see if they are blocking loopback connections.)
I've looked through your code but have been unable to locate how you fixed this, I'm just using standard nginx with a very simple config (https://github.com/maxexcloo/Docker/tree/master/applications/koken).

Thanks in advance, any help at all is greatly appreciated!

Use storage container for data volumes

We initially decided to mount volumes directly from the host as that allows easier access to storage/themes and storage/plugins, but it would be nice to wrap that in a data container instead. Would need to think of a way to access themes and plugins, perhaps through a sFTP container alongside.

Split php-fpm into two pools

Running two PHP pools (one for image processing, one for everything else) will ensure site/API rendering isn't slowed down by a flood of new image requests.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.