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

Mattermost Docker: WARN[0000] (...) variable is not set

I'm currently trying to set up Mattermost on Docker following the official guide. After copying and adjusting the .env-file, and while deploying the container (using docker-compose.without-nginx as I'm going to set up traefik as the reverse…
0
votes
0 answers

How to post attachments to mattermost from jenkins ? ex: log file

I am able to send url of the log but attachment is not working getting below error:if i use attachments variable WARNING: Unknown parameter(s) found for class type 'jenkins.plugins.mattermost.workflow.MattermostSendStep': attachments
SSAR
  • 23
  • 1
  • 4
0
votes
1 answer

Create post status notification method for all pipelines

thanks in advance for the help. For our project, for which we use Jenkins, I'm working on a shared library to house all methods for our different pipelines (3 different ones). Currently I'm facing an issue, that I don't really know how to solve. I…
Gabson
  • 55
  • 12
0
votes
1 answer

Custom filter for events in mattermost-plugin-gitlab

I'm using the mattermost-plugin-gitlab. I know i can subscribe to labeled issues. But is it possible to get only messages for custom events like issue creation? E.g. i want to subscribe to messages if a new issue is created (and maybe closed) with a…
zerocewl
  • 11,401
  • 6
  • 27
  • 53
0
votes
0 answers

Kubectl rollout restart gets error: Unable to decode

When I want to restart a deployment by the following command: kubectl rollout restart -n ind-iv -f mattermost-installation.yml it returns an error: unable to decode "mattermost-installation.yml": no kind "Mattermost" is registered for version…
Lucas Scheepers
  • 505
  • 6
  • 24
0
votes
1 answer

How to configure port forwarding in gitlab?

I have configured gitlab so that I can only connect to it from a specific ip address. In gitlab.rb file I configured the url this way: external_url 'gitlab.example.pl:2000' and also configured ufw: [ 1] 2000 ALLOW IN 192.169.0.1/24 When I…
0
votes
1 answer

Failing to run Mattermost locally on a Kubernetes cluster using Minikube

Summary in one sentence I want to deploy Mattermost locally on a Kubernetes cluster using Minikube Steps to reproduce I used this tutorial and the Github…
Lucas Scheepers
  • 505
  • 6
  • 24
0
votes
1 answer

I can’t deploy Mattermost locally on a Kubernetes cluster using Minikube

Summary in one sentence I want to deploy Mattermost locally on a Kubernetes cluster using Minikube. I'm using Minikube v1.23.2 and Kubernetes v1.22.2 Steps to reproduce I used this tutorial and the Github…
Lucas Scheepers
  • 505
  • 6
  • 24
0
votes
1 answer

Wrong certificate being presented behind apache reverse proxy

I think I know the reason this is happening but I don't know how to fix it. I have a reverse proxy set up on one server and it's proxying from port 443 to my mattermost server (not on the same machine) on the default port of 8065. I have SSL set up…
Rich
  • 39
  • 1
  • 5
0
votes
0 answers

Getting NGINX to point to docker mattermost-preview

I'm trying to follow this: https://forum.mattermost.org/t/recipe-embedding-mattermost-in-web-applications-using-an-iframe-unsupported-recipe/10233 I'm running a dockerized version of mattermost. I am running a dockerized container of nginx. I…
Ayudh
  • 1,673
  • 1
  • 22
  • 55
0
votes
0 answers

Updating Mattermost from release-5.29 to release-5.33 brokes my volume data

I will like to know why is my db connection broking after I upgrade mattermost from 5.29 version to 5.33 release version. I was trying to figure out the issue in forums but i haven't catch this problem in another place. This is my code base from my…
0
votes
1 answer

MatterMost retrieve posts since timestamp

Using MM 5.26.1, I'm performing the following commands which work: $ curl -i -d '{"login_id":"mihai","password":"bCsTx6GZZAAAAAA"}' http://localhost:8065/api/v4/users/login # now have a token which I can use for subsequent queries $ curl -i -H…
Mihai Galos
  • 1,707
  • 1
  • 19
  • 38
0
votes
1 answer

Bad redirection of Mattermost docker behind reverse proxy apache2

I am trying to install the docker version of Mattermost on my Ubuntu 14.04 with apache2 version 2.4.7. Here is the configuration of mattermost-ssl.conf: ServerAdmin webmaster@localhost …
Gabriel Cretin
  • 365
  • 3
  • 16
0
votes
0 answers

How to set up development server for Mattermost

https://developers.mattermost.com/contribute/server/developer-setup/ I tried to follow along the instructions for Window/WSL set up According to the instruction: "If you are using 1803 or higher, then you need to create a file /etc/wsl.conf" I've…
0
votes
1 answer

what is the collision of rand.Read

I have encountered two problems while browsing mattermost code Why the length of data []byte is 1+(length*5/8)? why is length multiplied by 5? what is the collision of rand.Read? on Linux and FreeBSD, rand.Read uses getrandom(2) if…
jk2K
  • 4,279
  • 3
  • 37
  • 40