Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Rocket.Chat

66 Topics 651 Posts
  • server estimation( cpu,ram,bandwitch,ssd)

    11
    0 Votes
    11 Posts
    1k Views
    luckowL

    @blaise It heavily depends on the usage. 1.000 members without any interaction? 200 concurrent uses?

    Good news is: you can easily restore your whole Cloudron or a single app on a "bigger" instance. (just in case your vps provider can't do an upgrade of your vps).
    So the advice is: start with a smaller instance and throw some more cpu&ram on it in a later state with knowledge about the load.

  • Error: "Edit username not allowed"

    12
    0 Votes
    12 Posts
    933 Views
    marcusquinnM

    Their bot didn't like whatever format I tried posting the issue on GitHub so after a 2nd attempt got auto-closed I just emailed their Zendesk. No clue why an open-source project would use Zendesk though 🤷

  • Rocket.Chat freezing

    9
    1 Votes
    9 Posts
    2k Views
    girishG

    Can confirm. Switching channels is more reasonable now.

  • Rocket.chat "Encrypted Message" issue with several users

    Moved
    1
    0 Votes
    1 Posts
    99 Views
    No one has replied
  • Rocketchat - custom envs on running instance

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    girishG

    @parhelium I have published a new package 2.13.1. You can edit /app/data/env to add custom vars.

  • Embed Rocketchat into Wordpress

    2
    0 Votes
    2 Posts
    401 Views
    girishG

    @derin Is the rocket.chat hosted on Cloudron as well? If so you have to set the CSP headers on the chat app to allow embedding - see https://docs.cloudron.io/apps/#custom-csp

  • Spinning "wheel" in case of pdf uploads

    Solved
    5
    0 Votes
    5 Posts
    418 Views
    girishG

    @potemkin_ai It seems to appear fine in our chat instance atleast. I get a preview of the pdf as well. Do you see anything in the app logs?

    5df3896b-d0dc-49ae-9189-acd146af7d3f-image.png

    Might be worthwhile testing with different pdfs as well. Maybe some specific pdfs have issue.

  • Question about the AD/LDAP integration

    Solved
    22
    0 Votes
    22 Posts
    1k Views
    girishG

    OK, this got sorted out. There is a domain allow list set inside Rocket.Chat. There was confusion on where a user's email address comes from. It comes from the Users view and not from the Email view. The email view is used only by the mail server.

  • STUN and TURN/coTURN server for rocket.chat

    Moved
    10
    1 Votes
    10 Posts
    2k Views
    ?

    @girish Yeah that was my takeaway as well. Hopefully it is polished soon on their end.

  • Can not associate rocket.chat account and rocket.chat app

    Unsolved
    8
    0 Votes
    8 Posts
    858 Views
    girishG

    @privsec It seems if you send the request id to rocket.chat support, they can help you out . See https://github.com/RocketChat/Rocket.Chat/issues/19396#issuecomment-728653283 (Also, saw this same message on their forum - https://forums.rocket.chat/t/i-cant-connect-to-rocket-chat-cloud/9589).

  • the rocket.chat snippet is not loading

    Solved
    5
    0 Votes
    5 Posts
    446 Views
    jdaviescoatesJ

    Just to add, when I was setting this up I found the WordPress plugin didn't work, but the pasting code snippet did.

  • Rocket.Chat Dark Mode

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Rocket.Chat 3.7.0 high CPU Usage

    Solved
    3
    0 Votes
    3 Posts
    615 Views
    J

    Will do, good to know it's not an issue on my end.

    Thanks for the quick reply!

  • GitHub script / integration?

    2
    0 Votes
    2 Posts
    242 Views
    potemkin_aiP

    Just in case: I've seen that https://github.com/RocketChat/Apps.GitHub, but it doesn't seem to be installable in docker configuration of Rocket.Chat

  • A short story from an admin perspective

    2
    5 Votes
    2 Posts
    187 Views
    yusfY

    Yup, your story sums up my Cloudron experience. 😄

    2988aeb5-9a88-4409-8585-d2e137e0fb26-bild.png

  • Trouble importing mongodb data to Rocket.Chat

    10
    2 Votes
    10 Posts
    2k Views
    girishG

    @robw @alex-adestech An update on this.

    Crux of the issue is that the indices name generated are too long. @alex-adestech pointed out to me that this issue only sorted out in MongoDB 4.4 and not even MongoDB 4.2. Searching through the rocket.chat issue tracker I saw only person hit this and nobody replied. Search further, I found that Rocket.Chat doesn't even support MongoDB 4.2. The releases page mentions the versions they test with - https://github.com/RocketChat/Rocket.Chat/releases. This got me wondering why we hit this issue. Well, the answer it turns out is that Cloudron generates 32 byte mongodb database names for apps. This in turn ends up affecting the length of the index.

    I have made a fix now for Cloudron 5.6 that generates shorter names. (We have had to do something similar for apps using MySQL as well in the past).

  • 3.4.1 is out

    Solved
    4
    0 Votes
    4 Posts
    234 Views
    girishG

    Pushed a new package

  • Import data from another installation

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    kaxlineK

    @girish Ah yes, sorry. Should've looked. At least maybe this will direct someone to the docs if they end up here again.

  • Rocket Chat memory requirements

    Solved
    2
    1 Votes
    2 Posts
    779 Views
    girishG

    @YurkshireLad The memory recommendation is the absolute minimum memory below which the app won't run reliably. Like even with 1 user, it won't run properly below that recommendation.

    The amount of memory required to host 100 users... is hard to know. Usually, the answer to this depends on the how all these users user Rocket.Chat. If they use simultaneously and if they use it from multiple devices etc. Cloudron will give you a notification (email) if an app is running out of memory. So, you can just take it slow and increase the app's memory limit as you go. You can also look into the upstream project's memory recommendation for 100 users.

  • Hardware for lots of apps

    Moved Solved
    2
    0 Votes
    2 Posts
    325 Views
    girishG

    The answer depends on how many students are there in a class. mongo db also needs to be scaled up according to the number of instances you install. I don't have a specific recommendation but I would put atleast 2GB per app install. From what I have seen, rocketchat is not that CPU intensive, so 16 core should be OK for ~10-15 installs.