Commit Graph

159 Commits

Author SHA1 Message Date
Taylor Helsper
cc64f2b535 Add status page for repairing drive 2019-12-21 21:27:14 -06:00
Taylor Helsper
4432b88ff2 Add option to restore LND channel backup 2019-12-21 00:07:21 -06:00
Taylor Helsper
d00cd532a7 Only show refresh button on IP failure 2019-12-19 22:38:17 -06:00
Taylor Helsper
89c78cf49b Improve status icon consistency 2019-12-19 21:39:09 -06:00
Taylor Helsper
897a317491 Add way to update public IP independently 2019-12-18 23:35:03 -06:00
Taylor Helsper
de70715210 Shutdown page will redirect to home after 30s to prevent additional reboot 2019-12-18 21:47:18 -06:00
Taylor Helsper
86ee9c5dc4 Add script to store core services 2019-12-18 21:45:44 -06:00
Taylor Helsper
b6635fd3f7 Run fsck on each boot and save results 2019-12-11 19:34:34 -06:00
Taylor Helsper
b71d296a5d Fix bitcoin config reset 500 error 2019-12-10 22:34:46 -06:00
Taylor Helsper
97a770ab26 Start BTC RPC Explorer after Electrs 2019-12-10 20:31:32 -06:00
Taylor Helsper
bdf54d088f Update CE message 2019-12-10 20:18:43 -06:00
Taylor Helsper
d81210e70a Add button to regen LND TLS cert 2019-12-10 19:08:57 -06:00
Taylor Helsper
fea7189bb3 Tweak wording 2019-12-08 21:49:12 -06:00
Amiga500
abe77f6960 Add of other project to about.html (#96)
Add Electrum, and another subcategory of projects not directly related to Bitcoin (Linux, Tor, OpenVPN, Transmission, Glances, Netdata, WebSSH2)
2019-12-08 21:47:49 -06:00
Taylor Helsper
be7b49dd68 Fix extra line ending on local IP 2019-12-08 21:45:55 -06:00
Amiga500
74ef4c1d17 Added LND Connect on about.html and alphabetically ordered (except Bitcoin, LND, Electrs) (#91) 2019-12-07 10:37:21 -06:00
Abhishek Shandilya
a0498a94a4 Added button to force check-in and find the public IP (#59)
* added button to force check-in and find the public IP

* remove timer
2019-12-06 21:42:46 -06:00
Taylor Helsper
90a1b1d5f0 Display temp only if it exists 2019-12-05 21:41:34 -06:00
Taylor Helsper
3ce2692812 Merge branch 'master' of github.com:mynodebtc/mynode 2019-12-05 21:30:34 -06:00
Taylor Helsper
6404e64277 Improve local IP detection and device setup 2019-12-05 21:30:23 -06:00
Amiga500
564ca32fa0 Add reddit link into Help (#89) 2019-12-05 20:41:26 -06:00
Taylor Helsper
dee5c00c0c Fix typo 2019-12-04 22:56:40 -06:00
Taylor Helsper
b5de80a49a Update RTL and swap settings 2019-12-04 22:28:56 -06:00
Amiga500
15474e84d5 Update about.html (#84)
add JoinMarket
2019-11-30 11:39:54 -06:00
Taylor Helsper
919fa24359 Fix issue deleting LND wallet 2019-11-26 20:27:54 -06:00
Taylor Helsper
7c797e928c Use IP address for WebSSH 2019-11-26 20:13:02 -06:00
Abhishek Shandilya
e16182808c fix the font colors in main-page-error-block #79 (#81) 2019-11-26 18:20:04 -06:00
Taylor Helsper
aac19b36bb Move debug tarball to script and add more data 2019-11-25 18:25:46 -06:00
Taylor Helsper
9609b51b34 Give upgrade script a shell 2019-11-23 21:31:12 -06:00
Taylor Helsper
84cdcd3a79 Add WebSSH Client 2019-11-22 22:27:35 -06:00
Taylor Helsper
78e56f1b10 Track successful upgrades 2019-11-16 14:46:00 -06:00
Taylor Helsper
0325821c01 Merge branch 'master' of github.com:mynodebtc/mynode 2019-11-15 23:09:28 -06:00
Taylor Helsper
fdb2961ae0 Upgrade improvements, netdata improvements 2019-11-15 23:09:15 -06:00
Abhishek Shandilya
0d227ebbc2 pages for handling 404 and 500 errors (#61) 2019-11-15 20:10:50 -06:00
Abhishek Shandilya
0db4a35c88 Dark mode fix: keep the password input black (#60) 2019-11-14 20:54:59 -06:00
Taylor Helsper
0403c0d340 Merge branch 'master' of github.com:mynodebtc/mynode 2019-11-14 20:26:39 -06:00
Taylor Helsper
199113f848 Remove unnecessary BTC explorer 2019-11-14 20:26:28 -06:00
Abhishek Shandilya
e8bf9959b3 helper line to get started with bitcoin cli (#55)
* helper line to get started with bitcoin cli

* using exisiting small_messsage class
2019-11-14 20:22:10 -06:00
Taylor Helsper
aa2d5d3cd8 Add netdata - first docker container 2019-11-13 20:32:37 -06:00
Abhishek Shandilya
4b4b31bb71 Hide QS options when QS is disabled (#54) 2019-11-12 19:40:33 -06:00
Taylor Helsper
779129c9de Add glances 2019-11-11 20:35:05 -06:00
Taylor Helsper
203eb0307f More LND Admin removal 2019-11-09 20:52:04 -06:00
Taylor Helsper
a27a9d0362 Fix some issues after refactor 2019-11-09 20:21:25 -06:00
Taylor Helsper
3573b0bdcd Dark mode tweaks 2019-11-09 13:01:21 -06:00
Taylor Helsper
d2a9e33559 Add download link or readonly macaroon 2019-11-09 12:06:30 -06:00
Abhishek Shandilya
b09d322331 Dark mode feature (#16)
* added toggle dark mode button on settings page, new logo and CSS file for dark mode

* change colors of settings_input for dark mode

* added the dark_mode flag in every templateData (very painfully)

* Using ui.json to store all UI settings, darkmode implementation is cleaner

* moved all CSS and JS links to head.html; imported ui_settigns appropriately; created dark version of bitcoind CSS

* subheader color on lnd page

* save ui.json on both HDD and mynode for redundancy

* use head and logo template in new config and login pages

* add ui_settings to templateData for new login and config pages

* avoid repeating CSS for dark theme

* change colors of config textarea

* wrap ui setting hdd write in TRY/except

* group similar CSS commands
2019-11-09 11:17:52 -06:00
Amiga500
d586997ab9 Update about.html (#46)
Fix typo
2019-11-09 11:17:08 -06:00
Taylor Helsper
5b2a87ce94 Remove LND Admin 2019-11-09 10:14:56 -06:00
Taylor Helsper
25e4f6c447 Add more upgrade logging 2019-11-09 09:34:55 -06:00
Taylor Helsper
61b951215a Ask for product key only after drive mounted 2019-11-09 09:33:09 -06:00