Commit Graph

346 Commits

Author SHA1 Message Date
Taylor Helsper
8a1dbd6398 Use temporary redirects for HTTPS to prevent caching 2020-07-30 22:09:15 -05:00
Taylor Helsper
2bd317f4f9 Fix issue where Specter button may not be displayed 2020-07-29 20:06:39 -05:00
Taylor Helsper
6acb22343c Add whirlpool tips 2020-07-27 22:10:53 -05:00
Taylor Helsper
304c1fd88e Remove old explorer code 2020-07-26 21:47:03 -05:00
Taylor Helsper
de70b09bb2 Create separate check_in service; Python fixes 2020-07-25 23:08:24 -05:00
Taylor Helsper
0bb34191b4 Add option to force HTTPS; Use gunicorn for HTTPS 2020-07-24 13:48:41 -05:00
Taylor Helsper
39bf07ece2 More version check improvements 2020-07-24 13:02:15 -05:00
Taylor Helsper
efd14c76d3 Improve check in success 2020-07-23 23:32:06 -05:00
Taylor Helsper
d6e380fa86 Initial beta code for new web server 2020-07-22 22:42:20 -05:00
Taylor Helsper
bff249ccfc Add status for failure to contact mynode 2020-07-22 21:28:07 -05:00
Taylor Helsper
fd412b949c Fix reinstall issue re non-existent folder 2020-07-21 20:54:30 -05:00
Taylor Helsper
f91a376cb9 Improve custom logo logic 2020-07-18 22:16:51 -05:00
Taylor Helsper
7340baea15 Gen electrs cert different from https 2020-07-17 23:07:12 -05:00
Taylor Helsper
d2ef9b1152 Upgrade Thunderhub; Update Passwords for Bcrypt 2020-07-17 01:02:59 -05:00
Taylor Helsper
9322a6efd7 Add thunderhub 2020-07-13 23:50:54 -05:00
Taylor Helsper
f4af1a4717 Add more info on custom configs 2020-07-13 22:46:05 -05:00
Taylor Helsper
cb15c52b01 Add more info on custom configs 2020-07-13 22:45:26 -05:00
Taylor Helsper
969107859b Add functions for checking custom lnd/btc configs 2020-07-13 22:10:06 -05:00
Taylor Helsper
769f499c96 Fix serial for rockpro64 2020-07-09 22:57:17 -05:00
Taylor Helsper
724b8cf212 Add option to reinstall specter 2020-07-08 22:10:26 -05:00
Taylor Helsper
bf0cd5fb20 Add tor service for caravan, lnbits, and specter 2020-07-08 22:03:37 -05:00
Taylor Helsper
fca361b7d9 Add Specter to about page 2020-07-07 23:19:26 -05:00
Amiga500
0a3b039165
LNBits on about.html (#349) 2020-07-07 23:17:41 -05:00
Taylor Helsper
8fa9eb2816 Add Specter; Add beta apps section 2020-07-07 22:13:01 -05:00
Taylor Helsper
a37b23a90b Privacy improvements: Use tor for license+upgrades, use public ip addr services 2020-06-30 23:11:05 -05:00
Amiga500
5634b5f6b2
Update about.html (#334) 2020-06-29 23:31:20 -05:00
Taylor Helsper
f80fc78d27 Add LNbits 2020-06-27 21:12:54 -05:00
Taylor Helsper
0390a7b559 Upgrade to Python 3.7.7; More lnbits foundation 2020-06-25 23:30:17 -05:00
Taylor Helsper
a30fbc8402 Update HTTPS cert to use SAN; Caravan improvements 2020-06-22 23:25:45 -05:00
Taylor Helsper
8dc3be155e Use local IP address for Caravan suggestion 2020-06-16 23:15:53 -05:00
Taylor Helsper
64d7ecc732 Update Caravan page 2020-06-16 22:54:16 -05:00
Taylor Helsper
7b21d6c275 More Whirlpool HDD updates 2020-06-09 22:03:05 -05:00
Taylor Helsper
21811f51df Use whirlpool files stored on HDD 2020-06-09 21:53:27 -05:00
Taylor Helsper
63a0ca3b7a Show tor version 2020-06-09 21:10:32 -05:00
Taylor Helsper
7a5db7978e Caravan UI updates 2020-06-05 22:48:23 -05:00
Taylor Helsper
cbad16e56e Add Caravan and a Proxy for handling CORS issues 2020-06-05 20:46:39 -05:00
Taylor Helsper
23a44dcb83 Add sample for app help tooltips 2020-05-26 22:00:31 -05:00
Taylor Helsper
41fd789e09 Add enable/disable for RTL (default on) 2020-05-26 21:01:05 -05:00
Taylor Helsper
10df0c4a71 Catch some missing key errors 2020-05-26 20:58:31 -05:00
Taylor Helsper
06f990cc50 Fix show upgrade log button 2020-05-25 21:12:23 -05:00
Taylor Helsper
2c2f1ac10e Only show loop log if lnd has wallet 2020-05-25 19:42:03 -05:00
Taylor Helsper
ea0b8b544a Add shutdown/reboot button to home screen 2020-05-23 22:13:00 -05:00
Taylor Helsper
57cc58c852 Change swap default to 2GB; Swap size is configurable 2020-05-22 22:18:50 -05:00
Taylor Helsper
564d9415df Show more lnd info when logging in 2020-05-19 22:01:14 -05:00
Taylor Helsper
bef323c0db More Netdata button status detection 2020-05-19 21:21:36 -05:00
Taylor Helsper
1644ee8f7f Disable netdata button until ready 2020-05-18 22:43:04 -05:00
Taylor Helsper
799aedd257 Start netdata without waiting on bitcoin sync 2020-05-18 22:31:09 -05:00
Taylor Helsper
5351bcc1e8 Only restart lnd if desynced for 8 status updates 2020-05-18 21:43:43 -05:00
Taylor Helsper
9c856a3aa8 Rate limit failed web logins to 5 in 5 minutes 2020-05-17 17:01:53 -05:00
Ondrej Calda
7a64fd92e6
Check list length before accessing 1st element (#324) 2020-05-16 22:52:06 -05:00