[Solved] Failed to ping db err
I am trying to set up a production environment within the Google Compute Platform. I've created a Ubuntu VM for the database and was able to get the PostgreSQL db up and running. I created the second...
View ArticleError response from daemon: Conflict. The name "mattermost-dev" is already in...
Did you find a resolution to this? I am having the same problem
View ArticleSetup behind nginx
I'm running into the same problem. Digging a bit further into it (with firebug on firefox) I was able to see that the page comes back correctly, but the HTML contains a line at the very end that (I...
View Article[Solved] Failed to ping db err
I was able to connect when I use the same server for both the DB and Mattermost using the address 127.0.0.1:5432. So I'm assuming I don't have the DB server configured properly to allow external...
View Article[Solved] Failed to ping db err
Still working with a single server, I am able to get to the last step of setting up the Mattermost Server section. The start command sudo start mattermost returns mattermost start/running, process...
View Article[Solved] Failed to ping db err
I was able to work through these issues (albeit doing the single server installation). I made it through the Nginx setup (but not through the SSL portion) and everything seems fine except for the...
View ArticleSetup behind nginx
Looks like nginx isn't settings the host properly. Can you confirm you have a line like proxy_set_header Host $http_host; in your nginx config.
View Article[Solved] Failed to ping db err
I'm guessing maybe nginx isn't configured correctly. I think you might be missing the below in the nginx config server { listen 80; and proxy_pass http://localhost:8065; see...
View Article"Switch to..." menu option shows team URL name instead of team name when...
Hi @reach3r, Verified this is the case, when GitLab SSO is used a random URL seems to be generated for the team, looking into why this is...
View Article[Solved] Failed to ping db err
Ah, I did use the example config in that install guide, but it doesn't include the listen parameter at all. I just added it and restarted the nginx service but still a no go. For reference, this is...
View Article[Solved] Failed to ping db err
Well, I originally had it without the http and after some digging realized I didn't need that. Not sure what I did differently this time, but deleting the old mattermost file and link and recreating...
View ArticleEmail Notifications - broken email content encoding and empty 'Sender' field
hi @kmazurek, There isn't a setting to change the email encoding, can you let us know what email client you're using? If there's a bug rendering characters in non-English languages we should fix it,
View ArticleGitLab integration fails to make a new user for an existing team
reach3r: We couldn't find the existing account Hi @reach3r, just to check a couple of things: Can you let us know the URL you're using to create the new account? Can you confirm the GitLab SSO account...
View Article"Switch to..." menu option shows team URL name instead of team name when...
Hi @it33!Regarding your original question (before the edit): since I'm not in the office I don't have the exact URL at hand right now, but in principal it was like this:As team name I entered "Site...
View ArticleGitLab integration fails to make a new user for an existing team
Hey @it33 to 1.: assuming you mean the exact URL from the address bar at that point, I can reproduce it tomorrow in the office (working in germany (UTC+01) and currently out of office and did not take...
View ArticleEmail Notifications - broken email content encoding and empty 'Sender' field
We live in corporate environment, so we user IBM (Lotus) Notes as email client software, which is not very ergonomic in use, but reliable. I don't manage mailing systems, just gitlab products for...
View ArticleEmail Notifications - broken email content encoding and empty 'Sender' field
I managet to hijack the email on molal MTA: From MAILER-DAEMON Thu Oct 29 11:36:02 2015 Return-Path: <> X-Original-To: piotr@mycompany.pl Delivered-To: root@localhost.localdomain Received: from...
View ArticleDelete message from incoming webhook
Hi Is there a way to delete a message from an incoming webhook? The use case is that I have a webhook that posts alerts of trouble tickets that haven't been handled in a long time, and when a new...
View ArticleTranslation : French
Hi, I would like to know if there is a french translation, and if not how can i create one ? Thanks
View ArticleSend RSS feed to Webhook?
Thanks to the guys who integrated gitlab I was able to suceed with my RSS feed integration:https://gitlab.com/m-busche/mattermost_integration_rss/tree/master It´s still work in progress, but for now,...
View Article