mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 03:28:04 +02:00
* fix: use apt to install rust system-wide for CLN * fix: remove PID file config from service * check for cln-grpc plugin in it's new place * improve cln-grpc config * simplify the creation of .lightning dir * remove unused cl-plugin.cln-grpc.sh * add error management to _provision.setup.sh when installing cln * rust install to /opt/rust and symlink * prevent storagePartition not detected * prevent only-pruned * fix rust permissions and add error management * switch off cln-grpc if not available * add test dependencies * move tests out to an inactive function * clnrest: remove config if plugin is unavailable * fix clnrest config substitution --------- Co-authored-by: rootzoll <christian@geektank.de>