An application for Mattermost for OS X, Windows, and Linux, powered by Electron.
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.
Place a config.json
at the root of this project and execute make run
.
This is useful to distribute the application preconfigured inside your company.
- place
config.json
insidesrc
- 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.
Matterfront is a Mattermost frontend application. This application is in no way affiliated with nor endorsed by Mattermost. See Mattermost branding guidelines.