logiciels_libres:mattermost
                Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| logiciels_libres:mattermost [2021/10/08 17:12] – klorobionten | logiciels_libres:mattermost [2021/10/08 17:18] (Version actuelle) – klorobionten | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Mattermost Server ====== | ====== Mattermost Server ====== | ||
| - | How to host mattermost on your own serv ? | + | How to host mattermost on your own server | 
| + | |||
| + | ===== Source Code ===== | ||
| + | |||
| + | Download the source : | ||
| + | |||
| + | < | ||
| + | wget https:// | ||
| + | </ | ||
| ===== Apache2 modules ===== | ===== Apache2 modules ===== | ||
| - | You need to enable the following apache modules: mod_rewrite , mod_proxy, mod_proxy_http, | + | You need to enable the following apache modules: | 
| You can use the apache2 enable mod command, a2enmod : | You can use the apache2 enable mod command, a2enmod : | ||
| Ligne 18: | Ligne 26: | ||
| </ | </ | ||
| ... and so on. | ... and so on. | ||
| + | |||
| + | ===== Apache2 configuration - SSL ===== | ||
| + | |||
| + | Under / | ||
| + | |||
| + | < | ||
| + | < | ||
| + | < | ||
| + | ServerName mattermost.yourdomain.org | ||
| + | |||
| + | SSLCertificateFile / | ||
| + | SSLCertificateKeyFile / | ||
| + | Include / | ||
| + | |||
| + | ProxyPreserveHost On | ||
| + | |||
| + | < | ||
| + |  | ||
| + | </ | ||
| + | |||
| + | # Set web sockets | ||
| + | RewriteEngine On | ||
| + | RewriteCond %{REQUEST_URI} / | ||
| + | RewriteCond %{HTTP: | ||
| + | RewriteCond %{HTTP: | ||
| + | RewriteRule .* ws:// | ||
| + | |||
| + | < | ||
| + | Require all granted | ||
| + | ProxyPass http:// | ||
| + | ProxyPassReverse http:// | ||
| + | ProxyPassReverseCookieDomain 127.0.0.1 mattermost.yourdomain.org | ||
| + | </ | ||
| + | |||
| + | </ | ||
| + | </ | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
logiciels_libres/mattermost.1633705935.txt.gz · Dernière modification : 2021/10/08 17:12 de klorobionten
                
                