diff --git a/.gitignore b/.gitignore index 2e693124..ae9c7a02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -# build output -dist + # dependencies node_modules diff --git a/Dockerfile b/Dockerfile index 9bd894b4..38b699cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN npm install --unsafe-perm EXPOSE 3000 -CMD ./bin/slackin --coc "$SLACK_COC" --channels "$SLACK_CHANNELS" --port $PORT $SLACK_SUBDOMAIN $SLACK_API_TOKEN +CMD ./bin/slackin --coc "$SLACK_COC" --channels "$SLACK_CHANNELS" --port $PORT $SLACK_SUBDOMAIN $SLACK_API_TOKEN $GOOGLE_CAPTCHA_SECRET $GOOGLE_CAPTCHA_SITEKEY diff --git a/Procfile b/Procfile index 4ef841b6..618b7fb5 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bin/slackin --coc "$SLACK_COC" --channels "$SLACK_CHANNELS" --port $PORT $SLACK_SUBDOMAIN $SLACK_API_TOKEN +web: bin/slackin --coc "$SLACK_COC" --channels "$SLACK_CHANNELS" --port $PORT $SLACK_SUBDOMAIN $SLACK_API_TOKEN $GOOGLE_CAPTCHA_SECRET $GOOGLE_CAPTCHA_SITEKEY diff --git a/README.md b/README.md index c7638046..5cd7603e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# slackin +# Slackin with Google Recaptcha integration A little server that enables public access to a Slack server. Like Freenode, but on Slack. @@ -8,6 +8,7 @@ It provides emails and receive an invite (`https://slack.yourdomain.com`) - An `