Browse Source

Mention config files are reset on update (#826)

0.3.11
Luke Childs 4 years ago
committed by GitHub
parent
commit
970e7b405b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      templates/bitcoin-sample.conf
  2. 4
      templates/electrs-sample.toml
  3. 4
      templates/lnd-sample.conf
  4. 4
      templates/nginx-sample.conf
  5. 4
      templates/torrc-sample

4
templates/bitcoin-sample.conf

@ -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 # Tor
proxy=<tor-proxy-ip>:<tor-proxy-port> proxy=<tor-proxy-ip>:<tor-proxy-port>
listen=1 listen=1

4
templates/electrs-sample.toml

@ -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 verbose = 4
network = "bitcoin" network = "bitcoin"
db_dir = "/data/db" db_dir = "/data/db"

4
templates/lnd-sample.conf

@ -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] [Application Options]
listen=0.0.0.0:9735 listen=0.0.0.0:9735
rpclisten=0.0.0.0:<lnd-grpc-port> rpclisten=0.0.0.0:<lnd-grpc-port>

4
templates/nginx-sample.conf

@ -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; user nginx;
worker_processes 1; worker_processes 1;

4
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.
# Bind only to "<tor-proxy-ip>" which is the tor IP within the container # Bind only to "<tor-proxy-ip>" which is the tor IP within the container
SocksPort <tor-proxy-ip>:<tor-proxy-port> SocksPort <tor-proxy-ip>:<tor-proxy-port>
ControlPort <tor-proxy-ip>:29051 ControlPort <tor-proxy-ip>:29051

Loading…
Cancel
Save