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
@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.
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
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.
@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.
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]
@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.
@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
@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
@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.
@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.