BTCpayserver
-
Finally - we have packaged Bitcoin Core!
How do we submit this for official packaging?
-
More good news - we also finally got btcpay server running: https://git.nostrdev.com/stuff/cloudron-btcpay/
Even better, it will automatically connect to your bitcoin instance. And you can have multiple BTCPay Server instances with just one instance of bitcoin core.
-
@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.
@jtippetts - we ended up doing this internally. If you're able to get value from this package, and still keen to contribute 100 EUR, we'd be super happy if it went to the Graphene OS project. We are not affiliated, we are just very grateful that their software exists.
-
Finally - we have packaged Bitcoin Core!
How do we submit this for official packaging?
@nostrdev said in BTCpayserver:
How do we submit this for official packaging?
Traditionally create a repo on git.cloudron.io but maybe the Cloudron team can work with your one.
Just mention @staff (ooo, I did) and they can take a look
-
@nostrdev said in BTCpayserver:
How do we submit this for official packaging?
Traditionally create a repo on git.cloudron.io but maybe the Cloudron team can work with your one.
Just mention @staff (ooo, I did) and they can take a look
@timconsidine - it seems there is no signup option
-
@timconsidine - it seems there is no signup option
-
By default, GitLab allows external people to sign up. This can be disabled to restrict use only to Cloudron users as follows:
GitLab > Admin area > Settings > Features > remove the check mark "Sign-up enabled"
Maybe it can't detect your cloudron status
-
Hello @nostrdev and @timconsidine
Signup to the git.cloudron.io instance was disabled due to an overwhelming amount of spam accounts.
@nostrdev I will take this as a request for an account and access rights to create repositories.The @staff will create your account with the e-mail address used here in the forum.
-
done! What next? Copy across the two repos under our own account? Or in the playground? We got an email about the packages group but it doesn't appear in the dropdown when trying to add a new repo.
@nostrdev I normally set up git.cloudron.io as an additional remote on my dev device, then create an empty repo in git.cloudron.io through the UI dashboard, and then commit/push the app source to it.
Twice (2 repos!)
-
Ok - pushed both repos to the playground (seemed the most suitable place) and raised first PR (looks like push to main is not possible, nor is merging)
https://git.cloudron.io/playground/btcpayserver/-/merge_requests/1
-
Ok - pushed both repos to the playground (seemed the most suitable place) and raised first PR (looks like push to main is not possible, nor is merging)
https://git.cloudron.io/playground/btcpayserver/-/merge_requests/1
-
BTC Pay Server - what is the latest? We need it!
@timconsidine, is this application on your radar?
-
BTC Pay Server - what is the latest? We need it!
@timconsidine, is this application on your radar?
@LoudLemur I’m lacking decent internet for a week but will look when I can.
If @vladimir.d is on the case, I’ve every confidence he will do a great job -
This post is deleted!
-
We updated the btcpayserver repo today to use the latest version (2.2.0) and fixed a CSP issue in the nginx.conf
@nostrdev I added btcpayserver to the list of custom apps that can be deployed using https://ccai.appx.uk.
It installed fine, but I am getting a blank screen when I first visit the domain and am routed to /register.
Cloudron logs for the installed app show :
ug 24 22:07:24 fail: Microsoft.AspNetCore.Server.Kestrel: Connection id "0HNF3A7ITPD1Q", Request id "0HNF3A7ITPD1Q:00000001": An unhandled exception was thrown by the application. Aug 24 22:07:24 --- End of inner exception stack trace --- Aug 24 22:07:24 --- End of stack trace from previous location --- Aug 24 22:07:24 --- End of stack trace from previous location --- Aug 24 22:07:24 --- End of stack trace from previous location --- Aug 24 22:07:24 --- End of stack trace from previous location --- Aug 24 22:07:24 ---> System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.
Any thoughts ?