Skip to content
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

SSL #9

Open
irish-bug opened this issue Jun 20, 2016 · 2 comments
Open

SSL #9

irish-bug opened this issue Jun 20, 2016 · 2 comments

Comments

@irish-bug
Copy link

Hi, first of all thanks for setting this up.

I have a few questions, for environmental variables being set on the Mattermost server:

MATTERMOST_SERVER_PORT - Default: 80
MATTERMOST_SERVER_PATH - Default: /hooks/
MATTERMOST_SERVER_PROTO - Default: http
MATTERMOST_SERVER - Default: localhost

I'm using https, which is being forwarded by nginx, will that affect these variables?

Secondly,
in the walkthrough, you say:

Install the required modules by running npm install
Start the app by running npm start

Should this be done on the Mattermost server or the Jira server? Also, which modules are required?

Finally,
https://github.com/mattermost/platform/blob/master/doc/integrations/webhooks/Incoming-Webhooks.md
is a dead link. Any idea where they moved it?

Thanks in advance for any help.

@burckaansen
Copy link

I have same question. Did you solve the problem ?

@chitter99
Copy link

@busterbytes @burckaansen I stumbled per chance on this issue and just in case these questions are still on your mind I will try to answer them.

First Question

Best is if you enter the exact same on which Mattermost is running. So if Mattermost is running on https then write for proto https and port 443 just to be sure. Nginx would probably redirect the request but your better of this way.

Second Question

You will to run these commands on the same directory on which you downloaded or cloned this directory. Just in case be sure to install NodeJs before you run this commands.

Last Question

Mattermost changed the URL, here is the new one: https://docs.mattermost.com/developer/webhooks-incoming.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants