Set up lndhub.go

closes #454
This commit is contained in:
Râu Cao
2022-12-11 14:30:27 +01:00
parent 430f8b36b6
commit 7d11450c4e
9 changed files with 171 additions and 21 deletions

View File

@@ -12,14 +12,16 @@
"hostname": "bitcoin-2",
"ipaddress": "192.168.122.148",
"roles": [
"base",
"kvm_guest",
"btcpay",
"postgresql_client"
"postgresql_client",
"btcpay"
],
"recipes": [
"kosmos-base",
"kosmos-base::default",
"kosmos_kvm::guest",
"kosmos_postgresql::hostsfile",
"tor-full",
"tor-full::default",
"kosmos-bitcoin::source",
@@ -29,7 +31,7 @@
"kosmos-bitcoin::boltz",
"kosmos-bitcoin::rtl",
"kosmos-bitcoin::lndhub",
"kosmos_postgresql::hostsfile",
"kosmos-bitcoin::lndhub-go",
"kosmos-bitcoin::dotnet",
"kosmos-bitcoin::nbxplorer",
"kosmos-bitcoin::btcpay",
@@ -97,8 +99,9 @@
}
},
"run_list": [
"recipe[kosmos-base]",
"role[base]",
"role[kvm_guest]",
"role[postgresql_client]",
"recipe[tor-full]",
"recipe[kosmos-bitcoin::source]",
"recipe[kosmos-bitcoin::c-lightning]",
@@ -107,6 +110,7 @@
"recipe[kosmos-bitcoin::boltz]",
"recipe[kosmos-bitcoin::rtl]",
"recipe[kosmos-bitcoin::lndhub]",
"recipe[kosmos-bitcoin::lndhub-go]",
"role[btcpay]"
]
}