From a93c5e5af6ec5ca786943999e1dd1f0154396a2e Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Tue, 24 May 2022 15:10:24 +0200 Subject: [PATCH] Allow external HTTP requests to BTCPay Limited to private network via firewall rule. --- site-cookbooks/kosmos-akkounts/attributes/default.rb | 2 +- .../kosmos-bitcoin/templates/btcpay-settings.config.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site-cookbooks/kosmos-akkounts/attributes/default.rb b/site-cookbooks/kosmos-akkounts/attributes/default.rb index e8795bf..4386c90 100644 --- a/site-cookbooks/kosmos-akkounts/attributes/default.rb +++ b/site-cookbooks/kosmos-akkounts/attributes/default.rb @@ -1,5 +1,5 @@ node.default['akkounts']['repo'] = 'https://gitea.kosmos.org/kosmos/akkounts.git' -node.default['akkounts']['revision'] = 'feature/community_funds_balance' +node.default['akkounts']['revision'] = 'master' node.default['akkounts']['port'] = 3000 node.default['akkounts']['domain'] = 'accounts.kosmos.org' diff --git a/site-cookbooks/kosmos-bitcoin/templates/btcpay-settings.config.erb b/site-cookbooks/kosmos-bitcoin/templates/btcpay-settings.config.erb index 8bdbf55..b581e73 100644 --- a/site-cookbooks/kosmos-bitcoin/templates/btcpay-settings.config.erb +++ b/site-cookbooks/kosmos-bitcoin/templates/btcpay-settings.config.erb @@ -1,6 +1,6 @@ network=<%= @bitcoin_network %> port=<%= @btcpay_port %> -bind=127.0.0.1 +bind=0.0.0.0 chains=btc postgres=User ID=<%= @postgres_user %>;Password=<%= @postgres_password %>;Host=<%= @postgres_host %>;Port=<%= @postgres_port %>;Database=<%= @postgres_database %>; debuglog=<%= @btcpay_log_path %>