Open blckbx opened 2 years ago
Making use of TunnelSats docker container IP, we can cut editing down to one file (port change of exports.sh
) besides creating a separate CLN config file (which should be default on Umbrel).
bind-addr=10.9.9.9:9735
always-use-proxy=false
announce-addr={vpnIP}:{vpnPort}
On Umbrel 0.5 we currently make changes to files that are being replaced on app updates (e.g. new cln version from app store). The changes need to be redone by the user each time which is not sustainable. Instead of editing
exports.sh
anddocker-compose.yml
manually (see https://github.com/blckbx/tunnelsats#cln), we can create a default config file for CLN (Umbrel does not create that default config file on its own).path to file:
contents:
Problem here, we cannot use
bind-addr
in config file because it's already used by CLN'sdocker-compose.yml
:which is exposed as port 9736:
=> double-binding of port 9735