You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and docker-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).
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).
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
:- --bind-addr=${APP_CORE_LIGHTNING_DAEMON_IP}:9735
which is exposed as port 9736:
=> double-binding of port 9735
The text was updated successfully, but these errors were encountered: