Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Focalboard or Mattermost #74

Open
cobordism opened this issue Jun 27, 2023 · 5 comments
Open

Focalboard or Mattermost #74

cobordism opened this issue Jun 27, 2023 · 5 comments
Labels
question Further information is requested

Comments

@cobordism
Copy link

I am a little confused about the relationship between mattermost and focalboard.

Especially in light of the change outlined here: https://github.com/mattermost/focalboard/discussions/4645 I was wondering if this playbook will transition to installing mattermost with the boards plugin or if it will stay with the focalboard "community version".

thanks.

@spantaleev
Copy link
Member

It's confusing, because they said they would only support it until April 2023, yet they continue making some new releases including this v7.11.0 prerelease from 5 days ago.

Looks like our version (currently focalboard_version: 7.9.3) is outdated. If you're using Focalboard, you may try adding focalboard_version: 7.11.0 to your vars.yml file and updating. Please confirm if it's OK, so we can bump the version in the ansbile-role-focalboard role repository.

We're not using Focalboard due to it lacking basic features to make it useful, so we can't test upgrades.


Otherwise, we have no plans for hosting Mattermost ourselves, but we're open to someone else coming up with a role (based on one of our other roles) and doing a PR for it.

@cobordism
Copy link
Author

someone else coming up with a role (based on one of our other roles) and doing a PR for it.

that would be great :)

@cobordism
Copy link
Author

If I install mattermost manually (using docker), how can I integrate it with the traefik reverse proxy?

@spantaleev
Copy link
Member

By doing these:

  • adding the appropriate container labels - you can get inspired from the labels for some of the other services
  • connecting it to the traefik container network

@cobordism
Copy link
Author

cobordism commented Jun 29, 2023

By doing these:

* adding the appropriate container labels - you can get inspired from the labels for some of the other services

* connecting it to the `traefik` container network

can you give me a little help?
I learned that I can add labels in the docker-compose.yml like so:

       traefik.docker.network: "traefik"
       traefik.enable: "true"

Is that what you mean? I also need to specify a Network: tag? should it be "traefik"? should it be set for the container?

I was trying to inspect the containers launched by mash, but it's a bit overwhelming. I wouldn't know where to start.

(for reference, I was doing this: https://docs.mattermost.com/install/install-docker.html#deploy-mattermost-on-docker-for-production-use )


or maybe another way: can I manually add another port / servername for trafaek to reverse proxy and manage ssl certificates and I do the rest manually completely independent of mash? I've been trying to get the mattermost docker to integrate with mash but it's too tangled and complex for the uninitiated.

@moan0s moan0s added the question Further information is requested label Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants