Commit graph

3373 commits

Author SHA1 Message Date
steepdawn974
7e66b82e0e
fulcrum update to 1.9.7 (#4273) 2023-11-24 10:54:46 +00:00
Christoph Stenglein
4523db7036 (web.ui.sh): use npm for installation of webui 2023-11-23 17:43:34 +01:00
/rootzoll
6a33cbc6dc
#4146 deprecate & remove apps (#4269)
- deprecate: Homer Dashboard & BitcoinMinds
- remove: ItchyStas
2023-11-23 16:16:38 +01:00
cercatrova
16094398d7
Update LNBits to 0.10.10 (#4180) 2023-11-23 15:08:20 +01:00
openoms
37c8f6f897
Activate i2p more reliably (#4265)
* move the i2p setup after the last bitcoin.conf check
* redo config even if i2p is active
2023-11-22 13:03:07 +01:00
/rootzoll
624f8ca1a7
Base updates of Bitcoin & LND (#4263)
* Bitcoin Core v25.1 update
* LND v0.17.1 update
* updated protobuffs python renderings
* fix python grpc module
* update CHANGES
* lnd update to v0.17.2-beta

---------

Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
2023-11-22 07:38:00 +00:00
openoms
b57aba6acf
Debian12 Bookworm for RPi in ci (#4238)
* update RPi base image to Debian12 Bookworm in ci
* ci: remove  -d headless for rpi
* docs: ready made images for arm64-rpi
* update python deps, add rsyslog, armbian_deps
* hide wget progress in lean build, keep errors
* apt-get instead of apt
* enable ssh
* apt-get everywhere, remove only if present
* use --quiet for wget for cleaner logs
2023-11-22 07:28:54 +00:00
flyerbear
7a7c7bd97b
Bitcoin install script fails during gpg key download (#3754) 2023-11-21 18:08:37 +01:00
Oleg Koretsky
4f71a73e3f
Rename electrs INDEX to REINDEX (#4256) 2023-11-18 09:21:00 +01:00
openoms
041574a1ee
fulcrum update to v1.9.6, simple cli update option, new filenames (#4217) 2023-11-18 09:19:15 +01:00
Roman Zeyde
3ca368fbbe
Update electrs to latest release (v0.10.1) (#4255) 2023-11-18 09:17:28 +01:00
openoms
c67499b222
ci: fix builds (#4160)
* fix: missing space in amd64 fatpack action
* change tab to space
* determine github user
* use $GITHUB_OUTPUT instead of set-output
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
* update all build workflows

* fix: don't protect system packages from pip
Discussed in: https://github.com/raspiblitz/raspiblitz/issues/4170

* add raspi.list only on aarch64

* create auth.log for fail2ban
related: https://github.com/raspiblitz/raspiblitz/issues/4044

* Broken builds on amd64 for blitz api and core lightning (debian 12) (#4242)
Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>

* remove the arm64-rpi-debian12-lean-image-build
* deactivate automatic fatpack builds in gh actions

---------

Co-authored-by: Akihiko <105069903+0xakihiko@users.noreply.github.com>
2023-11-15 15:12:59 +01:00
/rootzoll
5f1df69528
update btcpayserver to v1.11.7 (#4058)
* #4058 fix signer
* fix use of var
* skip listing pg databases to not break the script
* add postgress access for database migrations
* update btcpayserver v1.11.7, nbxplorer v2.3.67
* add to CHANGES
* correct tor capitalization

---------

Co-authored-by: openoms <oms@tuta.io>
2023-11-15 08:43:43 +01:00
Overload3910
1781062bfe
jam update to v0.1.6 (#4197) 2023-11-15 08:17:52 +01:00
/rootzoll
885be6ccb2
4195 IP2Tor Subscription Improvement (#4246)
* #4195 set info & fee limit

* try fixed feelimit
2023-11-14 16:49:58 +01:00
Brian Liotti
ee3cc02864
bos telegram systemd service broken in v1.10.0 - rm working dir (#4224)
Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
2023-11-12 20:03:40 +00:00
d11n
154db3ea90
fix typo (#4219) 2023-10-16 09:45:53 +00:00
rootzoll
b8e42f062f add failed services info to debug 2023-09-21 22:36:59 +02:00
openoms
2c235f3b53
fix adduser + maintenance tasks (#4172)
* fix: add --shell /bin/bash to adduser

* joininbox update to v0.8.1 and install fixes

* CLN update to v23.08.1

* bos update to 15.8.14, improve menu

* lnproxy: deactivate in menu and provision

* copy the skeleton files for user used with login

* deprecate loop single install further

do not install in any case
the uninstall option is still used

* deprecate faraday single install further

do not install in any case
the uninstall option is still used

* deprecate pool single install further

do not install in any case
the uninstall option is still used

* bos: minimize changes to script

* only add --bash oprion to users intended for login

* add info to CHANGES

* add sudo to non-privileged scripts

* bos: don't download source

* ci: run apt update before qemu install
2023-09-20 10:29:15 +02:00
/rootzoll
672f980335
Make Background Service Emergency Delete Logs (#4161) 2023-09-10 17:14:56 +02:00
qlrd
a6a15dc834
Recognizing Armbian system and fixing "Bitcoin Install Fails" on Armbian (#4157)
* Update build_sdcard.sh

OrangePi5 was not recognized in line ~255; so recognize it by same 'Debian' method, replacing by 'Armbian'

* Update bitcoin.install.sh

Bitcoin Install Fails during build_sdcard.sh due to PGP key download; see https://github.com/raspiblitz/raspiblitz/issues/3753. Comment it by now

* Update bitcoin.install.sh

changed to secure hkps

* Update home.admin/config.scripts/bitcoin.install.sh

These comments are not needed here. The sole purpose was to describe the move to a PR.

Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>

* Update build_sdcard.sh

Modified the request by OpenOMS where the comments are unnecessary and kept Debian as the first option and moved Armbian down the list as an elif.

---------

Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
2023-09-09 21:38:32 +03:00
openoms
39102b149c
create home folders as 0755 on Debian 12 (#4156)
related: https://github.com/raspiblitz/raspiblitz/issues/4154
2023-09-09 21:36:35 +03:00
Michael Schmid
0b1e6fb9ac handle nvme drives when using ext4 2023-09-05 15:57:11 -04:00
rootzoll
196199e662 #4107 start bitcoind after redis 2023-08-28 10:47:01 +02:00
/rootzoll
837f8883a2
Update & fix configure of CLN v23.08 (#4134)
* update cln v23.08

* remove  --enable-experimental-features
2023-08-27 17:39:56 +02:00
d11n
7c6ef5dba7
Kindle Display v0.5.3 (#4078) 2023-08-25 22:24:09 +02:00
rootzoll
56fd14c5fa #4122 update lnproxy commit 2023-08-25 22:15:19 +02:00
openoms
70eae57b03
cln clboss update to latest commit, add simple update (#4121)
* clboss: buildfrom github clone, add update option
* cln clboss update to latest commit
2023-08-25 22:11:06 +02:00
openoms
43ee57d069
cln: remove spark wallet and sparko plugin (#4120)
* cln: remove sparko
* cln: remove spark wallet
2023-08-25 22:09:49 +02:00
/rootzoll
e33800c8e6
fix & improve zram install (#4132)
#4116 zram install exiting on VERSION check fix
2023-08-25 22:00:32 +02:00
openoms
901bfb2a3f
swapfile size increase to 10GB (#4114) 2023-08-25 17:07:04 +02:00
openoms
16b815e58d
electrs: control the log level in the conf only (#4115) 2023-08-25 16:58:53 +02:00
openoms
6134cac0ab
use nginx-full package for stream support (#4113) 2023-08-25 16:57:05 +02:00
/rootzoll
684322e1e2
lndbackup also using backup device if connected (#4053)
* copy backup file to backupdevice (#3979)
* #3979 adding free space check to backup device
* just 50MB for safety is enough
2023-08-13 15:20:02 +02:00
/rootzoll
2551abf9ca
Merge pull request #4071 from openoms/suez-update2
suez update and fix for cln
2023-08-10 15:24:13 +02:00
Dennis Reimann
a7c2a2de16
Update kindle-display
The new version adds support for other display formats: The added environment vaiable `DISPLAY_THEME` allows to choose between `quote` (default), `fees`, `lightning` and `random`.
2023-08-09 17:23:47 +02:00
openoms
cb7c97d49b
suez update and fix for cln 2023-08-09 16:49:43 +02:00
rootzoll
010103a3e3 add macos info open electrum 2023-08-08 17:01:01 +02:00
/rootzoll
0ede78d0af
Improve Indexing Percent (#4055)
* #3894 improve percent calculation
2023-08-01 23:47:43 +02:00
/rootzoll
742da1b9d7
LNbits Admin Page to allow install extensions (#4054)
* add user id to status
* activate Admin page on install
2023-08-01 22:38:32 +02:00
/rootzoll
1355a2b4a2
Adjust lnd.conf for healthcheck parameters (#4052)
* Adjust lnd.conf for healthcheck parameters, allowing for longer timeout intervalls for rpc connection (#4010)
* adding healthcheck values

---------

Co-authored-by: HODLmeTight <35168804+TrezorHannes@users.noreply.github.com>
2023-08-01 00:46:35 +02:00
openoms
91ba149d98
specter update to v1.13.1 (#4035)
* specter update to 1.13.1
2023-08-01 00:39:43 +02:00
/rootzoll
4e889be7d8
#4003 bitcoin.check.sh to set debug log path (#4051)
* #4003 add bitcoin.check.sh to set debug file
* add debug
* change delimiter
* set network on bitcoind service
2023-07-31 23:00:25 +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
7dfdcf9b3f moved raspiblitz-web into raspiblitz github org 2023-07-29 19:18:01 +02:00
rootzoll
3b22b7a100 clean up lnd.conf from empty lines 2023-07-29 18:12:14 +02:00
openoms
bfc29736a5
bos update to 15.8.14 (#4014) 2023-07-29 16:16:31 +02:00
openoms
1da893ed06
Nodejs update to v20.x with apt (#4032)
* nodejs update to v20.x with apt
* remove info option from command info
2023-07-29 16:08:17 +02:00
openoms
8c87bee0f6
c-lightning-REST improvements, balance display fix (#4005)
* improve handling aliases when no network given
* clrest install to use absolute paths
* fix cln balance display
* remove misplaced line
* improve jq expressions
* convert msat balances to sat

discussed in: https://github.com/raspiblitz/raspiblitz/issues/3837
2023-07-29 13:48:11 +02:00
Roman Zeyde
0a2ce9a95a
Update electrs to latest release (v0.10.0) (#3999)
See https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0100-rc1-jun-21-2023
2023-07-29 00:59:47 +02:00