Git Product home page Git Product logo

alpine-ghost's People

Contributors

davelampton avatar kennethlimcp avatar killianbrackey avatar kilpatty avatar petems avatar tevjef avatar thiagoalmeidasa avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

alpine-ghost's Issues

Error with the SSL environment variables

var devForceAdminSSL= CheckEnvVar('DEV_FORCE_ADMIN_SSL', 'false') === 'false';

so if - DEV_FORCE_ADMIN_SSL=true in docjer-compose.yml then true === false which is false. So devForceAdminSSL will be false. Same goes for the production one too.

Error connecting smtp with STARTTLS

I'm getting

ERROR: Error: 140500104592424:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:794

when try to connect my smtp server using STARTTLS.

I solved my problem following this instructions
nodemailer/nodemailer#358 (comment)

We need to add the requireTLS option from nodeMailer in this image. I can use the PR #9 as a model and write my own PR, but I would like to receive your comments before I begin to write.

WARNING: Tini has been relocated to /sbin/tini.

Hi,
I never used tini before but I saw this warning in my logs.
I do use alpine 3.5

I don't know the implications but I thought you might like to know.

$ docker container logs 7f2a040c3ef3
WARNING: Tini has been relocated to /sbin/tini.
Please update your scripts to use /sbin/tini going forward.
/usr/bin/tini has been preserved for backwards compatibility in Alpine 3.4,
but WILL BE REMOVED in Alpine 3.5.

npm info it worked if it ends with ok
npm info using [email protected]
npm info using [email protected]
npm info prestart [email protected]
npm info start [email protected]

> [email protected] start /usr/src/app
> node index

Cheers!

Error with boolean variables

Hi, first of all, congrats for this job.

I don't know how do you use boolean variables from docker-compose because in my tries these variables are converted from boolean to string.

Example:

---
docker-compose
PROD_MAIL_SECURE_CONNECTION: 'false'

And then, inside the container:

> typeof(process.env['PROD_MAIL_SECURE_CONNECTION'])
'string'

To work around this problem, I have edited the config.js file to use JSON.parse in specific variables, but I think the CheckEnvVar function could be improved testing for true or false strings, and then convert the value, like in http://stackoverflow.com/questions/3976714/converting-string-true-false-to-boolean-value

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.