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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    BTCpayserver

    App Wishlist
    8
    16
    1094
    Loading More Posts
    • 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.
    • P
      parhelium last edited by

      Start Accepting Bitcoin Payments With 0% Fees & No Third-party

      https://btcpayserver.org/

      murgero 1 Reply Last reply Reply Quote 8
      • murgero
        murgero App Dev @parhelium last edited by

        @parhelium Oh this is pretty neat. I built something similar a few years ago with a close cousin of mine. It will be very cool to see this on Cloudron.

        --
        https://urgero.org
        ~ Professional Nerd. Freelance Programmer. ~
        Matrix: @murgero:urgero.org

        robi 1 Reply Last reply Reply Quote 1
        • robi
          robi @murgero last edited by

          @murgero said in BTCpayserver:

          @parhelium Oh this is pretty neat. I built something similar a few years ago with a close cousin of mine. It will be very cool to see this on Cloudron.

          Oh yes, same here. We built a private exchange and cross-chain coin swap market with Ark.io

          For those that aren't as familiar with crypto, one only needs a public address to accept payments, but using only that, there is no feedback system that validates the payment was made and other important feedback loops, like triggering a swap or product shipment.

          Life of Advanced Technology

          1 Reply Last reply Reply Quote 1
          • S
            sysadmin last edited by

            +1

            Right now BTCPayServer is by far the most serious option for self-hosted crypto payment processor.

            1 Reply Last reply Reply Quote 0
            • S
              sysadmin last edited by sysadmin

              I suppose this would be deployable on a free license, maybe I should try my hand at Cloudron packaging. Not sure that I can support it long-term personally though. Hopefully I can develop with a free license server deployment.

              Some more info about this platform has also been discussed here: https://forum.cloudron.io/topic/4738/accept-bitcoin/

              Atleast Cloudron UG does not host any servers and btcpayserver is already non-custodial. Nice qualities there.

              1 Reply Last reply Reply Quote 1
              • S
                subtlecourage last edited by

                Gosh!

                It would serve me to do a better job at searching before posting.

                I just posted a similar post for this request

                Is there a way we can get this in front of peoples eyes without spamming them?

                This is something, that I would probably pay to have developed on cloudron as a priority.

                S 1 Reply Last reply Reply Quote 1
                • S
                  sysadmin @subtlecourage last edited by sysadmin

                  @subtlecourage Let me work on this tomorrow. This tutorial doc makes it seem very simple, let's hope I didn't just jynx myself.

                  A counter-argument to adding this to cloudron might be that we are adding attack surface to what is essentially financial infrastructure. Some of Cloudron's apps might not have ever been security audited on the upstream side (unless this is an app requirement I am not aware of). Cloudron devs seem to push major updates quickly and support auto updating out-of-the-box, so that definitely helps. Again, I just think for powerful financial software like this it's important to consider. Multi-host cloudron is around the corner too.

                  Also keep in mind we already have this nice official tool that will produce a custom one-liner to install on a brand new VPS: install.btcpayserver.org They even offer the ability to SSH into the server for you via that webapp (I'm not sure if this is client or server side since wasm exists), although I feel more comfortable with the manual script option myself. It might also be neat if Cloudron borrowed from this approach.

                  I still think it is a great option for Cloudron, don't get me wrong. Researching and packaging a good user-friendly SOC stack might be where I look next if I'm not getting too far ahead of myself. Apps like Grafana + Prometheus + Metabase are already on cloudron so that's nice

                  S micmc 2 Replies Last reply Reply Quote 2
                  • S
                    subtlecourage @sysadmin last edited by

                    @sysadmin Those are all valid points.

                    Personally, I would probably want it on its own dedicated cloudron box anyways.

                    But I would be intrigued to hear what others have to say about it.

                    Also, that install script http://install.btcpayserver.org/ is awesome!

                    robi 1 Reply Last reply Reply Quote 0
                    • micmc
                      micmc @sysadmin last edited by

                      @sysadmin That sounds good as you lift legitimate points, that I believe should be, and certainly are to some degree, considered for any app anyway. One thing though, I would not necessarily call this a "financial structure" more than a simple Payment Gateway to your BTC account, WHERE is the actual infrastructure, which is BLOCKCHAIN as we all know it.

                      This app also would run on its own container and I do not need to explain here how this is then running independently from all other app on the box, on the server. Indeed, it's a powerful 'financial' software and hopefully this would not be one's only payment option.

                      Of course, we would not accept to run any crappy quickly coded app and thus, there are many details to consider when one wants to add any kind of app the CR box.

                      So, when you look at the actual app source this is where one can see if this would be advanced enough to be considered to be added to a CR box.

                      The app has an API and is already set to reach to the largest audience of website users/owners with integration to WordPress, Woocommerce, Drupal, Tor, Magento, and PrestaShop and it's developed with rage by 89 developers and 496 releases until now (seems to be started 3 years ago), with the most recent one 8 hours ago. Main code language is C#.

                      There actually is ONLY 65 open issues out of ONLY 1044 and that means a lot already imho. I see no issue with hacked 'financial infrastructure' or anything in the like. In the contrary, this seems to an powerful and stable enough app ready for production.

                      My 2cents on the matter 😉
                      Andy


                      https://marketingtechnology.agency
                      For cutting edge web technologies

                      1 Reply Last reply Reply Quote 2
                      • robi
                        robi @subtlecourage last edited by

                        @subtlecourage said in BTCpayserver:

                        Personally, I would probably want it on its own dedicated cloudron box anyways.

                        No need as once we have Sysbox integrated as an option in the UI (or default) the isolation per container will be much stronger, not needing a separate machine.

                        Life of Advanced Technology

                        micmc S 2 Replies Last reply Reply Quote 2
                        • micmc
                          micmc @robi last edited by

                          @robi said in BTCpayserver:

                          @subtlecourage said in BTCpayserver:

                          Personally, I would probably want it on its own dedicated cloudron box anyways.

                          No need as once we have Sysbox integrated as an option in the UI (or default) the isolation per container will be much stronger, not needing a separate machine.

                          And that's a big PLUS... yeah.
                          Andy


                          https://marketingtechnology.agency
                          For cutting edge web technologies

                          1 Reply Last reply Reply Quote 0
                          • S
                            subtlecourage @robi last edited by

                            @robi Fantastic.

                            I don't really know to much about docker or docker separation - so that's cool its already being addressed.

                            1 Reply Last reply Reply Quote 0
                            • S
                              sysadmin last edited by sysadmin

                              Thankfully Cloudron will make isolating infrastructure super easy to do with multi-host coming soon in v7.0

                              I haven't heard of sysbox, but rootless docker + user namespaces per container is pretty good at solving something currently "bad" security-wise about docker.

                              Regarding btcpayserver, I am waiting on a server deployment and will be testing it shortly

                              P 1 Reply Last reply Reply Quote 1
                              • S
                                subtlecourage last edited by

                                So how is this one coming along?Anyone deploy it successfully?

                                jordanurbs 1 Reply Last reply Reply Quote 0
                                • P
                                  privsec @sysadmin last edited by

                                  @sysadmin said in BTCpayserver:

                                  Thankfully Cloudron will make isolating infrastructure super easy to do with multi-host coming soon in v7.0

                                  I haven't heard of sysbox, but rootless docker + user namespaces per container is pretty good at solving something currently "bad" security-wise about docker.

                                  Regarding btcpayserver, I am waiting on a server deployment and will be testing it shortly

                                  How did that deployment go?

                                  We are starting to consider this as well, and would love your feedback.

                                  1 Reply Last reply Reply Quote 0
                                  • Referenced by  P privsec 
                                  • jordanurbs
                                    jordanurbs @subtlecourage last edited by

                                    @subtlecourage also curious..

                                    Any updates?

                                    1 Reply Last reply Reply Quote 1
                                    • First post
                                      Last post
                                    Powered by NodeBB