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


Skip to content
  • 0 Votes
    41 Posts
    2k Views
    girishG

    Zulip is quite different UI-wise from other chat applications. It's concept of threads/topics may or may not be confusing depending on what previous chat application you used. https://rust-lang.zulipchat.com/ is rust lang's zulip instance if you want to check it out.

    Does anyone have experiences to share about Zulip here?

  • 1 Votes
    2 Posts
    593 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.

  • 0 Votes
    9 Posts
    500 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.

  • Hardware for lots of apps

    Moved Solved Rocket.Chat
    2
    0 Votes
    2 Posts
    211 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.

  • livechat (rocket.chat) disappear

    Moved Solved Rocket.Chat
    4
    0 Votes
    4 Posts
    306 Views
    minhbaopM

    @girish Thanks .

  • Rocket.Chat Livechat localization

    Moved Solved Rocket.Chat
    2
    0 Votes
    2 Posts
    358 Views
    girishG

    @sstefan I guess you are referring to https://github.com/RocketChat/Rocket.Chat/tree/develop/packages/rocketchat-i18n/i18n ? Is an entire file missing or does a file need to be updated?

    Ideally, if you can just contribute your changes upstream, then we can pull it down from there in the next release. Please see https://rocket.chat/docs/contributing/translating/ . Alternately, I can tell you how to build rocket.chat package from Cloudron source package until your changes are merged (it's very easy).

  • Rocket Chat glitch...

    Moved Solved Rocket.Chat
    7
    0 Votes
    7 Posts
    420 Views
    nebulonN

    Hi @micmc is this still an issue?

  • Accessing MongoDB for Rocket.Chat

    Moved Solved Rocket.Chat
    8
    0 Votes
    8 Posts
    780 Views
    girishG

    @alex-adestech And the web app requires mongodb? I am wondering why you want mongo username and password. But as @murgero pointed out, please create a new thread and we will help you out.

  • RocketChat oauth issue

    Moved Solved Rocket.Chat
    4
    0 Votes
    4 Posts
    891 Views
    nebulonN

    I understand the upsides of OAuth and initially we attempted to use OAuth in more apps, however more users prefered using ldap for tighter integration, as ldap usually gives a better user experience inside the app not leaving the app first for the redirect. Also the auto login mechanism in OAuth was sometimes confusing. We won't put up the effort at the moment to support multiple auth backends directly in the app installation/configuration out of the box as that increases the testing amount to ensure proper updates.