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. App Wishlist
  3. BTCpayserver

BTCpayserver

Scheduled Pinned Locked Moved App Wishlist
64 Posts 19 Posters 13.3k Views 21 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.
  • robiR Offline
    robiR Offline
    robi
    wrote on last edited by robi
    #55

    What is Microsoft code doing there?

    Conscious tech

    1 Reply Last reply
    2
    • nostrdevN Offline
      nostrdevN Offline
      nostrdev
      wrote on last edited by
      #56

      We suspect this is an issue with the host machine

      You can test by running the following (will reset on next boot):

      sudo sysctl fs.inotify.max_user_instances=512  # Or higher, e.g., 1024
      sudo sysctl fs.inotify.max_user_watches=524288  # Increase this too if needed
      

      For permanent fix:

      • Edit or create /etc/sysctl.conf

      insert / update:

      fs.inotify.max_user_instances=512
      fs.inotify.max_user_watches=524288
      

      Then apply:

      sudo sysctl -p

      timconsidineT 1 Reply Last reply
      0
      • nostrdevN Offline
        nostrdevN Offline
        nostrdev
        wrote on last edited by
        #57

        That web app looks cool! Is it self-hostable? Thanks for adding btcpay..

        Remember that BTCPay also requires BTC Core (or Knots), or at least access to an instance somewhere

        timconsidineT 1 Reply Last reply
        0
        • nostrdevN nostrdev

          That web app looks cool! Is it self-hostable? Thanks for adding btcpay..

          Remember that BTCPay also requires BTC Core (or Knots), or at least access to an instance somewhere

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

          @nostrdev said in BTCpayserver:

          That web app looks cool! Is it self-hostable?

          Yes, if you're referring to CCAI
          You can actually use the deployed version at https://ccai.appx.uk to install CCAI onto your own Cloudron server.
          Or you do it manually (docker build, docker push, cloudrin install) by cloning the repo

          nostrdevN 1 Reply Last reply
          0
          • nostrdevN nostrdev

            We suspect this is an issue with the host machine

            You can test by running the following (will reset on next boot):

            sudo sysctl fs.inotify.max_user_instances=512  # Or higher, e.g., 1024
            sudo sysctl fs.inotify.max_user_watches=524288  # Increase this too if needed
            

            For permanent fix:

            • Edit or create /etc/sysctl.conf

            insert / update:

            fs.inotify.max_user_instances=512
            fs.inotify.max_user_watches=524288
            

            Then apply:

            sudo sysctl -p

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

            @nostrdev said in BTCpayserver:

            We suspect this is an issue with the host machine

            Thank you.
            Will investigate

            1 Reply Last reply
            0
            • timconsidineT timconsidine

              @nostrdev said in BTCpayserver:

              That web app looks cool! Is it self-hostable?

              Yes, if you're referring to CCAI
              You can actually use the deployed version at https://ccai.appx.uk to install CCAI onto your own Cloudron server.
              Or you do it manually (docker build, docker push, cloudrin install) by cloning the repo

              nostrdevN Offline
              nostrdevN Offline
              nostrdev
              wrote on last edited by nostrdev
              #60

              @timconsidine I'm sure this is totally safe but would still prefer not to enter creds on a third party domain

              Where is the repo?

              found it: https://git.cloudron.io/timconsidine/cloudron-customapp-installer

              I see that it requires docker to do the manual setup, is there a public image available?

              This tool really ought to be on the main app store, it looks really handy!!

              timconsidineT 2 Replies Last reply
              1
              • nostrdevN nostrdev

                @timconsidine I'm sure this is totally safe but would still prefer not to enter creds on a third party domain

                Where is the repo?

                found it: https://git.cloudron.io/timconsidine/cloudron-customapp-installer

                I see that it requires docker to do the manual setup, is there a public image available?

                This tool really ought to be on the main app store, it looks really handy!!

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

                @nostrdev yes there is a public docker image
                tcmbp132021/cloudron-customapp-installer:vX.Y.Z

                I’m away at present so please check hub.docker.com for the correct version number.

                Totally understand about credentials sensitivity.
                You can check the code in the repo to see nothing is stored. And no metrics captured.
                But feel free to manually use cloudron install —image tcmbp132021/cloudron-customapp-installer:vX.Y.Z after cloning the repo to have access to CloudronManifest.json

                The hosted installer is purely a service, direct install is available.

                I guess you could set up a special purpose Cloudron user and disable or change password after using it.

                1 Reply Last reply
                1
                • nostrdevN nostrdev

                  @timconsidine I'm sure this is totally safe but would still prefer not to enter creds on a third party domain

                  Where is the repo?

                  found it: https://git.cloudron.io/timconsidine/cloudron-customapp-installer

                  I see that it requires docker to do the manual setup, is there a public image available?

                  This tool really ought to be on the main app store, it looks really handy!!

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

                  @nostrdev please upvote https://forum.cloudron.io/topic/14231/ccai-cloudron-custom-app-installer 👍

                  1 Reply Last reply
                  2
                  • nostrdevN Offline
                    nostrdevN Offline
                    nostrdev
                    wrote on last edited by
                    #63

                    done! we would like to add that the packaging team should prioritise the custom app installer over btcpay server (as we can easily deploy apps using the package installer from that point onward)

                    1 Reply Last reply
                    4
                    • L Offline
                      L Offline
                      LoudLemur
                      wrote last edited by
                      #64

                      What is the latest news on official support for BTCpayserver on Cloudron?

                      1 Reply Last reply
                      1
                      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