calle
91fefdb83d
migration for extensions ( #835 )
2022-08-03 11:27:08 +02:00
Arc
d38ff896f6
update dev docs for internal testing before pushing ( #801 )
2022-08-03 09:55:20 +02:00
dni
096778eb43
wrong link
2022-07-29 13:02:43 +02:00
dni
909691bd9b
add swagger api docs
2022-07-29 13:01:03 +02:00
ben
a7d27467f0
Updated install docs
2022-07-28 11:43:31 +01:00
calle
1f13bdeb2f
Pipenv/fix install loguru ( #732 )
...
* update pipfile
* pipenv workflow
* pipfile jinja
* Pipfile installs dev files
* python3.8 tests only
* version tag yaml
* all tests
* pipenv with pip
* only 3.7
* activate env
* test-pipenv
* pipenv importlib_metadata
* importlib-metadata
* 3.8
* 3.7 only oops
* merge install guides
* install guide in README
2022-07-13 01:15:48 +02:00
Bitkarrot
46462b4f01
Update extensions.md ( #724 )
...
suggestion for gsed on macOS, as sed may not work
reference: https://apple.stackexchange.com/questions/414568/i-get-an-error-sed-1-12d-invalid-command-code-when-i-use-sed-12d-samp
2022-07-11 13:40:46 +02:00
calle
63d4e60542
Testing: postgres db backend ( #711 )
...
* try postgres run
* fix yaml
* test with postgres
* check with postgres
* inkey_from
* remove trio
* add coverage
* add coverage
* more python testing
* use @pytest_asyncio.fixture
* remove unused imports
* fix api_payment payment lookup
* measure durations
2022-07-07 18:29:26 +02:00
Arc
a17108f108
Update installation.md
2022-03-22 19:25:30 +00:00
Arc
b886e5b0ea
Merge pull request #528 from CandleHater/patch-2
...
added "missing" libffi/libpq package
2022-03-07 05:47:29 +00:00
Arc
41a9689014
Update installation.md
2022-02-18 17:17:18 +00:00
Arc
76edfa2134
Update installation.md
2022-02-18 17:16:49 +00:00
Arc
d7b3a28950
Update installation.md
2022-02-18 17:16:18 +00:00
Arc
2c161a079d
Update installation.md
2022-02-18 17:16:03 +00:00
Candle
4793ea0d18
added "missing" libffi/libpq package
...
When I tryed to run "pipenv install --dev" on a Pi 4 with the latest Raspberry OS it failed with two dependencies. These additional installations fixed it.
2022-02-18 16:35:32 +01:00
Arc
1a492cbfb8
Update installation.md
2022-02-14 11:42:19 +00:00
Arc
9e13b8eb70
Update installation.md
2022-01-18 22:29:15 +00:00
Arc
fc021b3736
Update installation.md
2022-01-14 10:23:22 +00:00
Arc
6718ed678d
Update installation.md
2022-01-14 10:23:02 +00:00
Arc
ab62014bf0
Update installation.md
2022-01-14 10:16:50 +00:00
Arc
1940b8762b
Update installation.md
2022-01-14 10:15:31 +00:00
Arc
46838ca66f
Update installation.md
2022-01-14 10:13:02 +00:00
Arc
5fe9df48dd
Update installation.md
2022-01-14 10:11:42 +00:00
Arc
5bacb5f38a
Update installation.md
2022-01-14 10:11:26 +00:00
Arc
0f70b346ca
Update installation.md
2022-01-14 10:10:52 +00:00
Arc
c87aa3dd2b
Update installation.md
2022-01-14 09:38:04 +00:00
Arc
7812c4aa48
Update installation.md
2022-01-14 09:37:27 +00:00
Arc
fefa8ba56e
Update installation.md
2022-01-14 09:36:18 +00:00
Arc
1dd8b01f5a
Update installation.md
2022-01-14 09:34:46 +00:00
Arc
81dc9303f6
Update installation.md
2022-01-14 09:34:00 +00:00
Arc
8ca8d173e8
Update installation.md
2022-01-14 09:27:06 +00:00
Arc
a1ae7aca9e
Update installation.md
2021-12-21 20:46:34 +00:00
Charles Hill
4e6c30a909
Unit tests for FastAPI branch
...
Run via `make test`
2021-12-04 13:11:45 -06:00
Arc
2f9751940e
Update installation.md
2021-11-09 22:45:45 +00:00
Arc
6b6d300058
Update installation.md
2021-11-09 22:44:11 +00:00
Arc
d81559ba2e
Update installation.md
2021-11-09 22:41:24 +00:00
Arc
3b8920b436
Update installation.md
2021-11-09 22:40:11 +00:00
Arc
17db309f35
Update installation.md
2021-11-09 22:39:20 +00:00
Fitti
870a61abe9
Add missing instruction to dev installation guide
...
The missing data folder will throw an exception:
`sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file`
2021-06-20 20:57:12 -03:00
Tiago Vasconcelos
2e8145faac
Documentation Updates ( #202 )
...
Updates for user manager and subdomains extensions
Co-authored-by: Tiago Vasconcelos <tvasconcelos@gmail.com>
2021-06-09 12:07:42 -03:00
Kristjan
10414be0d2
now payments are finalized and dns registered when the event happens instead when user polls the backend
2021-01-02 22:55:52 +01:00
Gabriel Comte
c6bd060d19
docs: fix typo in command
2020-10-13 07:42:01 -03:00
fiatjaf
f5b8ed8fc6
make lndgrpc work using the purerpc library and a manually-declared method.
2020-10-04 12:06:54 -03:00
fiatjaf
e74cf33f90
broken invoice listener on c-lightning and other fixes around wallets.
2020-10-04 12:05:59 -03:00
fiatjaf
e2f6c20e3b
update docs so master is runnable.
2020-10-02 14:59:29 -03:00
Arc
f6e6bf73d3
Pointed people towards a stable release
2020-10-01 18:12:29 +01:00
fiatjaf
f01028eac7
migrate from flask to quart.
...
also remove all flaskiness from static file serving.
and reference all vendored scripts on the base tempĺate for simplicity.
2020-09-14 16:03:25 -03:00
fiatjaf
ffa3c3f6a6
python -m lnbits
2020-09-04 21:33:30 -03:00
fiatjaf
c965bca41d
migration tracking.
2020-09-04 21:33:30 -03:00
Eneko Illarramendi
a651f747ac
chore: remove gunicorn
and gevent
from minimum requirements
...
It is now up to the user to install these (or other) for production deployment.
More info: https://flask.palletsprojects.com/en/1.1.x/tutorial/deploy/#run-with-a-production-server
2020-09-03 19:38:01 +02:00