Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Mattermost

56 Topics 570 Posts
  • Mattermost TE Gitlab auth with Cloudron

    5
    1 Votes
    5 Posts
    629 Views
    im-fabianI
    @girish that would be great. Could provide Cloudron SSO for Mattermost out of the box. For unique integer: We used the field employeenumber in ldap and just let the ldap server count one up per each user added.
  • Mattermost calls plugin crashes on activation

    Moved Solved tion
    12
    1
    0 Votes
    12 Posts
    2k Views
    T
    Same here, with the latest update it works now. Thank you folks for updating the cloudron app!! (You don’t realize how dependent you’ve become on a feature until it is gone
  • Mattermost Performance

    3
    4
    0 Votes
    3 Posts
    530 Views
    girishG
    @mhgcic the disk stats issue is known . A fix is coming in 7.5.2 but it's not related to your performance problem.
  • How to run mattermost desktop code on ubuntu

    5
    1 Votes
    5 Posts
    568 Views
    H
    @girish ok, thanks
  • mattermost-webapp: "configureStore" This expression is not callable.

    4
    1
    0 Votes
    4 Posts
    509 Views
    nebulonN
    Do you have a Cloudron installation? https://www.cloudron.io/ If not than you can install one and then install mattermost on your server or otherwise consult the mattermost community instead.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • extra dependencies for indexing files on mattermost

    Solved
    6
    1 Votes
    6 Posts
    723 Views
    C
    @nebulon thank you! it is working as expected from my end.
  • v7.10.3 / 1.75.1 lost/erased all files from S3

    13
    0 Votes
    13 Posts
    2k Views
    potemkin_aiP
    @scooke yes, the files were stored locally all of the time, despite my settings were quite opposite (S3)
  • Unable to use CLI commands in Terminal

    Solved
    3
    0 Votes
    3 Posts
    285 Views
    girishG
    The path on Cloudron is /app/code/bin/mattermost . See https://docs.cloudron.io/apps/mattermost/#command-line-tool
  • Changes to db setting in config.json are not persisting

    Solved
    4
    1 Votes
    4 Posts
    524 Views
    girishG
    @shrey Database and email are "special". It's part of app packaging and cannot be changed across apps. https://docs.cloudron.io/packaging/addons/ are the services provided by Cloudron. We do make things optional on a case by case basis. For example, email can be set as optionally configured in the package. Next release we will make turn configuration option. These are of course easier to do than making database configuration optional because they are not part of backups/updates.
  • Override Content Security Policy not working

    Solved
    6
    0 Votes
    6 Posts
    969 Views
    girishG
    Configure mattermost like so: [image: 1676014728303-4834cffc-77c7-4d4a-8c7c-5c571d67a905-image-resized.png] Then in surfer app (the app configured above), use the following code: <!DOCTYPE html> <html> <body style="text-align: center"> <iframe src="https://mattermost.smartserver.io" height="200" width="400"> </iframe> </body> </html> The going to surfer.smartserver.io, I get: [image: 1676014803799-cb562414-4350-48ad-b114-30832ed029d0-image-resized.png]
  • Listening address and configuring TLS via System Console

    Solved
    3
    1
    0 Votes
    3 Posts
    443 Views
    J
    @nebulon great, thanks so much for this! I should have posted here sooner, I've been scouring the internet for days looking for this. It wasn't listed in any documentation anywhere on containerized versions of Mattermost. Thanks everyone here for all the incredible work you do.
  • Mattermost Upgrade to 1.59.0 breaks

    Moved
    9
    2 Votes
    9 Posts
    1k Views
    girishG
    @robi yes, please update to latest cloudron and then update mattermost. there are some db fixes in 7.1 which are required for the upgrade.
  • Customization of email templates

    13
    0 Votes
    13 Posts
    2k Views
    girishG
    @zypA13510 awesome, thanks for testing. The backup folder will only contain the changed files.
  • Standard channels for new teams

    channels standard mattermost teams
    3
    0 Votes
    3 Posts
    541 Views
    holloschH
    @nebulon There is no hint. I'll try it in the Mattermost Community. thx
  • LDAP integration

    8
    0 Votes
    8 Posts
    1k Views
    M
    @sam_uk yes it does. I created a LAMP app and made it work, here is how: https://forum.cloudron.io/topic/6368/enable-ldap-authentication-on-mattermost/4
  • Enable LDAP Authentication on Mattermost

    4
    1 Votes
    4 Posts
    2k Views
    M
    @nj it’s not free, but you can make it work with a workaround. I had to adjust an existing project, but it works now. I put together my changes here, hope it helps: https://github.com/terehov/Mattermost-LDAP
  • Last Update (6.3.0) broke Boards

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    M
    @ashughes Perfect, that's correct. Here is the answer: https://github.com/mattermost/focalboard/issues/2119#issuecomment-1013751739 @robi It's not an issue with cloudron. So I guess as soon as there is a fix by Mattermost it will also land here. The only action step from @nebulon and cloudron would be to add some tests for boards in future releases.
  • How start a plugin as a service within Mattermost

    6
    0 Votes
    6 Posts
    956 Views
    R
    @robi oh yeah of course, but it is very easy and and I could have actually thought of it myself. #!/bin/bash cd /app/data/plugins/mail2most ./mail2most -c ./mail2most.conf This script runs with cron every five minutes to check my mails and send them to the different channels. I have 5 addresses configured and it works fine.
  • Delete user or channel

    3
    0 Votes
    3 Posts
    1k Views
    girishG
    @aizat So, the first one is a bug in mattermost UI. You can see that when you do some actions in the channels UI alone, there are some errors in the browser console. More importantly, I am able to do those actions like unarchive via the CLI just fine. As for the CLI, this mmctl is a binary that you now have to run on your PC/Mac. You can download it here - https://github.com/mattermost/mmctl/releases . I have put a small note on how to use it here - https://docs.cloudron.io/apps/mattermost/#command-line-tool