←back to thread

1502 points JustSkyfall | 1 comments | | HN request time: 0.227s | source
Show context
nodar86 ◴[] No.45286333[source]
Hey! I have an open-source project for browsing an exported slack archive, it may be useful to you so you can see and search the history: https://github.com/pkarolyi/slack-archive-browser

I haven’t maintained it in a while since it works for us, but PRs are welcome :)

A good first one would be adding non-slack authentication as currently it only supports Slack openid for logging in, but it uses next-auth and should be simple to extend

replies(1): >>45286522 #
preisschild ◴[] No.45286522[source]
Mattermost also has a tutorial to import your slack messages

https://docs.mattermost.com/administration-guide/onboard/mig...

replies(2): >>45286735 #>>45286847 #
danielheath ◴[] No.45286735[source]
I have been running a Mattermost instance with a few thousand users for years now.

It really hasn’t required any maintenance at all beyond incrementing the version number.

They are starting to tighten the screws (showing admins a warning if you have over 2500 users), but it’s still looking good for a few years before I need to act on that.

replies(1): >>45287110 #
1. pcthrowaway ◴[] No.45287110[source]
Notably, Mattermost can be forked to a community edition if the team behind it does anything too user-hostile. It's a fine balance for them to keep their "team edition" nudging users to a supported edition without being so annoying that users are motivated to make that community edition.

I have other reasons to want a community edition personally, but sadly they've been successful enough thus far that there isn't enough interest from other developers to make it happen.