ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. mattermost
    Log in to post
    • All categories
    • scottalanmillerS

      Mattermost Behind Nginx and Cloudflare Script Load Error

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx mattermost cloudflare
      8
      0 Votes
      8 Posts
      1k Views
      1

      @scottalanmiller said in Mattermost Behind Nginx and Cloudflare Script Load Error:

      @Pete-S said in Mattermost Behind Nginx and Cloudflare Script Load Error:

      @scottalanmiller said in Mattermost Behind Nginx and Cloudflare Script Load Error:

      @black3dynamite said in Mattermost Behind Nginx and Cloudflare Script Load Error:

      s your setup is Cloudflare proxy -> Nginx proxy -> apache (mattermost)?

      CF Proxy > Nginx Proxy > Mattermost (MM is its own server)

      And yes, if I disable the CF Proxy, it works.

      Why the double reverse proxies?

      That's the standard. You are always expected to have your node.js servers behind a reverse proxy. And CloudFlare is the CDN cache in front. This is the universal standard for all web servers. Plenty of times to avoid it, of course, but this is the baseline system design.

      In this case, MM is a raw node server so has none of the protections or handling of a system like Nginx. Nginx also provides the ability to have multiple sites behind one IP address. MM doesn't do that on its own, nor does CloudFlare. No different than how MangoLassi is on NodeBB, also a node platform, behind Nginx, behind CloudFlare.

      CF can't do the details port and IP handling, Nginx can't do the globally distributed cache.

      Thanks for the clarification Scott. I (wrongly) thought that Cloudflare was a full featured proxy and could do the same job as haproxy, nginx etc.

    • F

      GitLab install on CentOS using Salt

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion salt gitlab mattermost
      4
      2 Votes
      4 Posts
      752 Views
      JaredBuschJ

      @flaxking said in GitLab install on CentOS using Salt:

      The Azure CentOS image I used for testing didn't have firewalld enabled by default

      Well a, very, old version of CentOS minimal had that issue natively. Maybe that is what Azure built on.

    • scottalanmillerS

      Installing Mattermost on CentOS 7

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux ntg lab scale scale hc3 mattermost instant messaging centos centos 7 golang projects slack
      17
      6 Votes
      17 Posts
      9k Views
      NashBrydgesN

      For those who were still having problems getting Mattermost running on CentOS 7, I was also having the same problems and couldn't get beyond the postgres install. I found another guide and with a few tweaks, I was able to get this running.

      https://www.howtoforge.com/tutorial/install-mattermost-with-postgresql-and-nginx-on-centos7/

      The change that was required from this guide was in the "Download and Extract Mattermost"

      Instead of...
      [root@mattermost ~]# wget -q "https://github.com/mattermost/platform/releases/download/v2.0.0/mattermost.tar.gz" -O mattermost.tar.gz

      Use this...
      wget https://releases.mattermost.com/3.3.0/mattermost-team-3.3.0-linux-amd64.tar.gz

      Then in the next block, instead of...
      tar -xvzf mattermost.tar.gz

      Use this...
      tar -xvzf mattermost-team-3.3.0-linux-amd64.tar.gz

      After that, follow the guide to the letter and it will get you to this...
      0_1473265786807_upload-d89fe07b-7d71-4d39-8dd7-e00395f6aa84

      @aaronxiang @wirestyle22 @scottalanmiller

    • AmbarishrhA

      Mattermost –Open source, self-hosted Slack-alternative

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion mattermost slack
      26
      3 Votes
      26 Posts
      5k Views
      scottalanmillerS

      @pete-s said in Mattermost –Open source, self-hosted Slack-alternative:

      @voip_n00b said in Mattermost –Open source, self-hosted Slack-alternative:

      @pete-s said in Mattermost –Open source, self-hosted Slack-alternative:

      We use Zoho Cliq's guest chat for that.

      Hmmmm.... https://help.zoho.com/portal/en/kb/zoho-cliq/cliq-user-guide/cliq-chats/group-chat/articles/

      I can't get that link to work...

      If you wanted to know more about guest chat, go here:
      https://help.zoho.com/portal/en/kb/zoho-cliq/cliq-user-guide/cliq-chats/cliq-chat/articles/what-is-a-guest-chat

      Zoho Cliq is slightly confusing though because external users and guest users are completely different things.

      External users are Zoho Cliq users belonging to another organization. So external to your organization. Anyone can sign up though. So if you invite an external user that doesn't have Zoho Cliq, he will receive an invitation to sign up.

      Guest users are non-Zoho Cliq users (that haven't signed up for a Zoho account). If you invite a guest users, they will not receive an invitation to sign up, they will receive a login link so they can chat with you.

      Yeah, we use those features. It's nice.

    • 1 / 1