/rootzoll
/rootzoll
@adevoss I did some successfull build on Debian12 for VMs - if you find the time please retry with latest `build_sdcard.sh` from `dev` branch - thx.
Thanks - so closing this issue. #4568 is still on my list for v1.11.3
With a soon comning LNbits update more configuration options will change (super user, etc) - lets add also persisting LNbits manual configs to that momemt. Should best fit with v1.11.1
move it to app-data and delete on deinstall when yes to remove data option
Commit to `4568-lnbits` and merge this as part of #4768
OK is now part of PR #4768 - [x] Test persistant .env thru recover - [x] Inform Local Meetup that .env can get lost "one more time"
Tested install on my RP5 - got a "502 Bad Gateway" when calling https://192.168.178.143:7701
@openoms we are shipping RaspiBlitz v1.12.0 with Core Lightning v25.02.2 or above, so we can close this issue, correct?
see PR #4748
**LND** So LND is already adding a `version.info` file to the rescue backup: https://github.com/raspiblitz/raspiblitz/blob/7206d32d4ca1cf7e59a09422b1e0f135a8971f30/home.admin/config.scripts/lnd.backup.sh#L140-L141 But it is not checking the verison on import - see here: https://github.com/raspiblitz/raspiblitz/blob/7206d32d4ca1cf7e59a09422b1e0f135a8971f30/home.admin/config.scripts/lnd.backup.sh#L267-L268 **CLN** So CLN...