Commit Graph

327 Commits

Author SHA1 Message Date
/rootzoll
8eefa21a9c #4466 adapt USB backup thumb drive (#5044)
* drive minimum 32
* adapt backup script
* fix index
* make sure UUID is updated after format
2025-06-04 17:15:59 +02:00
rootzoll
f27eb92113 add local ip info on manual provision 2025-06-04 13:46:02 +02:00
openoms
c69abad6b8 add shellcheck action to catch script errors (#4533)
* add shellcheck action to catch script errors

* fix(_commands.sh): cache command

* fix(_provision.sh): unicode space

* fix(blitz.conf.sh): use $*

* fix(internet.dyndomain.sh): use -gt

* fix(blitz.fatpack.sh): use $*

* fix(_cache.sh): quote $@ and use $* with echo

* shellcheck disable SC2068 and SC2145

* update checkout action in .github/workflows/test-shellcheck.yml

Co-authored-by: Christoph Stenglein <9399034+cstenglein@users.noreply.github.com>

* fix(_bootsrtap.sh): =~ needs double brackets

* fix(bonus.publicpool.sh): use $* when displaying with echo

---------

Co-authored-by: Christoph Stenglein <9399034+cstenglein@users.noreply.github.com>
2025-06-02 22:07:43 +02:00
/rootzoll
18b35e3f1b #5013 Link Bitcoin wallet correctly in new drive layout (#5027)
* #5015 refactor delete all but blockchain
* #5015 improve delete
* #5015 make sure to delete app-data
* #5015 deac use old blockchain for now on boot nvme
* #5013 set bitcoin wallets dir to app-data
* make sure bitcoin wallets exists
* fix wallet repair
* moving wallet directory
* change bitcoin conf path
* #5029 mark for repair
2025-05-21 22:00:14 +02:00
/rootzoll
4ea55ae529 5015 Repair Delete all Data But Blockchain (#5024)
* #5015 refactor delete all but blockchain
* #5015 improve delete
* #5015 make sure to delete app-data
* allow use blockchain
* edit descision tree
* move by force and check result
* rsync dirs
* check links
* #5015 deac use old blockchain for now on boot nvme
2025-05-20 01:39:37 +02:00
/rootzoll
025dd15195 #4584 RP5 Firmware Update (#5004)
* #4584 updating firmware
* fix: ensure app-data directory exists before copying setup file
2025-05-16 14:38:45 +02:00
/rootzoll
39fd3344ce #4324 New Drive Layout: Boot NVMe, Proxmox & OldLaptop (#4997)
Big refactor based on #4324 introducing a new drive layout - adding optimizations for Proxmox and old laptop drive layout . Also making it possible to boot from NVMe. Replacing blitz.datadrive.sh with blitz.data.sh - icluding the possibility to migrate an old ssd/nvme to a bigger one (copying complete data and blockchain). Lots of smaller changes.
2025-05-15 13:04:22 +02:00
/rootzoll
3db54e1c66 Add a "stop signal" for VM installs (#4808)
* #4807 use audio device as sVM stop signal
2024-10-17 19:46:53 +02:00
/rootzoll
fa9ff68760 #4708 add more missing-passworda debug (#4750) 2024-09-24 20:16:11 +02:00
/rootzoll
e6a8753212 #4694 hdd detection fix (#4728)
* call resolvconf native path
* only fatpack with lcd when called by command
* repair ssh
* hdd minimum size 130 gb
* detectVM
2024-09-12 16:02:42 +02:00
/rootzoll
8e6e92b37c #4541 remove text (#4608) 2024-06-09 22:20:37 +02:00
rootzoll
e174972fe2 add date as comment 2024-05-24 23:17:10 +02:00
rootzoll
8c8b0b2c62 #4553 update to firmware to 1708097321 2024-05-24 22:45:48 +02:00
openoms
bf9dbc0321 add GPT integrity check for amd64 (#4576) 2024-05-17 09:55:01 +02:00
/rootzoll
2eed08965c fix moved config.txt (#4530) 2024-04-08 11:48:12 +02:00
rootzoll
7eaf68cd41 simplify packer 2024-04-05 14:30:10 +02:00
/rootzoll
dc5999a3c7 clean release & init startup (rc6) (#4518) 2024-04-03 23:43:40 +02:00
/rootzoll
5022cfaf37 fix redis persistence and #4449 2024-04-01 13:35:45 +02:00
rootzoll
e4cf6d294a #4484 fix syntax error 2024-03-21 15:53:35 +01:00
rootzoll
0e26641158 #4484 make release remove stop flag 2024-03-21 13:50:32 +01:00
/rootzoll
f1342ebcfd Fix manual provisioning with stop file flag (#4485) 2024-03-18 15:59:02 +01:00
/rootzoll
b3c1a8d937 prevent redis hang on setup reboot (#4474)
to fix #4469 while removing sudos from bootstrap script
2024-03-15 11:28:07 +01:00
/rootzoll
60c58ec6df Refactor Wifi Config & Backup (#4385)
* #4384 set wifi by wifi file
2024-01-30 18:05:16 +01:00
/rootzoll
ce89ac53fa Updating Firmware if needed for RaspberryPi5 to get Pimoroni NVMe Base working #4359 (#4365)
* #4359 add rpi5 firmware update
2024-01-13 13:30:20 +01:00
rootzoll
5062bfe95a #4118 better debug 2023-12-19 00:08:29 +01:00
/rootzoll
de18ad8b36 #3872 adding "shrinkdebugfile=1" to bitcoin.conf (#4297)
* #3872 adding shrinkdebugfile=1
2023-12-18 23:50:44 +01:00
/rootzoll
1ef72dc481 Repair Fresh HDD/SSD Setup (#4317) 2023-12-13 22:14:45 +01:00
rootzoll
e97b35a3b0 #4149 remove manual logrotate start 2023-09-21 22:26:38 +02:00
/rootzoll
672f980335 Make Background Service Emergency Delete Logs (#4161) 2023-09-10 17:14:56 +02:00
/rootzoll
64e5f65eab #3714 fix bitcoin setup (#4075)
* #3714 bitcoin service activation
2023-08-11 20:12:08 +02:00
/rootzoll
9bfc8237e0 Edit Logrotate: Reduce Complexity & hard set 100M size limit (#4038)
* simplify logrotate and force hard size limit
* default log rotation in build sd card & 100M limit
* changing to size limit for tor logs
* changing to size limit for CLN logs
* force a log rotate on every boot
2023-07-31 22:08:16 +02:00
/rootzoll
2519cc8708 Misc fixed towards v1.9.0 (#3808)
* get web api info
* #3772 increase curl timeout
* #3805 change "Please Login"
2023-05-08 22:44:17 +02:00
/rootzoll
a382f2b803 fix web api/ui installs (#3567)
* add export build parameter

* Install WebAPI with build_sdcard.sh defaults

* change use of build_sdcard

* make webui work with DEFAULTS

* use web data

* update docs
2022-12-22 00:38:44 +01:00
/rootzoll
4a2a33c081 Fix display settings recover for future lean build releases (#3558)
* modify dev notes

* display recover during lean-build
2022-12-21 14:50:52 +01:00
openoms
a7976786d5 fix error messages using exclamation marks (#3232) 2022-07-18 22:07:14 +02:00
openoms
261db5104c make lnd.credentials.sh work for all chains (#3219) 2022-07-12 14:08:41 +02:00
rootzoll
576704f3a8 improve import migration file 2022-07-01 23:55:40 +02:00
rootzoll
c56c8b1946 provision blitzapi when not fatpacked 2022-06-30 01:13:09 +02:00
rootzoll
1a8f353fec mark blitzapi install in info file 2022-06-29 23:14:44 +02:00
rootzoll
a6a3346109 #3191 move blitzapi option to SETTINGS menu 2022-06-29 21:34:57 +02:00
/rootzoll
dd9e81b6c2 Adapt to new migration for umbrel 0.5.0 including core lightning data (#3160) 2022-06-09 17:51:42 +02:00
rootzoll
9532c601fd #3023 make sure blockchain data is available 2022-06-04 12:59:07 +02:00
rootzoll
6a1617b6c1 #2985 added notify on (re)start 2022-05-17 19:29:55 +02:00
/rootzoll
fd8d880c09 Apiscripts (#3093) 2022-05-05 10:59:50 +02:00
rootzoll
aaf99c412a setting message thru cache 2022-02-19 19:49:13 +01:00
openoms
28d21594e4 note about raspiblitz.provision-update.log 2022-02-07 08:14:14 +00:00
rootzoll
930caca038 #2919 sdcard size & shrink process 2022-02-06 19:05:54 +01:00
rootzoll
1481f2c504 Make sd card 32GB minimum 2022-01-29 01:39:32 +01:00
rootzoll
9109d6a05c fix ssh restore 2022-01-28 14:32:07 +01:00
rootzoll
17d91ac9fc keep fsexpanded in raspiblitz.info 2022-01-27 20:34:54 +01:00