Questions tagged [mattermost]

Mattermost is an open source, self-hosted team communication service that is an alternative to SaaS messaging services such as Slack.

150 questions
0
votes
1 answer

Interactive Message Buttons not updating the web app

I have implemented an Interactive Message Button and when pressed, the response is an update of the message. In the Desktop app it works fine. But in the Browser I have to refresh to see the update. I think this is a bug because it does not make…
Andreas Scharf
  • 136
  • 1
  • 2
  • 10
0
votes
0 answers

Jira Mattermost Integration

I am having hard time integrating Jira and Mattermost. After configuring Webhook in mattermost and Jira, I get HandleIncomingWebhook code=400 error in mattermost log. And, JIRA (Beta) integration in mattermost does not post anything to mattermost.…
AlwaysALearner
  • 335
  • 8
  • 23
0
votes
1 answer

Mattermost web-app connectivity from local(windows machine) to mattermost-server which install on AWS server

I am trying to connect Mattermost web-app from local(windows machine) to mattermost-server which install on AWS server. So my question is... Is it possible? which files are used for API call in Mattermost web app?
0
votes
1 answer

Mattermost, slash command response as message attachment

I have this block of code that builds a message attachment and/or a table for the response of a slash command; $attachments = array(); if (!count($whereClause)) { $data .= "**Can Not Build Query**\n"; } else { if ($data =…
Mark Carpenter Jr
  • 812
  • 1
  • 16
  • 32
0
votes
1 answer

jenkinsfile loading local variables in groovy script

Not a lot of experience programming but happy to learn. Question: Sending jenkinsfile build error data to mattermost works just fine locally in the file, but when loaded as a .groovy script it fails "silently". Any guidance on why / how I can post…
stach
  • 1
  • 1
  • 3
0
votes
1 answer

Install free SSL https for port forwarding address

I have mattermost installed in my local server, currently login to it using http://192.168.x.x:8065, and I've setup a ddns port forwarding for it, means that I can login to mattermost using http://xxx.ddns.net:8065 as well. Now I'm going to install…
Kyc Kyc
  • 161
  • 1
  • 1
  • 8
0
votes
1 answer

mattermost-push-proxy not fire push notification

I've been trying to configure push-proxy on my server.i have done complete installation from here mattermost-push-proxy After installation my server is running but when i want to test notification from curl curl…
coder
  • 540
  • 1
  • 5
  • 17
0
votes
1 answer

How to use stun.l.google.com behind a corporate proxy?

I want to configure my local copy of https://github.com/mattermost/mattermost-webrtc/blob/master/vagrant/janus/config/janus.cfg to enable video calls for test purposes in Mattermost. One part is: [nat] stun_server = stun.l.google.com stun_port =…
qräbnö
  • 2,722
  • 27
  • 40
0
votes
1 answer

Howto: Avatar for Mattermost in Jenkins on Project Basis

We use the Mattermost Plugin for Jenkins. When the Pipelinebuild has finished in Jenkins it shall send a message to the hook in mattermost reporting the status of the build. Can I assign an avatar on per project basis like failure { …
user2656732
0
votes
1 answer

Apache2 Websocket Proxy for Mattermost from dynamic dns host

i'm using mattermost locally at home in a Vagrant Virtual Machine. With Port Forwarding on my DSL Router, i map the web frontend on a subomain on my WAN vHost with fixed IP. ServerName chat.domain.tld ServerSignature Off …
0
votes
1 answer

How can I execute a command which has a combination of quotes and double quotes?

The purpose of my script is to send a message to a Mattermost server. So I use curl to do so : #!/bin/bash message="This is my message with potentially several quotes in it ..." url=http://www.myMatterMostServer.com/hooks/myMattermostKey payload="{…
OphyTe
  • 68
  • 9
0
votes
1 answer

Escape whitespaces in a json defined in bash

I want to send a notification to our mattermost channel, if my build script fails: test.sh #!/bin/bash set -eEx projectName="$(grep '' config.xml | sed "s@.*\(.*\).*@\1@" |…
mles
  • 4,534
  • 10
  • 54
  • 94
0
votes
1 answer

nginx server configuration for Gitlab Mattermost (using non-bundled nginx server)

I'm trying to configure Gitlab Mattermost as per https://docs.gitlab.com/omnibus/gitlab-mattermost/README.html. I am using a non-bundled nginx server, which is configured as described here. The rest of Gitlab is currently working; I can access it by…
pianoJames
  • 454
  • 1
  • 5
  • 14
0
votes
1 answer

How to sent Json over web socket connection in Mattermost?

I am working on Mattermost API. Currently i am stuck with web socket. To authenticate with an authentication challenge, first connect the WebSocket and then send the following JSON over the connection { "seq": 1, "action":…
Munavvar
  • 11
  • 6
0
votes
1 answer

Mattermost compilation failed (Ubuntu 16.06)

I'm trying to compile Mattermost on Ubuntu (I have Node 7.x installed, and even tried this with 6.x) but am getting the following types of errors: [701] ./images/favicon/apple-touch-icon-120x120.png 471 bytes {60} [built] [failed] [1 error] [702]…
ankush981
  • 5,159
  • 8
  • 51
  • 96
1 2 3
9
10