+1 for Zammad
mtd-sales
Posts
-
zammad - user support/ticketing solution -
LDAP integration@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
-
OpenBalena@girish The reason could be that it's quite stable already. We use their commercial SaaS version that uses that in the background but provides a nice UI and it works like charm. I guess they are more focused on supporting new devices and updating their OS, which happens regularly.
You can check their forums. I mean, those guys ported Docker to ARM in the first place. -
PostHog is developer-friendly, open-source product analyticsI would love to see it too!
-
Last Update (6.3.0) broke BoardsI was able to fix it by changing the following values in table
focalboard_schema_migrations
version
15 -> 11 (I figured that's the current version)dirty
1 -> 0
-
LDAP Email attributeSounds super useful indeed!
We could manage all our users centrally and create mailboxes for them too -
Mattermost / Backup / Postgres / S3@fbartels Thank you very much. I guess I'll try the official way. Thanks for pointing out the functionality of add-ons.
-
Last Update (6.3.0) broke BoardsThank you, guys.
Unfortunately, it didn't fix it for me, since plugins were already enabled.Then I found this in my logs:
Jan 18 11:25:23 {"timestamp":"2022-01-18 10:25:23.926 Z","level":"error","msg":"Not activating plugin because diagnostics are disabled","caller":"app/plugin_api.go:928","plugin_id":"com.mattermost.nps"}
So I enabled diagnostics. However this was the result (not sure if its related to this update):
Jan 18 11:28:35 {"timestamp":"2022-01-18 10:28:35.229 Z","level":"error","msg":"Unable to activate plugin","caller":"app/plugin.go:142","plugin_id":"focalboard","error":"error initializing the DB: Dirty database version 15. Fix and force version."}
-
Last Update (6.3.0) broke Boards@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. -
Enable LDAP Authentication on Mattermost@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:
-
Mattermost v8.0+ and PostgreSQL@girish I understand, thank you. Looks like they are working on a migration path. So I would prefer to wait before packaging a new one.