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. BTCpayserver

BTCpayserver

Scheduled Pinned Locked Moved App Wishlist
32 Posts 16 Posters 5.6k Views 18 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.
  • J Offline
    J Offline
    jtippetts
    wrote on last edited by
    #17

    Has any progress been made on getting BTCPay Server set up as a Cloudron App?

    1 Reply Last reply
    2
    • L Offline
      L Offline
      LoudLemur
      wrote on last edited by
      #18

      What is the latest on BTCpay Server on Cloudron? It was version 1.0.6.2 when it was request. Many releases have been made since then.
      https://github.com/btcpayserver/btcpayserver/releases?page=10

      Now we are on version 1.12.5
      https://github.com/btcpayserver/btcpayserver/releases

      Licence: MIT
      Docker: Yes
      Active development: Yes
      Demo: https://mainnet.demo.btcpayserver.org/login?ReturnUrl=%2F

      Some features include point-of-sale support, crowdfunding support and a button to tip developers.
      https://docs.btcpayserver.org/Apps/

      BTCpay Server also supports some applications found on Cloudron, so lets support this!

      brave_dHJHKzzsN1.png

      1 Reply Last reply
      4
      • Dennis4720 0D Offline
        Dennis4720 0D Offline
        Dennis4720 0
        wrote on last edited by
        #19

        This would be nice to have

        1 Reply Last reply
        2
        • N Offline
          N Offline
          nostrdev-com
          wrote on last edited by
          #20

          We are offering a 210 EUR bounty (paid in BTC) if somebody can package this for cloudron

          J 1 Reply Last reply
          4
          • J Offline
            J Offline
            JulianHafermann
            wrote on last edited by
            #21

            I will give it a try, but no promises.

            1 Reply Last reply
            5
            • jrl-abstract27J Offline
              jrl-abstract27J Offline
              jrl-abstract27
              wrote on last edited by
              #22

              +1 for BTCpayserver

              London Web Agency : https://abstract27.com/

              1 Reply Last reply
              0
              • N nostrdev-com

                We are offering a 210 EUR bounty (paid in BTC) if somebody can package this for cloudron

                J Offline
                J Offline
                jtippetts
                wrote on last edited by
                #23

                @nostrdev-com I would be happy to add another 100 euros (in btc) to the bounty. Over the long run it will be cheaper than the VPS I’m currently hosting my BTCPar Server on.

                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  LoudLemur
                  wrote on last edited by LoudLemur
                  #24

                  BTCPay Server looks like an inspired App Request. Originally requested in 2020, BTCPay Server today still looks like the best of the Crypto wallet options out there which are Free Software, deployable with Docker and still being improved nearly 5 years later.

                  Cloudron doesn't have a Crypto app like this, yet. Lets make it happen.

                  https://github.com/btcpayserver

                  https://btcpayserver.org/

                  From Grok:
                  Pros:
                  Full sovereignty: Runs your own full Bitcoin node (and others like Litecoin).
                  Excellent Lightning Network integration.
                  Robust payment processing features (if you need them).
                  Strong focus on privacy and security.
                  Mature Docker deployment.
                  Can manage multiple stores/wallets.
                  Hardware wallet integration (Ledger, Trezor, Coldcard).
                  Extensible with plugins.
                  Cons:
                  Can be resource-intensive (requires a full node, disk space, and decent RAM).
                  Primarily Bitcoin-focused; support for other altcoins is less direct or requires more setup.
                  Might be overkill if you only need a simple personal wallet and not payment processing.
                  Learning curve can be steeper than simpler solutions.

                  1 Reply Last reply
                  0
                  • N Offline
                    N Offline
                    nostrdev-com
                    wrote on last edited by
                    #25

                    We put an ad up on Satshoot and got a response today: https://satshoot.com/naddr1qvzqqqrllupzqf6g0jtqpvttyjsmlvz3nnly5hg6mpy4nc7vuhtd02vafpnq58mcqy88wumn8ghj7mn0wvhxcmmv9uq3wamnwvaz7tmjv4kxz7fwwpexjmtpdshxuet59uqsuamnwvaz7tmwdaejumr0dshsz9mhwden5te0wfjkccte9ec8y6tdv9kzumn9wshsz9mhwden5te0vf5hgcm0d9hx2u3wwdhkx6tpdshsq2zyv4cxcmme94p9gsed2pshjt2nv4e8vetj946x7t2rd3hh2erjdahz6vrsvvm8vecla3c7h/

                    Watch this space: https://git.nostrdev.com/stuff/btcpay-cloudron

                    1 Reply Last reply
                    3
                    • N Offline
                      N Offline
                      nostrdev
                      wrote last edited by
                      #26

                      This wasn't as straightforward as we hoped. Mainly because there are three components to this:

                      1. Bitcoin core. For this we will just leave it as an external dependency.
                      2. NBXplorer. This needs to be internal, but is a separate container.
                      3. BTCPay Server.

                      The problem we're having is packaging two containers (NBXplorer + BTCPay Server) inside the same cloudron container. Does anyone have examples where this has been done on other apps?

                      milian.hackradtM 1 Reply Last reply
                      0
                      • N nostrdev

                        This wasn't as straightforward as we hoped. Mainly because there are three components to this:

                        1. Bitcoin core. For this we will just leave it as an external dependency.
                        2. NBXplorer. This needs to be internal, but is a separate container.
                        3. BTCPay Server.

                        The problem we're having is packaging two containers (NBXplorer + BTCPay Server) inside the same cloudron container. Does anyone have examples where this has been done on other apps?

                        milian.hackradtM Offline
                        milian.hackradtM Offline
                        milian.hackradt
                        wrote last edited by milian.hackradt
                        #27

                        @nostrdev said in BTCpayserver:

                        The problem we're having is packaging two containers (NBXplorer + BTCPay Server) inside the same cloudron container. Does anyone have examples where this has been done on other apps?

                        Without knowing specific technical details: You could install both applications (not as containers but as binaries/from source) into a single package, then use supervisor to start both of them.

                        There are a lot of examples on cloudron packages with multiple services in them, these two for example:

                        • https://git.cloudron.io/packages/librechat-app (Librechat & Meilisearch)
                        • https://git.cloudron.io/packages/gitlab-app (Gitaly, nginx, puma, sidekiq & sshd)
                        1 Reply Last reply
                        2
                        • N Offline
                          N Offline
                          nostrdev
                          wrote last edited by
                          #28

                          Thanks! We were able to resolve it in the end (was an issue with the nginx config). We now have btcpay server up and running, and plan to have the repo ready to publish here later this week šŸ™‚

                          L 1 Reply Last reply
                          5
                          • N nostrdev

                            Thanks! We were able to resolve it in the end (was an issue with the nginx config). We now have btcpay server up and running, and plan to have the repo ready to publish here later this week šŸ™‚

                            L Offline
                            L Offline
                            LoudLemur
                            wrote last edited by
                            #29

                            @nostrdev Hey, that is brilliant news!

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

                              The server needs plugins to support additional currencies like e.g. Monero or Ethereum. I hope that the package will be able to manage these ok.

                              Other plugins would be helpful too, for example its ability to hook into woo-commerce and lightning

                              Especially, we hope Sideshift is easy to use

                              Fixedfloat and Sideshift are both instant cryptocurrency exchange services used as plugins in BTCPayServer, allowing merchants to accept altcoins by converting them to Bitcoin, with no clear winner based on features alone.
                              Sideshift seems to have more active development with modern technologies and GitHub activity, while Fixedfloat has a longer operational history since 2018.
                              Sideshift likely has a larger userbase, with over $2.0 billion in transaction volume, compared to Fixedfloat, where userbase size is less quantifiable.
                              Sideshift has open-source components (e.g., toolkit under MIT license), while Fixedfloat does not appear to be open-source.

                              L 1 Reply Last reply
                              1
                              • L LoudLemur

                                The server needs plugins to support additional currencies like e.g. Monero or Ethereum. I hope that the package will be able to manage these ok.

                                Other plugins would be helpful too, for example its ability to hook into woo-commerce and lightning

                                Especially, we hope Sideshift is easy to use

                                Fixedfloat and Sideshift are both instant cryptocurrency exchange services used as plugins in BTCPayServer, allowing merchants to accept altcoins by converting them to Bitcoin, with no clear winner based on features alone.
                                Sideshift seems to have more active development with modern technologies and GitHub activity, while Fixedfloat has a longer operational history since 2018.
                                Sideshift likely has a larger userbase, with over $2.0 billion in transaction volume, compared to Fixedfloat, where userbase size is less quantifiable.
                                Sideshift has open-source components (e.g., toolkit under MIT license), while Fixedfloat does not appear to be open-source.

                                L Offline
                                L Offline
                                LoudLemur
                                wrote last edited by
                                #31

                                said in BTCpayserver:

                                https://sideshift.ai

                                Sideshift

                                2025-07-29_10-19-49.png

                                1 Reply Last reply
                                0
                                • N Offline
                                  N Offline
                                  nostrdev
                                  wrote last edited by
                                  #32

                                  Hi - we are bitcoin only, and have no interest in supporting altcoins. Saying that, it should work anyway, out of the box.

                                  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