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

43 Topics 396 Posts
  • Mattermost - Package Updates

    Pinned
    103
    0 Votes
    103 Posts
    3k Views
    girishG

    [1.83.0]

    Update Mattermost to 9.5.1 Full changelog
  • Packaging the enterprise version of Mattermost

    47
    2 Votes
    47 Posts
    997 Views
    Sam_ukS

    Just to confirm this worked in the end. Thanks for the support

  • Mattermost v8.0+ and PostgreSQL

    18
    0 Votes
    18 Posts
    305 Views
    C

    Wouldn't it be possible to have an option passed to the Cloudron to let the user choose if he wants to use postgres or mysql?

  • 4 Votes
    12 Posts
    100 Views
    girishG

    @alexis Thanks for sharing the instructions but instead of copying files directly to /home/yellowtent/appsdata/xxx , you should use the File Manager .

  • 1 Votes
    8 Posts
    33 Views
    nebulonN

    Glad this got sorted

  • Poll plugin install fails

    6
    0 Votes
    6 Posts
    110 Views
    BenoitB

    Very strange, i tried again with another method. When i untar the file on my computer (ubuntu desktop) first and i send the directory with cloudron file manager and change the directory ownership, i have an error on activation and it does't work. When i send the targz file directly and extract it with the file manager and change the ownership all is ok and it works ! @girish is it normal ? Problem solved

  • Mattermost TE Gitlab auth with Cloudron

    5
    1 Votes
    5 Posts
    68 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
    12
    0 Votes
    12 Posts
    321 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
    0 Votes
    3 Posts
    87 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
    59 Views
    H

    @girish ok, thanks

  • 0 Votes
    4 Posts
    50 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
    77 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
    212 Views
    potemkin_aiP

    @scooke yes, the files were stored locally all of the time, despite my settings were quite opposite (S3)

  • calls plugin support

    Solved
    7
    1 Votes
    7 Posts
    212 Views
    potemkin_aiP

    @girish no, it's quite the opposite - a message appears in chat, and if you have notifications disabled or just miss it - nothing happens.

  • Unable to use CLI commands in Terminal

    Solved
    3
    0 Votes
    3 Posts
    65 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
    80 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
    245 Views
    girishG

    Configure mattermost like so:

    4834cffc-77c7-4d4a-8c7c-5c571d67a905-image.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:

    cb562414-4350-48ad-b114-30832ed029d0-image.png

  • Listening address and configuring TLS via System Console

    Solved
    3
    0 Votes
    3 Posts
    90 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
    417 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.