Operations | Monitoring | ITSM | DevOps | Cloud

Collaboration

Mattermost plugins: The web app

This is the fourth installment in a series of articles on Mattermost plugins. First, we talked about how to set up your developer environment. We then examined the structure of server-side and web app plugins before walking through how to build a server-side plugin in Mattermost. In this piece, we’ll explore how to create web app plugins. The web app is written in JavaScript. It uses Redux, and you can write your plugin in Typescript as well. In this article, we’ll use JavaScript.

Project Management with Mattermost and Focalboard

We created Focalboard to be a self-hosted, open source alternative to tools like Trello, Notion, and Asana. One of the most common use cases for each of these tools is managing projects. When we looked for a project management solution to coordinate the development of Focalboard itself, the choice was clear: We would use Focalboard to build Focalboard (just like Mattermost uses Mattermost to build Mattermost).

How to get started with Mattermost on Kubernetes in just a few minutes

Since it first appeared in June 2014, Kubernetes has become something of a household name, at least in houses developers live in. The open source container orchestration platform makes challenges like load balancing, secret management, and portability a cinch and makes it easy to orchestrate large, highly scalable and distributed systems.

Embeddable Request Widget in Jira Service Management

A Jira Service Management Widget is like a mini-portal that can be embedded on any web page that you control. Customers can send you requests from anywhere; no login required. With flexible customization, you can tailor a widget’s appearance and available fields, and check a preview before you add it to a webpage.

Mattermost Recipe: Leveraging the Kubernetes Operator to deploy our Community Server

Here’s the next installment in our Mattermost Recipes series. The goal of these posts is to provide you with solutions to specific problems, as well as a discussion about the details of the solution and some tips about how to customize it to suit your needs perfectly. If there’s a Recipe you want us to cook up in the future, drop us a line on our forum.