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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Discourse
  3. Discourse Plugin Compability?

Discourse Plugin Compability?

Scheduled Pinned Locked Moved Solved Discourse
31 Posts 11 Posters 4.8k Views 10 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • marcusquinnM marcusquinn

    @IniBudi said in Discourse Plugin Compability?:

    https://github.com/discourse/discourse-subscriptions
    https://github.com/discourse/discourse-reactions

    Did you get these working?

    W Offline
    W Offline
    wrapper
    wrote on last edited by wrapper
    #22

    I'm also struggling to get discourse-reactions to work. It loads in but only seems to work on mobile for some reason

    1 Reply Last reply
    1
    • I IniBudi

      I already tested the below plugins and it's compatible with Cloudron

      https://github.com/discourse/discourse-staff-alias https://github.com/discourse/discourse-solved https://github.com/discourse/discourse-chat-integration https://github.com/discourse/discourse-automation https://github.com/discourse/discourse-follow https://github.com/discourse/discourse-yearly-review https://github.com/discourse/discourse-zoom https://github.com/discourse/discourse-oauth2-basic https://github.com/discourse/discourse-cakeday https://github.com/discourse/discourse-topic-voting https://github.com/discourse/discourse-translator https://github.com/discourse/discourse-bcc https://github.com/discourse/discourse-assign https://github.com/discourse/discourse-bbcode https://github.com/discourse/discourse-signatures https://github.com/discourse/discourse-encrypt
      https://github.com/discourse/discourse-user-notes
      https://github.com/discourse/discourse-teambuild

      The below plugins are not compatible with Cloudron

      https://github.com/discourse/discourse-ai https://github.com/discourse/discourse-prometheus

      andreasduerenA Offline
      andreasduerenA Offline
      andreasdueren
      wrote on last edited by
      #23

      @IniBudi said in Discourse Plugin Compability?:

      https://github.com/discourse/discourse-translator

      Are you still using this plugin? I can't get it to work. Installs but won't let me use my LibreTranslate instance (or more precisely there is no translate button on the frontend under a post)

      1 Reply Last reply
      2
      • jamesJ Online
        jamesJ Online
        james
        Staff
        wrote on last edited by
        #24

        Hello Cloudron Discourse Users.

        Yesterday I took a look at the two plugins.

        Reactions

        This plugin is throwing a javascript console error:

        Uncaught Error: Could not find module `ember-curry-component` imported from `discourse/plugins/discourse-reactions/discourse/components/discourse-reactions-actions`
            at loader.js:247:1
            at h (loader.js:258:1)
            at u.findDeps (loader.js:168:1)
            at h (loader.js:262:1)
            at u.findDeps (loader.js:168:1)
            at h (loader.js:262:1)
            at requireModule (loader.js:24:1)
            at k (chunk.b7e52c4e533794a939ae.d41d8cd9.js:1:327870)
            at T (chunk.b7e52c4e533794a939ae.d41d8cd9.js:1:328090)
            at chunk.b7e52c4e533794a939ae.d41d8cd9.js:1:327340
            at y.start (chunk.b7e52c4e533794a939ae.d41d8cd9.js:1:327506)
            at HTMLDocument.<anonymous> (start-app.js:5:7)
            at discourse-boot.js:13:12
            at discourse-boot.js:1:1
        

        This might be the cause why it is not fully working.

        Translator

        This plugin is odd to say the least.
        I had it working once with LibreTranslate hosted on the same Cloudron.
        But this plugin works in some uncontrollable matter.
        After hours of debugging why suddenly in the new installation the translation button is missing, I found the following.
        This plugin determines when to show the button and when not my analyzing the currently viewed post / topic.
        And if the topic is detected to be not the discourse users locale it should display the translation button.
        But this sometimes work and sometimes not and there is no setting to just enable it everywhere.

        jdaviescoatesJ 1 Reply Last reply
        1
        • jamesJ james

          Hello Cloudron Discourse Users.

          Yesterday I took a look at the two plugins.

          Reactions

          This plugin is throwing a javascript console error:

          Uncaught Error: Could not find module `ember-curry-component` imported from `discourse/plugins/discourse-reactions/discourse/components/discourse-reactions-actions`
              at loader.js:247:1
              at h (loader.js:258:1)
              at u.findDeps (loader.js:168:1)
              at h (loader.js:262:1)
              at u.findDeps (loader.js:168:1)
              at h (loader.js:262:1)
              at requireModule (loader.js:24:1)
              at k (chunk.b7e52c4e533794a939ae.d41d8cd9.js:1:327870)
              at T (chunk.b7e52c4e533794a939ae.d41d8cd9.js:1:328090)
              at chunk.b7e52c4e533794a939ae.d41d8cd9.js:1:327340
              at y.start (chunk.b7e52c4e533794a939ae.d41d8cd9.js:1:327506)
              at HTMLDocument.<anonymous> (start-app.js:5:7)
              at discourse-boot.js:13:12
              at discourse-boot.js:1:1
          

          This might be the cause why it is not fully working.

          Translator

          This plugin is odd to say the least.
          I had it working once with LibreTranslate hosted on the same Cloudron.
          But this plugin works in some uncontrollable matter.
          After hours of debugging why suddenly in the new installation the translation button is missing, I found the following.
          This plugin determines when to show the button and when not my analyzing the currently viewed post / topic.
          And if the topic is detected to be not the discourse users locale it should display the translation button.
          But this sometimes work and sometimes not and there is no setting to just enable it everywhere.

          jdaviescoatesJ Offline
          jdaviescoatesJ Offline
          jdaviescoates
          wrote on last edited by
          #25

          @james said in Discourse Plugin Compability?:

          But this sometimes work and sometimes not and there is no setting to just enable it everywhere.

          I guess we should request a "please have it on everywhere as the logic isn't consistent and users often change or obscure their local in various ways" should be added upstream somewhere.

          @james I'd LOVE it if you could also have a look at getting this Discourse Events plugin working on Cloudron too https://meta.discourse.org/t/events-plugin/69776

          I use Cloudron with Gandi & Hetzner

          1 Reply Last reply
          1
          • jamesJ Online
            jamesJ Online
            james
            Staff
            wrote on last edited by
            #26

            Hello @jdaviescoates
            If there is time, I can check it out.
            Also, the "user locale" is not the browser user locale but the discourse user locale.
            By default, users in discourse can not even choose their locale and have to use the system-wide one.
            And by default the system-wide default locale is en.
            So if a post is created in German, it should work.
            Should, is the keyword here.

            1 Reply Last reply
            1
            • jamesJ Online
              jamesJ Online
              james
              Staff
              wrote on last edited by
              #27

              FYI @discourse users:
              After my work yesterday the discourse-reactions plugin was archived on GitHub.

              This repository was archived by the owner on Jul 10, 2025. It is now read-only.

              This plugin has now been bundled into Discourse core. See: https://meta.discourse.org/t/bundling-more-popular-plugins-with-discourse-core/373574

              So best to uninstall the plugin.

              M 1 Reply Last reply
              4
              • jamesJ james

                FYI @discourse users:
                After my work yesterday the discourse-reactions plugin was archived on GitHub.

                This repository was archived by the owner on Jul 10, 2025. It is now read-only.

                This plugin has now been bundled into Discourse core. See: https://meta.discourse.org/t/bundling-more-popular-plugins-with-discourse-core/373574

                So best to uninstall the plugin.

                M Offline
                M Offline
                mononym
                wrote last edited by
                #28

                Hi @james

                Do you suggest uninstalling all manually added plugins which will be bundled in the coming Discourse v3.5 ? To do so, I guess one has to delete the repo and rebuild the app ?

                1 Reply Last reply
                0
                • jamesJ Online
                  jamesJ Online
                  james
                  Staff
                  wrote last edited by
                  #29

                  Hello @mononym
                  I am not an expert in Discourse, I would have to investigate what Discourse is recommending upstream.

                  M 2 Replies Last reply
                  1
                  • jamesJ james

                    Hello @mononym
                    I am not an expert in Discourse, I would have to investigate what Discourse is recommending upstream.

                    M Offline
                    M Offline
                    mononym
                    wrote last edited by
                    #30

                    No worries @james 🙂

                    For now, I just deleted the plugin repo of data-exporer, the only plugin I had which is has now been included into the v3.5. I did this proactively and let Discourse on v3.4 for now. On a day with more time, I'll upgrade to v3.5 and see if my saved queries still exist.

                    Data-explorer is not a "front-end" change, so there's no requirement for a seamless transition. IDK how I would have done it for the calendar, solve etc. plugins.

                    1 Reply Last reply
                    0
                    • jamesJ james

                      Hello @mononym
                      I am not an expert in Discourse, I would have to investigate what Discourse is recommending upstream.

                      M Offline
                      M Offline
                      mononym
                      wrote last edited by mononym
                      #31

                      @james update to v3.5 went fine and the personal queries from the data-explorer plugin where still in place.

                      I now only get the notice

                      [Admin Notice] Plugin 'discourse-translator' contains code which needs updating. (id:discourse.post-stream-widget-overrides) (learn more)

                      And will have to find out again how to manually update a plugin.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search