GithubHelp home page GithubHelp logo

docker's People

Contributors

crossan007 avatar dawoudio avatar jaskipper avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker's Issues

Fresh Install Missing mysqli

Hey,

I've tried a new install and I'm getting the following error:

PHP Fatal error: Uncaught Error: Call to undefined function mysqli_connect()

Seems the image is missing msqli?

More here: ChurchCRM/CRM#810

Backup Error

Hi, I am having the below error when performing backup.
Error making API Call to: /api/database/backup
Error text: Cannot compress entire archive with gzip, enable ext/zlib in php.ini

May I know how to edit php.ini in ChurchCRM Docker?

SSH by default

I think this should [also | exclusively] listen on SSH by default with a self signed cert.

It'll throw some warnings at user's browsers, but it should be secure by default

What does docker have in the way of cert utilities?

Docker Image is out of date

We are about to release 3.0.0, and it is unclear how to make a new build with this repo. The current build is 2.7.5 which is over a year old.

Docker-Compose Fail

System:
Windows 10 Home, Docker Tools 64

After changing the default passwords, I tried to build and receive this error

Step 1 : FROM jaskipper/alpine-apache-php7
 ---> 78ccb0ae3896
Step 2 : MAINTAINER ChurchCRM
 ---> Using cache
 ---> 363192a154e7
Step 3 : RUN apk update && apk upgrade &&     printf "Build of skipper/alpine-apache, date: %s\n"  `date -u +"%Y-%m-%dT%H:%M:%SZ"` >> /etc/BUILD
 ---> Running in 162d40fcaabf
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/community/x86_64/APKINDEX.tar.gz
fetch http://dl-4.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
fetch http://dl-4.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
fetch https://nl.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
v3.4.6-44-g5076b2f [http://dl-cdn.alpinelinux.org/alpine/v3.4/main]
v3.4.6-33-g38ef2d2 [http://dl-cdn.alpinelinux.org/alpine/v3.4/community]
v3.5.0-446-gfb41b70411 [http://dl-4.alpinelinux.org/alpine/edge/community]
v3.5.0-444-gca2e022e48 [http://dl-4.alpinelinux.org/alpine/edge/testing]
v3.5.0-446-gfb41b70411 [https://nl.alpinelinux.org/alpine/edge/main]
OK: 15830 distinct packages available
ERROR: unsatisfiable constraints:
  icu-libs-58.2-r1:
    masked in: @edge
    satisfies:
               php7-intl-7.0.14-r5[so:libicui18n.so.58]
               php7-intl-7.0.14-r5[so:libicuio.so.58]
               php7-intl-7.0.14-r5[so:libicuuc.so.58]

�[31mERROR�[0m: Service 'churchcrm' failed to build: The command '/bin/sh -c apk update && apk upgrade &&     printf "Build of skipper/alpine-apache, date: %s\n"  `date -u +"%Y-%m-%dT%H:%M:%SZ"` >> /etc/BUILD' returned a non-zero code: 2

Any Ideas as to the issue?

Application Prerequisites

Use docker image branch crm-docker-rewrite
build Dockerfile need add php7-zip

rewrite issue at AppIntegrityService.php
it will send to nginx server, but churchcrm docker image apache don't send the port information.

Move secrets out of ENV.

Secrets are tricky to do well. But it seems that many think having them in the ENV is a bad idea.

Some opinion around the issue.

I propose that config is stored in the ENV, but Secrets are moved to files that are mounted as volumes with restricted access. This is basically how Dockers own Secrets system works.

Some guidance as to why this is a good idea.

Basically, this would mean that a file represents either one secret, or a bunch of secrets are stored in one file. Mariadb/Mysql already supports reading secrets from a file.

The official MariaDB allows the use of secrets.

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.