Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Mattermost
  3. Installing Focalboard plugin on Mattermost with Cloudron

Installing Focalboard plugin on Mattermost with Cloudron

Scheduled Pinned Locked Moved Mattermost
12 Posts 4 Posters 2.1k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    alexis
    wrote on last edited by
    #3

    @MelodyKH3, do you have more insctructions to install? I start with cloudron and I'm not a linux specialist šŸ˜ž
    @girish, is it suported by cloudron? No risk to crash my cloudron installation?

    girishG 1 Reply Last reply
    0
    • A alexis

      @MelodyKH3, do you have more insctructions to install? I start with cloudron and I'm not a linux specialist šŸ˜ž
      @girish, is it suported by cloudron? No risk to crash my cloudron installation?

      girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #4

      @alexis said in Installing Focalboard plugin on Mattermost with Cloudron:

      @girish, is it suported by cloudron? No risk to crash my cloudron installation?

      It won't crash cloudron itself but it may crash mattermost. Unfortunately, these things are totally beyond our control. I also have no idea about the current status of focalboard and couldn't find any specific update at https://forum.mattermost.com either.

      A 1 Reply Last reply
      0
      • girishG girish

        @alexis said in Installing Focalboard plugin on Mattermost with Cloudron:

        @girish, is it suported by cloudron? No risk to crash my cloudron installation?

        It won't crash cloudron itself but it may crash mattermost. Unfortunately, these things are totally beyond our control. I also have no idea about the current status of focalboard and couldn't find any specific update at https://forum.mattermost.com either.

        A Offline
        A Offline
        alexis
        wrote on last edited by
        #5

        @girish and you plan to add this plugin in the market app of Mattermost like calls, GitLabs, GitHub, ... ?

        1 Reply Last reply
        0
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #6

          @alexis sorry, i don't understand. are you asking you the plans for focalboard plugin? We are not the authors of the plugin. I think maybe you can ask at https://github.com/mattermost/focalboard/discussions ?

          A 1 Reply Last reply
          0
          • girishG girish

            @alexis sorry, i don't understand. are you asking you the plans for focalboard plugin? We are not the authors of the plugin. I think maybe you can ask at https://github.com/mattermost/focalboard/discussions ?

            A Offline
            A Offline
            alexis
            wrote on last edited by
            #7

            Thanks @girish and sorry because maybe I not use th good term ! And my english is not perfect.
            I ask again : Why "Boards" is not listed in the "App maketplace" in my mattermost ?
            I don't understand why there are "Calls", "GitLabs", "GitHub" are listed and not "Boards"
            Is it clearer ?

            girishG 1 Reply Last reply
            0
            • A alexis

              Thanks @girish and sorry because maybe I not use th good term ! And my english is not perfect.
              I ask again : Why "Boards" is not listed in the "App maketplace" in my mattermost ?
              I don't understand why there are "Calls", "GitLabs", "GitHub" are listed and not "Boards"
              Is it clearer ?

              girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #8

              @alexis no worries.

              Boards used to be listed in the marketplace but it was de-listed. Please see https://github.com/mattermost/focalboard#disclaimer . It became a "community" app. Community apps have to be installed manually . You have to download the plugin from GitHub and upload it in mattermost UI.

              1 Reply Last reply
              1
              • Dave SwiftD Offline
                Dave SwiftD Offline
                Dave Swift
                wrote on last edited by
                #9

                I'm using Mattermost boards on Cloudron and it works great.

                You'll need to upload the plug-in manually.

                To enable plugin uploads, manually set PluginSettings > EnableUploads to true in your config.json file and restart Mattermost.

                To install the plug-in download the binary file from the GitHub repository and then upload it in System Console > Plugin Management.

                1 Reply Last reply
                2
                • A Offline
                  A Offline
                  alexis
                  wrote on last edited by
                  #10

                  Thanks @girish and @Dave-Swift, I try that tomorrow.

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    alexis
                    wrote on last edited by
                    #11

                    Thanks for your help.
                    To help the next person who asks the question, here is the complete procedure:

                    SSH console:
                    Download the latest version from https://github.com/mattermost/focalboard/releases
                    On this page, locate the one that bears the tag ā€œlatestā€
                    As I write these lines it is v7.11.4
                    Open your ssh console and go to the Mattermost installation folder
                    If you don't know where it is, follow the "Find the Mattermost installation folder" procedure at the bottom of this post
                    Then move to ./data/plugins
                    At home: /home/yellowtent/appsdata/aaaaaaaa-bbbb-cccc-dddd-3be7e9371bb7/data/plugins
                    Type the command: wget https://github.com/mattermost/focalboard/releases/download/v7.11.4/mattermost-plugin-focalboard.tar.gz
                    Then: tar -xvzf mattermost-plugin-focalboard.tar.gz
                    Finally: rm mattermost-plugin-focalboard.tar.gz
                    Restart (if you don't know how to do this, follow the "Restarting Mattermost" procedure)

                    In Mattermost
                    Click on the 9 squares by composing another at the top left of Mattermost then ā€œSystem Consoleā€
                    In "PLUGINS" > "Mattermost Boards, activate the plugin
                    Return to your "Channels"
                    Boards now appears šŸ™‚

                    ā€œFind the Mattermost installation folderā€ procedure:
                    Go to mattermost settings (if you don't know how to do it, follow the procedure "Find Mattermost settings"
                    Left click in ā€œStorageā€
                    There you will find the Mattermost storage folder.
                    At home: /home/yellowtent/appsdata/aaaaaaaa-bbbb-cccc-dddd-3be7e9371bb7/data

                    ā€œRestarting Mattermostā€ procedure
                    Go to Mattermost settings (if you don't know how to do this, follow the "Find Mattermost settings" procedure
                    Click in the left menu on ā€œRepairā€
                    Then ā€œRestart Appā€

                    ā€œFind Mattermost Settingsā€ Procedure
                    In Cloudron, in My Apps, click on the small toothed wheel that appears at the top right when hovering over the Mattermost apps
                    You arrive on the settings page

                    1 Reply Last reply
                    1
                    • girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #12

                      @alexis Thanks for sharing the instructions but instead of copying files directly to /home/yellowtent/appsdata/xxx , you should use the File Manager .

                      1 Reply Last reply
                      3
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search