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
1
vote
1 answer

Unable to use GitLab integration behind proxy

Is there a way to configure mattermost notifications from GitLab which is behind a http-proxy to another Mattermost server (not behind this proxy)? I've tried from the web UI but I have the error Something were wrong on our end. I've tried to curl…
1
vote
1 answer

MatterMost : How to Fill the Field in LdapSettings?

I’m trying to work on Ldap---->LdapSettings---->config.json and I need some clarification about the config , This is my config: > “LdapSettings”: { “Enable”: true, “LdapServer”: “myLdapServerAdress”, “LdapPort”: 389, …
Baini.Marouane
  • 579
  • 2
  • 8
  • 18
1
vote
1 answer

Can custom slash command be applied to all users of a Mattermost team?

I am in the process of adding some integrations to my Mattermost instance. My team need things like e.g. ability to create hangouts link with one slash command. However as far as I can see everyone of my team members would have to create the…
Mateusz Kubuszok
  • 24,995
  • 4
  • 42
  • 64
1
vote
1 answer

Multiple imports from Slack to Mattermost duplicates posts

When you export your history from Slack you get a .zip file. You can import this into Mattermost to aid your move from one to the other. My problem is because we haven't paid for Slack I can't export our history in one go. I have an old .zip file…
parsley72
  • 8,449
  • 8
  • 65
  • 98
1
vote
1 answer

nginx/gunicorn + Django: subdomain configuration for third party application integration

I am building a regular django project - the difference is this: I want the django website to only "work" on a specified subdomain - for example, http://www.foo.mydomain.com I want to use an entirely different application to run on another…
Homunculus Reticulli
  • 65,167
  • 81
  • 216
  • 341
1
vote
0 answers

Session management when integrating Mattermost with another backend

We building a backend for managing some core parts of our business and would like to have Mattermost for the communication part. The problem I see is seamless session management without having to dive into Mattermost's source code. Is there a way…
ankush981
  • 5,159
  • 8
  • 51
  • 96
1
vote
1 answer

Mattermost 3.6.2 Ubuntu 16.04 pgsql 9.5 db dial err issue

I'm facing of an issue when trying to test mattermost server sudo -u mattermost ./platform [2017/02/04 11:19:31 CET] [INFO] Loaded system translations for 'en' from '/opt/mattermost/i18n/en.json' [2017/02/04 11:19:31 CET] [INFO] Current version is…
1
vote
1 answer

GitLab Matter Most - Single Sign On broken

I am getting the below error when trying to use SSO for mattermost with gitlab. How do you enable OAuth2 in Gitlab? GitLab Mattermost needs your help: The system admin has turned off OAuth2 Service Provider. Go back to Mattermost My…
ILikeTurtles
  • 1,012
  • 4
  • 16
  • 47
1
vote
0 answers

How can I set a proxy for an outgoing webhook/slash command?

I want to set a proxy for an outgoing web request triggered via slash command. The web request I'm sending is never hitting my target server and I think it's because it's not routing through our proxy.
thisguy123
  • 939
  • 1
  • 9
  • 31
1
vote
0 answers

How can I use webhooks in Mattermost to redirect user activities from shared linux box to Mattermost channel

I'm able to setup Mattermost and can curl through webhooks to send some text message to the Mattermost channel however, I'm not getting any option to get more details on the payload format and keywords. I want to track the user activities on a linux…
ankit tyagi
  • 778
  • 2
  • 16
  • 27
0
votes
0 answers

nginx conflicting server name ignored

I have been trying to configure my nginx reverse proxy but I keep getting this error nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/sites-enabled/mattermost:20 nginx: [warn] conflicting…
etranz
  • 891
  • 2
  • 10
  • 29
0
votes
0 answers

Mattermost metadata priority

I have some troubles with setting priority on my BOT message Here is my payload {"channel": "@$user", "text": "Hi! Your Reminder is: $text", "metadata": {"priority":{"priority": "Urgent"}}} But message is still with no labels of priority... sending…
Gas55
  • 1
  • 1
0
votes
0 answers

Can't upgrade Mattermost to Enterprise edition

I'm trying to upgrade (Gitlab) Mattermost to Enterprise edition via the free trial but this message pops up every time I try to do so. Problem is that the command the error is talking about isn't displayed and I have no idea what I should do and on…
Mat Chr
  • 1
  • 1
0
votes
0 answers

Monitor and Alert helm deployed environments in Kubernetes

Is there any way to monitor the helm deployed applications in Kubernetes. I just want to get alert/notification when a helm app version is upgraded or changed.
0
votes
0 answers

rasa chatbot and mattermost integration process

I tried to integrate the rasa chatbot server with mattermost bot but unable to complete. An bot from the mattermost can interact the the rasa ai model added this to my crediantials.yaml file mattermost: url: “http://localhost:8065/api/v4” token:…