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
  • 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. App Wishlist
  3. Language Tool (from languagetool.org)

Language Tool (from languagetool.org)

Scheduled Pinned Locked Moved Solved App Wishlist
16 Posts 12 Posters 2.9k Views 12 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #6

    So it makes absolutely sense to host it yourself with cloudron.

    1 Reply Last reply
    4
    • S Offline
      S Offline
      seeker
      wrote on last edited by
      #7

      Wow this would be pretty cool. At one point it had a thunderbird extension. But it looks like it suffered from Mozilla's moved to web-extensions
      https://forum.languagetool.org/t/firefox-extension-port-to-thunderbird/207

      1 Reply Last reply
      3
      • ruihildtR ruihildt

        Language Tool is a Grammar, Style and Spell Checker. LanguageTool checks your writing in more than 20 languages.

        See: https://languagetool.org/

        You can run it from your server directly, instructions: https://dev.languagetool.org/http-server

        And there are two docker implementations listed in their doc:

        • https://github.com/Erikvl87/docker-languagetool
        • https://github.com/silvio/docker-languagetool
        timconsidineT Offline
        timconsidineT Offline
        timconsidine
        App Dev
        wrote on last edited by
        #8

        @ruihildt indeed very cool
        Just deployed languagetool on a Coolify instance, and it's very nice.

        Dockerfile doesn't seem too complex, but some pieces I am not sure how to handle for custom package.

        girishG 1 Reply Last reply
        1
        • timconsidineT timconsidine

          @ruihildt indeed very cool
          Just deployed languagetool on a Coolify instance, and it's very nice.

          Dockerfile doesn't seem too complex, but some pieces I am not sure how to handle for custom package.

          girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by girish
          #9

          @timconsidine Is this entirely selfhosted ? And any instructions on how to deploy to coolify?

          timconsidineT 1 Reply Last reply
          0
          • girishG girish

            @timconsidine Is this entirely selfhosted ? And any instructions on how to deploy to coolify?

            timconsidineT Offline
            timconsidineT Offline
            timconsidine
            App Dev
            wrote on last edited by
            #10

            @girish yes, seems to be entirely self-hosted.
            There is no landing page or app front page.
            You get an error if you try to access the URL.
            It just needs to be running, and then typically in the settings of a browser extension (under Advanced) you can specify your custom url (in form of https://app.domain.tld/v2)

            LanguageTool is one of the built-in "services", as they call their packaged apps. Terminology a little strange, but hey ho.

            So really it is just a question of :

            • installing Coolify (which has nice easy install script),
            • setting up the FQDN for Coolify,
            • specifying a "destination" (docker)
            • selecting the Services link in the left sidebar
            • press the + button and choosing LanguageTool
            • select the 'destination' (docker), fill in the blanks including the URL for the 'service'
            • remember to actually start it ! (doesn't auto-start on installation)

            That's all that's needed from memory.
            I can reinstall the service if you need 💯 % certainty of steps.

            Coolify is interesting, but quite sparse in terms of apps.
            Not a patch on Cloudron.
            Seems more angled to deploying own written apps.
            Links to Github nicely to pull repo, but I can't get my Cloudron Gitlab linked.

            L 1 Reply Last reply
            5
            • marcusquinnM Offline
              marcusquinnM Offline
              marcusquinn
              wrote on last edited by
              #11

              Notable feature of this is that the self-hosted version doesn't have the same character-limit as the free Basic SaaS server.

              Well worth having here for that liberation alone IMHO.

              I pay for Premium too, but to introduce that to a large team could be costly, and this would be a noble alternative to make sure they are checking spelling and grammar on longer documents with the Browser extension installed.

              Also worth noting, it works very well with native integration in LibreOffice 7.4+.

              Web Design https://www.evergreen.je
              Development https://brandlight.org
              Life https://marcusquinn.com

              1 Reply Last reply
              2
              • scookeS Offline
                scookeS Offline
                scooke
                wrote on last edited by scooke
                #12

                @timconsidine said in Language Tool (from languagetool.org):

                I'm using this (Language Tool) on a Yunohost instance, and it is super handy!

                A life lived in fear is a life half-lived

                1 Reply Last reply
                2
                • ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by A Former User
                  #13

                  I am also a paying customer but would like to offer it to my family also. It works in German perfectly.

                  RazielKanosR 1 Reply Last reply
                  1
                  • ? A Former User

                    I am also a paying customer but would like to offer it to my family also. It works in German perfectly.

                    RazielKanosR Offline
                    RazielKanosR Offline
                    RazielKanos
                    wrote on last edited by
                    #14

                    @wirkaholic yeah, no wonder, it's an app from a German team 😄
                    I've been in contact with them about an android app - since we only use android in the company, I'd never ever pay a single cent to apple...

                    1 Reply Last reply
                    2
                    • timconsidineT timconsidine

                      @girish yes, seems to be entirely self-hosted.
                      There is no landing page or app front page.
                      You get an error if you try to access the URL.
                      It just needs to be running, and then typically in the settings of a browser extension (under Advanced) you can specify your custom url (in form of https://app.domain.tld/v2)

                      LanguageTool is one of the built-in "services", as they call their packaged apps. Terminology a little strange, but hey ho.

                      So really it is just a question of :

                      • installing Coolify (which has nice easy install script),
                      • setting up the FQDN for Coolify,
                      • specifying a "destination" (docker)
                      • selecting the Services link in the left sidebar
                      • press the + button and choosing LanguageTool
                      • select the 'destination' (docker), fill in the blanks including the URL for the 'service'
                      • remember to actually start it ! (doesn't auto-start on installation)

                      That's all that's needed from memory.
                      I can reinstall the service if you need 💯 % certainty of steps.

                      Coolify is interesting, but quite sparse in terms of apps.
                      Not a patch on Cloudron.
                      Seems more angled to deploying own written apps.
                      Links to Github nicely to pull repo, but I can't get my Cloudron Gitlab linked.

                      L Offline
                      L Offline
                      LoudLemur
                      wrote on last edited by
                      #15

                      @timconsidine said in Language Tool (from languagetool.org):

                      Coolify

                      Interesting. Coolify supports Svelte, which is regarded as a next technology:

                      https://svelte.dev

                      6038b7bc-833c-4fc9-9a69-111251af1c01-image.png

                      1 Reply Last reply
                      1
                      • nebulonN Offline
                        nebulonN Offline
                        nebulon
                        Staff
                        wrote on last edited by
                        #16

                        This is now packaged and the forum section is at https://forum.cloudron.io/category/157/languagetool

                        1 Reply Last reply
                        5
                        • nebulonN nebulon locked this topic on
                        • girishG girish marked this topic as a question on
                        • girishG girish has marked this topic as solved on
                        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