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

45 Topics 408 Posts
  • Mattermost - Package Updates

    Pinned
    104
    0 Votes
    104 Posts
    5k Views
    nebulonN

    [1.83.1]

    Update Mattermost to 9.5.3 Full changelog
  • 1 Votes
    3 Posts
    40 Views
    girishG

    You can run the CLI tool on Cloudron like https://docs.cloudron.io/apps/mattermost/#command-line-tool . Instead of the import command at https://docs.cloudron.io/apps/mattermost/#migration , use the export command.

    To get a file off Cloudron, easiest way is to export to a path under /app/data and then use the File manager to download it.

    I am also curious why you are not able to update mattermost on Cloudron. It's all automatic.

  • Packaging the enterprise version of Mattermost

    49
    2 Votes
    49 Posts
    1k Views
    Sam_ukS

    @CBCUN It was an incorrect passkey in my case. Using the correct one worked.

  • 0 Votes
    6 Posts
    61 Views
    girishG

    @cvachery yeah, I encountered the same (had to reset passwords post migration etc). Might be worth reporting upstream.

  • Mattermost v8.0+ and PostgreSQL

    18
    0 Votes
    18 Posts
    420 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
    221 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
    80 Views
    nebulonN

    Glad this got sorted

  • Poll plugin install fails

    6
    0 Votes
    6 Posts
    172 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
    98 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
    426 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
    132 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
    104 Views
    H

    @girish ok, thanks

  • 0 Votes
    4 Posts
    93 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
    129 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
    276 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
    262 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
    94 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
    121 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
    319 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