35 lines
		
	
	
		
			1000 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1000 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| created: 2024-11-07T00:14:49.000Z
 | |
| type: note
 | |
| updated: 2024-11-07T00:14:49.000Z
 | |
| ---
 | |
| 
 | |
| # mattermost
 | |
| 
 | |
| Collaboration for Mission-Critical Work
 | |
| 
 | |
| ## Links
 | |
| 
 | |
| - [youtube](https://www.youtube.com/watch?v=aT1HG8EHMDA&t=1s)
 | |
| - [install-ubuntu](https://docs.mattermost.com/install/install-ubuntu.html)
 | |
| - [mattermost-vs-rocketchat](https://mattermost.com/mattermost-vs-rocketchat/)
 | |
| - [configuring-mattermost-alerts](https://github.com/TwiN/gatus?tab=readme-ov-file#configuring-mattermost-alerts)
 | |
| - [notification-providers](https://github.com/louislam/uptime-kuma/blob/master/server/notification-providers/mattermost.js)
 | |
| 
 | |
| ## Install
 | |
| 
 | |
| - [x] snap (shoutrrr)
 | |
| - [x] Docker (podman?)
 | |
| - [ ] lxc
 | |
| - [ ] HAOS
 | |
| - [x] iOS
 | |
| - [x] Google Play
 | |
| - [x] Windows
 | |
| - [x] nginx
 | |
| - [x] postgres
 | |
| 
 | |
| ```bash 638665348553670000 = Wed Nov 06 2024 17:07:34 GMT-0700 (Mountain Standard Time)
 | |
| apt install mattermost -y
 | |
| install -C -m 600 -o mattermost -g mattermost /opt/mattermost/config/config.defaults.json /opt/mattermost/config/config.json
 | |
| ```
 |