Skip to content

Mattermost frontend app for OS X, Windows and Linux

License

Notifications You must be signed in to change notification settings

cifvts/matterfront

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matterfront

An application for Mattermost for OS X, Windows, and Linux, powered by Electron.

Configuring

Create a config.json file in the relevant directory for your platform:

  • ~/Library/Application Support/Mattermost on OS X
  • %APPDATA%/Mattermost on Windows
  • ~/.config/Mattermost on Linux

Make it look like this:

{
    "url": "https://mattermost.example.com/team-name"
}

Including the team name is optional but makes things incredibly smoother if you have disabled account creation and log in exclusively with GitLab SSO.

In the future, this will be settable from the UI.

Testing

Place a config.json at the root of this project and execute make run.

Building your own app

This is useful to distribute the application preconfigured inside your company.

  • place config.json inside src
  • execute make dist
  • optionally, make zip will compress the files for you.

In the future, doing this will lock the app into using only the configured URL.

Name and affiliation

Matterfront is a Mattermost frontend application. This application is in no way affiliated with nor endorsed by Mattermost. See Mattermost branding guidelines.

About

Mattermost frontend app for OS X, Windows and Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.1%
  • Makefile 19.4%
  • HTML 10.5%