Skip to content

Commit 7a2e30f

Browse files
committed
proxy version 0.031
1 parent 68bfa29 commit 7a2e30f

File tree

14 files changed

+536
-481
lines changed

14 files changed

+536
-481
lines changed

assets_js_lib_global_queries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const br_bipobj = br_get_local("bpdat", true),
122122
"paymentpopup": $("#payment"),
123123
"phpsupport": false,
124124
"proxy_list": br_proxy_list,
125-
"proxy_version": "0.030",
125+
"proxy_version": "0.031",
126126
"redirect_uri": br_w_loc.origin + br_w_loc.pathname + "?p=settings",
127127
"ref_match": br_ref_match,
128128
"referrer": br_referrer,

proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Replace the 'v1' folder, making sure to leave the config.php file intact.
2626

2727
## Folder permissions
2828

29-
(For Nginx) you might have to chmod the following api folders to 777 (Apply to enclosed) in order to cache files: "ln/api" and "inv/api".
29+
(For Nginx) you might have to chmod the following api folders to 755 (or 775 if the web server group needs write access) in order to cache files: "ln/api" and "inv/api".
3030

3131
## Lightning Setup:
3232

proxy/config.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@
3434

3535
// enter lightning node keys here
3636
$lightning_setup = array(
37-
"lnd" => array(
38-
"host" => "",
39-
"key" => "",
40-
"routes" => []
37+
"lnd" => array(
38+
"host" => "",
39+
"key" => "",
40+
"routes" => []
4141
),
4242
"core-lightning" => array(
4343
"host" => "",
4444
"key" => "",
4545
"routes" => []
4646
),
4747
"lnbits" => array(
48-
"host" => "",
49-
"key" => "",
50-
"routes" => []
48+
"host" => "",
49+
"key" => "",
50+
"routes" => []
5151
),
5252
"apikey" => "",
5353
"callback_url" => "",

0 commit comments

Comments
 (0)