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. Discuss
  3. CAPTCHA options for Cloudron Applications

CAPTCHA options for Cloudron Applications

Scheduled Pinned Locked Moved Discuss
captchacloudron
21 Posts 6 Posters 3.9k Views 5 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.
  • L LoudLemur

    @LoudLemur

    Why CAPTCHAs are considered harmful:
    https://ezinearticles.com/?Captchas-Considered-Harmful---Why-Captchas-Are-Bad-And-How-You-Can-Do-Better&id=1104207

    W3
    https://www.w3.org/WAI/GL/wiki/Captcha_Alternatives_and_thoughts

    Human Presence (proprietary)
    https://www.humanpresence.io/

    Visual Captcha (abandoned, i think)
    https://visualcaptcha.net/demo/#

    Captchas.net (good candidate?)
    http://captchas.net/

    FriendlyCaptcha
    https://friendlycaptcha.com/

    SecurImage
    https://www.phpcaptcha.org/

    Hcaptcha
    https://www.hcaptcha.com/#plans

    svgCAPTCHA (from MIT)
    https://openbase.com/js/svg-captcha

    necrevistonnezrN Offline
    necrevistonnezrN Offline
    necrevistonnezr
    wrote on last edited by necrevistonnezr
    #9

    @LoudLemur BTW Vaultwarden / Bitwarden has captcha built-in (appears after 5 unsuccessful login attempts)

    1 Reply Last reply
    1
    • L LoudLemur

      CAPTCHA (Completely Automated Public Turing tests) are used to detect whether the user is human. Unfortunately, proprietary solutions are being used to collect biometric data which can be used to fingerprint visitors.

      We should look around for some Freedom respecting options which are not troublesome.

      If you have some ideas, suggestions, resources etc. please add them to this thread.

      For example, here is a survey of Free Software options for 2022:

      https://fixthephoto.com/best-free-captcha-sources.html

      ei8fdbE Offline
      ei8fdbE Offline
      ei8fdb
      wrote on last edited by ei8fdb
      #10

      @LoudLemur said in CAPTCHA options for Cloudron Applications:

      Unfortunately, proprietary solutions are being used to collect biometric data which can be used to fingerprint visitors.
      We should look around for some Freedom respecting options which are not troublesome.

      I agree with your motivation to find freedom respect login protections.

      However the majority of captchas are not accessible - meaning any human with a visual impairment will not be able to log in to a system.

      Multi-factor auth. is already configurable on Cloudron. In my view that is a suitable alternative, while also improving user security.

      What is the problem you're trying to solve with a captcha?

      necrevistonnezrN 1 Reply Last reply
      2
      • ei8fdbE ei8fdb

        @LoudLemur said in CAPTCHA options for Cloudron Applications:

        Unfortunately, proprietary solutions are being used to collect biometric data which can be used to fingerprint visitors.
        We should look around for some Freedom respecting options which are not troublesome.

        I agree with your motivation to find freedom respect login protections.

        However the majority of captchas are not accessible - meaning any human with a visual impairment will not be able to log in to a system.

        Multi-factor auth. is already configurable on Cloudron. In my view that is a suitable alternative, while also improving user security.

        What is the problem you're trying to solve with a captcha?

        necrevistonnezrN Offline
        necrevistonnezrN Offline
        necrevistonnezr
        wrote on last edited by
        #11

        @ei8fdb said in CAPTCHA options for Cloudron Applications:

        @LoudLemur said in CAPTCHA options for Cloudron Applications:

        Unfortunately, proprietary solutions are being used to collect biometric data which can be used to fingerprint visitors.
        We should look around for some Freedom respecting options which are not troublesome.

        I agree with your motivation to find freedom respect login protections.

        However the majority of captchas are not accessible - meaning any human with a visual impairment will not be able to log in to a system.

        Multi-factor auth. is already configurable on Cloudron. In my view that is a suitable alternative, while also improving user security.

        What is the problem you're trying to solve with a captcha?

        Usually it’s a form of rate limiting - preventing too many login attempts from a malicious actor which uses different IPs

        ei8fdbE 1 Reply Last reply
        2
        • necrevistonnezrN necrevistonnezr

          @ei8fdb said in CAPTCHA options for Cloudron Applications:

          @LoudLemur said in CAPTCHA options for Cloudron Applications:

          Unfortunately, proprietary solutions are being used to collect biometric data which can be used to fingerprint visitors.
          We should look around for some Freedom respecting options which are not troublesome.

          I agree with your motivation to find freedom respect login protections.

          However the majority of captchas are not accessible - meaning any human with a visual impairment will not be able to log in to a system.

          Multi-factor auth. is already configurable on Cloudron. In my view that is a suitable alternative, while also improving user security.

          What is the problem you're trying to solve with a captcha?

          Usually it’s a form of rate limiting - preventing too many login attempts from a malicious actor which uses different IPs

          ei8fdbE Offline
          ei8fdbE Offline
          ei8fdb
          wrote on last edited by
          #12

          @necrevistonnezr said in CAPTCHA options for Cloudron Applications:

          Usually it’s a form of rate limiting - preventing too many login attempts from a malicious actor which uses different IPs

          Yep, I thought the same but then remembered Cloudron already has rate limiting via fail2ban. I don't know (and haven't tested) if it is enabled on login page of each application hosted on an instance.

          Is there a reason why it wouldn't address the many login attempts from different IPs use case?

          1 Reply Last reply
          0
          • L LoudLemur

            @LoudLemur

            Why CAPTCHAs are considered harmful:
            https://ezinearticles.com/?Captchas-Considered-Harmful---Why-Captchas-Are-Bad-And-How-You-Can-Do-Better&id=1104207

            W3
            https://www.w3.org/WAI/GL/wiki/Captcha_Alternatives_and_thoughts

            Human Presence (proprietary)
            https://www.humanpresence.io/

            Visual Captcha (abandoned, i think)
            https://visualcaptcha.net/demo/#

            Captchas.net (good candidate?)
            http://captchas.net/

            FriendlyCaptcha
            https://friendlycaptcha.com/

            SecurImage
            https://www.phpcaptcha.org/

            Hcaptcha
            https://www.hcaptcha.com/#plans

            svgCAPTCHA (from MIT)
            https://openbase.com/js/svg-captcha

            L Online
            L Online
            LoudLemur
            wrote on last edited by
            #13

            @LoudLemur Google reCAPTCHA destroying the internet:

            https://github.com/google/recaptcha/issues/296

            1 Reply Last reply
            0
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #14

              We have been using hcaptcha for cloudron.io for a while now. Seems to work quite well.

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

                Currently we use hcaptcha for this forum with limited success, however given that the remaining spam we get is usually handcrafted, those are likely real users.

                Also we use it for https://console.cloudron.io now and that seems to work well.

                1 Reply Last reply
                2
                • L LoudLemur referenced this topic on
                • L Online
                  L Online
                  LoudLemur
                  wrote on last edited by
                  #16

                  On a podcast recently, I heard that one thing CAPTCHAs do "to identify you as a human" is use your click on the square with the ... as a permission to check your browsers recent website history on the other tabs too. I didn't check this but wouldn't be surprised.

                  1 Reply Last reply
                  0
                  • robiR Offline
                    robiR Offline
                    robi
                    wrote on last edited by
                    #17

                    Turnstile FREE for all.
                    https://blog.cloudflare.com/turnstile-ga/

                    @girish see if it makes a difference for the forum

                    Conscious tech

                    L 1 Reply Last reply
                    0
                    • robiR robi

                      Turnstile FREE for all.
                      https://blog.cloudflare.com/turnstile-ga/

                      @girish see if it makes a difference for the forum

                      L Online
                      L Online
                      LoudLemur
                      wrote on last edited by
                      #18

                      @robi said in CAPTCHA options for Cloudron Applications:

                      Turnstile FREE for all.

                      When Cloudflare use free, they mean free as in beer, not Free as in Freedom, I think. While turnstile might appear a relief, Cloudflare is a centralizing force on the internet, and I feel Turnstile could easily be used to gatekeep access to the internet. Cloudflare have been involved in censorship before and I suspect they might want to be able to do so again. They might start saying that "unusual traffic" was associated with somebody's address or something like that.

                      I wish something like this were available without needing to be a Cloudflare service, something we could run ourselves.

                      1 Reply Last reply
                      0
                      • robiR Offline
                        robiR Offline
                        robi
                        wrote on last edited by
                        #19

                        Actually they are preventing more censorship, compared to all the blocking corps and govts are doing, eroding your freedoms.

                        Beware the gaslighting.

                        Conscious tech

                        L 1 Reply Last reply
                        0
                        • robiR robi

                          Actually they are preventing more censorship, compared to all the blocking corps and govts are doing, eroding your freedoms.

                          Beware the gaslighting.

                          L Online
                          L Online
                          LoudLemur
                          wrote on last edited by
                          #20

                          @robi said in CAPTCHA options for Cloudron Applications:

                          Actually they are preventing more censorship

                          I hope you are right, @robi, and you might be, but I think that either governments are using corporations to do their dirty work, like censorship, for them, or those who own the corporations have used their power and influence to subvert governments through lobbying, etc. I think one of the ways they operate is to introduce something that seems beneficial and helpful so that it becomes accepted and widespread. Then the fangs come out and the horrible stuff begins, like censorship.

                          1 Reply Last reply
                          1
                          • robiR Offline
                            robiR Offline
                            robi
                            wrote on last edited by robi
                            #21

                            New option I came across called BasedFlare - https://gitgud.io/fatchan/haproxy-protection

                            Might be useful for @staff

                            Conscious tech

                            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