No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
20 additions and
0 deletions
-
templates/bitcoin-sample.conf
-
templates/electrs-sample.toml
-
templates/lnd-sample.conf
-
templates/nginx-sample.conf
-
templates/torrc-sample
|
|
@ -1,3 +1,7 @@ |
|
|
|
# Warning: it's not recommended to modify these files directly. Any |
|
|
|
# modifications you make can break the functionality of your umbrel. These files |
|
|
|
# are automatically reset with every Umbrel update. |
|
|
|
|
|
|
|
# Tor |
|
|
|
proxy=<tor-proxy-ip>:<tor-proxy-port> |
|
|
|
listen=1 |
|
|
|
|
|
@ -1,3 +1,7 @@ |
|
|
|
# Warning: it's not recommended to modify these files directly. Any |
|
|
|
# modifications you make can break the functionality of your umbrel. These files |
|
|
|
# are automatically reset with every Umbrel update. |
|
|
|
|
|
|
|
verbose = 4 |
|
|
|
network = "bitcoin" |
|
|
|
db_dir = "/data/db" |
|
|
|
|
|
@ -1,3 +1,7 @@ |
|
|
|
# Warning: it's not recommended to modify these files directly. Any |
|
|
|
# modifications you make can break the functionality of your umbrel. These files |
|
|
|
# are automatically reset with every Umbrel update. |
|
|
|
|
|
|
|
[Application Options] |
|
|
|
listen=0.0.0.0:9735 |
|
|
|
rpclisten=0.0.0.0:<lnd-grpc-port> |
|
|
|
|
|
@ -1,3 +1,7 @@ |
|
|
|
# Warning: it's not recommended to modify these files directly. Any |
|
|
|
# modifications you make can break the functionality of your umbrel. These files |
|
|
|
# are automatically reset with every Umbrel update. |
|
|
|
|
|
|
|
user nginx; |
|
|
|
worker_processes 1; |
|
|
|
|
|
|
|
|
|
@ -1,3 +1,7 @@ |
|
|
|
# Warning: it's not recommended to modify these files directly. Any |
|
|
|
# modifications you make can break the functionality of your umbrel. These files |
|
|
|
# are automatically reset with every Umbrel update. |
|
|
|
|
|
|
|
# Bind only to "<tor-proxy-ip>" which is the tor IP within the container |
|
|
|
SocksPort <tor-proxy-ip>:<tor-proxy-port> |
|
|
|
ControlPort <tor-proxy-ip>:29051 |
|
|
|