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/Mattermoston OS X%APPDATA%/Mattermoston Windows~/.config/Mattermoston 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.jsoninsidesrc - execute
make dist - optionally,
make zipwill 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.