Configure and run RTL

Ride The Lightning is a Web UI for Lightning Network nodes. It is
accessible via the bitcoin VM's private zerotier IP on port 3000.
This commit is contained in:
2021-01-01 17:38:15 +01:00
parent 19e3dfa7b9
commit 2b765e744a
7 changed files with 138 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ bash "compile_lnd" do
make clean && make && make install
EOH
action :nothing
notifies :restart, "systemd_unit[lnd.service]", :delayed
end
bitcoin_user = node['bitcoin']['username']
@@ -74,8 +75,6 @@ systemd_unit 'lnd.service' do
RestartSec: '30',
TimeoutSec: '240',
LimitNOFILE: '128000',
RuntimeDirectory: 'lnd', # /run/lnd
RuntimeDirectoryMode: '0710',
PrivateTmp: true,
ProtectSystem: 'full',
NoNewPrivileges: true,