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 - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. BTCpayserver

BTCpayserver

Scheduled Pinned Locked Moved App Wishlist
84 Posts 20 Posters 23.8k Views 22 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.
  • nostrdevN Offline
    nostrdevN Offline
    nostrdev
    wrote last edited by
    #75

    Hi @timconsidine

    BTC Core is v29 and it should not be updated. There were contentious changes added in v30, and to be pragmatic, it would be best to stick with v29 for the foreseeable future. This does not affect BTCPay Server.

    About the community app release, can you give more details? What would need to happen?

    BTC Pay Server should run independently of BTC Core (the core part is only needed when you set up the wallet within a shop). So if it is not responding, it is not due to Core.

    timconsidineT 1 Reply Last reply
    0
    • nostrdevN nostrdev

      Hi @timconsidine

      BTC Core is v29 and it should not be updated. There were contentious changes added in v30, and to be pragmatic, it would be best to stick with v29 for the foreseeable future. This does not affect BTCPay Server.

      About the community app release, can you give more details? What would need to happen?

      BTC Pay Server should run independently of BTC Core (the core part is only needed when you set up the wallet within a shop). So if it is not responding, it is not due to Core.

      timconsidineT Offline
      timconsidineT Offline
      timconsidine
      App Dev
      wrote last edited by timconsidine
      #76

      @nostrdev thank you !

      BTC Core is running 29.0.0 and is fully synced to network

      About the community app release, can you give more details? What would need to happen?

      Community Apps are a new feature of Cloudron 9.1.3.
      https://docs.cloudron.io/packaging/publishing

      A Community App is a custom app which does not have to be accepted into the official AppStore, but the user can install it almost as if it were.

      Community App can be made with some simple additional steps to a traditional custom app :

      • make sure you are on 9.1.3
      • in project directory run cloudron versions init
      • ensure extra fields in CloudronManifest.json are populated
      • ensure you use a CHANGELOG or CHANGELOG.md file (specified in CloudronManifest.json)
      • build as normal
      • run cloudron versions add
      • the populated CloudronVersions.json can be shared (git repo, static website, or static link here in forum even)

      User can use that link to install the Community App to their Cloudron instance. It's sweet !

      My BTC Core is working and I can get a curl response from it.

      My BTC Pay does not login, I must have screwed up the config.yaml, investigating it.

      Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

      nostrdevN 1 Reply Last reply
      5
      • L Offline
        L Offline
        LoudLemur
        wrote last edited by
        #77

        Well done!

        1 Reply Last reply
        0
        • timconsidineT timconsidine

          @nostrdev thank you !

          BTC Core is running 29.0.0 and is fully synced to network

          About the community app release, can you give more details? What would need to happen?

          Community Apps are a new feature of Cloudron 9.1.3.
          https://docs.cloudron.io/packaging/publishing

          A Community App is a custom app which does not have to be accepted into the official AppStore, but the user can install it almost as if it were.

          Community App can be made with some simple additional steps to a traditional custom app :

          • make sure you are on 9.1.3
          • in project directory run cloudron versions init
          • ensure extra fields in CloudronManifest.json are populated
          • ensure you use a CHANGELOG or CHANGELOG.md file (specified in CloudronManifest.json)
          • build as normal
          • run cloudron versions add
          • the populated CloudronVersions.json can be shared (git repo, static website, or static link here in forum even)

          User can use that link to install the Community App to their Cloudron instance. It's sweet !

          My BTC Core is working and I can get a curl response from it.

          My BTC Pay does not login, I must have screwed up the config.yaml, investigating it.

          nostrdevN Offline
          nostrdevN Offline
          nostrdev
          wrote last edited by
          #78

          @timconsidine - didn't realise this was ready, thanks for the docs pointer, it looks straightforward enough. Will get onto it asap! Which realistically will be this weekend or early next week.

          1 Reply Last reply
          5
          • nostrdevN Offline
            nostrdevN Offline
            nostrdev
            wrote last edited by
            #79

            ok - the versions.json is ready for btc core: https://git.nostrdev.com/stuff/cloudron-bitcoin-core/raw/branch/main/CloudronVersions.json

            had to move it back to our own repo so that it could update the json as part of the pipeline (cloudron uses gitlab vs the runners being in gitea)

            will do btcpay server next, in the coming days

            1 Reply Last reply
            5
            • nostrdevN Offline
              nostrdevN Offline
              nostrdev
              wrote last edited by
              #80

              Are there any tools to help validate a cloudronversions.json file? Put this together: https://git.nostrdev.com/stuff/cloudron-btcpay/raw/branch/main/CloudronVersions.json

              But can't seem to figure out why it always says "Could not resolve CloudronVersions.json from URL"

              1 Reply Last reply
              0
              • nostrdevN Offline
                nostrdevN Offline
                nostrdev
                wrote last edited by
                #81

                aah looks like it was due to changelog not being updated properly. Working now!

                144ee4bf-8540-42f1-a6fc-5222fea0cd50-image.jpeg

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

                  Also updated to v2.3.6

                  bbf60a0c-1e49-4af5-b49a-c855f16e956d-image.jpeg

                  timconsidineT 1 Reply Last reply
                  2
                  • nostrdevN nostrdev

                    Also updated to v2.3.6

                    bbf60a0c-1e49-4af5-b49a-c855f16e956d-image.jpeg

                    timconsidineT Offline
                    timconsidineT Offline
                    timconsidine
                    App Dev
                    wrote last edited by
                    #83

                    @nostrdev thank you for getting this done. Appreciate the time applied. Will test it out shortly.

                    Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

                    1 Reply Last reply
                    0
                    • J Online
                      J Online
                      joseph
                      Staff
                      wrote last edited by
                      #84

                      @nostrdev should I change the link at https://forum.cloudron.io/topic/15172/community-apps to your new CloudronVersions.json ?

                      1 Reply Last reply
                      0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      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