Commit graph

3357 commits

Author SHA1 Message Date
ben
029e8baf53 added tasks to make tickets 2022-11-11 23:46:22 +00:00
ChuckNorrison
db4232f2ce
Documentation improved in example env
LNBITS_ALLOWED_USERS and LNBITS_ADMIN_USERS wants usr string from wallet url

List needs to be comma separated if used more than one user
2022-11-11 12:06:35 +01:00
Bitkarrot
0ae11df52f
Docker file fix for missing directory
Currently Docker will error and exit because `data` directory is not created. 

This commit adds automatic `data` directory creation to Dockerfile so that the following docker command will not error. 

```
docker run --detach --publish 5000:5000 --name lnbits-legend --volume ${PWD}/.env:/app/.env --volume ${PWD}/data/:/app/data lnbits-legend
```
2022-11-10 22:22:17 -08:00
Arc
2cbbea06e3
Merge pull request #1115 from lnbits/lnurldevicehotfix
fixed atm
2022-11-08 13:47:52 +00:00
ben
61dd9817b6 fixed atm 2022-11-08 13:47:03 +00:00
ChuckNorrison
177446c581
fix sys is not defined 2022-11-08 01:15:54 +01:00
Black Coffee
b1c9e9a87e Update gerty api line lengths 2022-11-07 16:18:40 +00:00
Black Coffee
6cb837d2b7 Removed "priority" text from Gerty mempool display 2022-11-07 15:01:26 +00:00
Black Coffee
d856d4c920 Ran make format 2022-11-07 15:00:45 +00:00
dni ⚡
0ea225b87e add api docs button 2022-11-07 13:31:42 +01:00
dni ⚡
c3ef4d7260
formatting fixes, prettier (#1108) 2022-11-07 11:30:44 +01:00
ChuckNorrison
4ee571ca71
Documentation for postgresql default port (#1106)
* Documentation for postgresql default port 

A port is necessary for postgresql config. Add postgresql default port 5432 in documentation for LNBITS_DATABASE_URL config

* Update docs/guide/installation.md

Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>

Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2022-11-07 11:30:18 +01:00
Black Coffee
1a17ec08ee Bug fix 2022-11-06 10:04:18 +00:00
Black Coffee
e5c694bae9 Merge branch 'main' into gerty 2022-11-03 21:44:50 +00:00
blackcoffeexbt
0bac617818
Merge branch 'lnbits:main' into main 2022-11-03 21:39:21 +00:00
calle
b92fedbcc9
refactor try except block (#1084) 2022-10-28 11:26:02 +02:00
Arc
25dfc6bcae
Merge pull request #1093 from lnbits/arcbtc-patch-4
Update installation.md
2022-10-28 10:23:10 +01:00
Arc
7be45d5d91
Update installation.md 2022-10-28 10:22:59 +01:00
Arc
0a8d287f19
Merge pull request #1080 from lnbits/switchupdate
Adds multiple pin option to bitcoinSwitch in LNURLDevices
2022-10-27 01:16:57 +01:00
ben
904dea37fc prettier 2022-10-27 01:16:05 +01:00
ben
8bafb9ab19 black 2022-10-27 01:10:03 +01:00
ben
1ab0d0f701 isort 2022-10-27 01:05:09 +01:00
ben
047d0fc761 black 2022-10-27 00:37:15 +01:00
ben
5b1df5fffc fixed some ints 2022-10-27 00:35:49 +01:00
ben
98d712fa79 Fixed pin bug 2022-10-27 00:26:07 +01:00
ben
b6b54d6842 Web socket working 2022-10-26 20:19:04 +01:00
ben
937654e4f7 Fixed models 2022-10-26 13:15:50 +01:00
dni ⚡
d702e1b6a5
add FORWARDED_ALLOW_IPS variable to .example.env (#1077) 2022-10-26 13:07:34 +02:00
rolznz
5a3524da83
Fix usermanager API docs (#1073)
- update incorrect response status codes
- update invalid activate extension example
2022-10-26 13:05:31 +02:00
Lee Salminen
7d736c3f77
Add FORWARDED_ALLOW_IPS to example fly.io (#1082)
This PR adds the needed `FORWARDED_ALLOW_IPS="*"` environment variable to the fly.io installation method, which is needed to work.
2022-10-26 13:02:35 +02:00
calle
1d9be9619f
Update issue templates (#1087) 2022-10-26 13:01:02 +02:00
calle
2f1f92f1ee
Update issue templates (#1086) 2022-10-26 12:57:53 +02:00
calle
440c4b6966
Update issue templates (#1085) 2022-10-26 12:56:15 +02:00
ben
1bfa28da19 reverted migrate 2022-10-26 10:58:13 +01:00
ben
7881125c71 Fixed migrate 2022-10-26 10:54:46 +01:00
ben
e88b18a417 added migrate 2022-10-25 12:09:40 +01:00
blackcoffeexbt
f62b4975b2
Merge branch 'lnbits:main' into main 2022-10-25 11:31:02 +01:00
ben
3552443f99 adding migrations 2022-10-25 11:10:34 +01:00
ben
a37bec80cf Merge branch 'main' into switchupdate 2022-10-25 11:00:08 +01:00
ben
07a95532be Merge branch 'bcgerty' into gerty 2022-10-24 15:37:52 +01:00
ben
2f2e06c99e Merge remote-tracking branch 'origin/main' into bcgerty 2022-10-24 15:37:25 +01:00
dni ⚡
09871bbabc
fix mypy for extensions (#873)
* explicitly exclude all extensions from mypy

* fix example extension mypy

* fix subdomains extension mypy + 1 type error fixed

* fix mypy discordbot

* mypy check copilot extensnion

* copilot black

* add invoices ext to ignore

* add boltz and boltcard

* copilit id is necessary

* was discordbot is ok

Co-authored-by: dni <dni.khr@gmail.com>
2022-10-24 16:29:30 +02:00
dni ⚡
09cf654427
Proper Error Handling for qrcode-stream components (#1076)
* proper errorhandling for camera

* fix javascript for calle
2022-10-24 12:32:20 +02:00
Anton Kovalenko
193d037ad6
Allow more than 2-nd level domain in incoming ln-addresses (#914) 2022-10-24 12:23:11 +02:00
Aaron Dewes
fc1a87f617
Remove unused proxy_fix (#1007) 2022-10-24 11:50:52 +02:00
Benjamin Phạm-Bachelart
3814989b3a
Add cliche wallet (#1071) 2022-10-24 11:46:32 +02:00
Black Coffee
5010806c4d Merge lnbits/gerty into blackcoffeexbt/gerty 2022-10-24 10:33:49 +01:00
Black Coffee
a9d72fbef0 Merge in main 2022-10-24 10:26:16 +01:00
blackcoffeexbt
712abc18dc
Merge branch 'lnbits:main' into main 2022-10-24 10:21:29 +01:00
ben
82fea2a4ea Merge remote-tracking branch 'origin/main' into gerty 2022-10-23 20:35:12 +01:00