How can I remove Teams from Gitlab Mattermost
I have now tried with version 2.1 but I do get an error panic: no language found in "config.json" What does that mean and how can I fix that? The stack trace looks like this: goroutine 1 [running]:...
View ArticleHow can I remove Teams from Gitlab Mattermost
look into http://forum.mattermost.org/t/cli-tool-still-crashing-and-throwing-errors-in-2-1-0/1132 did you load the right en.json in the current directory?did you su or sudo to mattermost?
View ArticleOmnibus installer broken in 8.6.0?
In Nginx configuration, two virtual hosts can coexist on the same port. This should not be a problem. It's possible there is a bug in Mattermost GitLab packaging in 8.6.0 but I haven't heard anything...
View ArticleMattermost in Docker = blank page in Safari
I have running Mattermost with Docker and everything is working fine in Firefox, but Safari gives me a blank page. http://89.248.166.90 Anyone an idea?
View ArticleCan I white label mattermost?
I'm looking for clarity on the question of whether your rather confusing license permits white labeling mattermost. I first started an issue on github about this (id 2464, I can just include 2 links...
View ArticleOmnibus installer broken in 8.6.0?
@dblessing Yes. I've only edited /etc/gitlab/gitlab.rb and then did the gitlab-ctl dance. Notably the external_url was honored, but more or less nothing else. Can you point me to the bugtracker and...
View ArticleOmnibus installer broken in 8.6.0?
@dblessing And on the subject of two virtual host on the same port: How is this handled? Despite that I disabled gitlab on that host reaching out to port 80 presents the gitlab login. So if both,...
View ArticleHow can I remove Teams from Gitlab Mattermost
Yes, I used sudo. There is no en.json file but my problem starts earlier I guess: there is no language defined and therefore it doesn't even look for a en.json file. So: how do I define the language...
View Article[Solved[ Losing Mattermost settings after GitLab update
@tpro you may want to look into https://github.com/gitlabhq/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template where you can find a full list of variables that you can define...
View ArticleWebSockets on CentOS 6
Hi @Jeroen52, We've built Mattermost as a real-time messaging solution and WebSockets are core to the user experience as they allow for the user to receive messages, notifications and other events...
View ArticleChanging from HTTP to HTTPS results in ERR_CONNECTION_REFUSED for both...
Hi @revxx14, Have you tried setting all the following in your gitlab.rb? You'll need another SSL certificate just for Mattermost. mattermost_external_url 'https://mattermost.gitlab.example'...
View ArticleIs there a **simple** way to automatically email messages to an external...
Hi @BlueAnanas, Your best option for a more immediate solution would be to make use of the outgoing webhooks and build some sort of small hosted application that will receive the events anytime...
View ArticleHow can I remove Teams from Gitlab Mattermost
jurgenhaas: there is no language defined and therefore it doesn't even look for a en.json file I don't think so. The code to blame is found somewhere starting at line 22 in utils/i18n.go and tells...
View ArticleHow can I remove Teams from Gitlab Mattermost
That makes sense, thanks for that explanation. So the error message is a bit misleading but I can see where this is coming from. Now I'm going to /opt/gitlab/embedded/service/mattermost/i18n and call...
View ArticleIs there a **simple** way to automatically email messages to an external...
jwilander: some sort of small hosted application is exactly what i wanted to avoid. An external hoster is a no go and would make more Email troubles. But setting up another tomcat or django...
View ArticleMattermost in Docker = blank page in Safari
Are you running the :dev docker image? If so we had a problem with safari on master. It should be fixed now. Update the docker image and it should work.
View ArticleHow can I remove Teams from Gitlab Mattermost
jurgenhaas: Now I'm going to /opt/gitlab/embedded/service/mattermost/i18n and call sudo /opt/gitlab/embedded/bin/mattermost -version -config="/var/opt/gitlab/mattermost/config.json" getting another...
View ArticleMattermost in Docker = blank page in Safari
This is what i have in my yml file: mattermost: image: mattermost/platform ports: - 80:80 restart: always
View ArticleChanging from HTTP to HTTPS results in ERR_CONNECTION_REFUSED for both...
Ah, no I did not. I think I see how to get this working, I'll report back if I make any progress.
View ArticleCan I white label mattermost?
Mattermost source code is available under an open source license and you are not restricted from changing the Mattermost name and logos to something completely different and compiling your own...
View Article