Commit Graph
54 Commits
Author SHA1 Message Date
calleandGitHub 8dfb4329d1 ssl cert creation method using openssl (#860) 2022-08-10 10:32:43 +02:00
48a57513f4 create new Dockerfile using poetry (#806)
* create new Dockerfile using poetry

* dont use unsure docker hub image

* add example env variable to docker command

* remove copy of lnbits, and order of commands

* add build.py for static files

* add compiled resources to docker ignore, so we don't accidently add it to image

* use generic python

* CMD with arguments

Co-authored-by: dni <dni.khr@gmail.com>
2022-08-04 08:05:51 +02:00
8535d70d36 Poetry dev (#837)
* black and isort for tests

* black and isort for build

* use poetry in Makefile, update pyproject.toml dependencies and add configs for black, pytest, mypy, isort there

* switching github workflow to poetry

* set mininum version to python 3.7

* fix tests

* add types-protobuf to dev packages

* fix cln regtest

* update docs

* try fix 1

* mypy fix2

* fix isort formatting workflow

* add prettier to dev docs

* multiple valid python version for pyproject

* update poetry.lock

* remove development installation, not needed anymore

* fix migration workflows

* format into one test

* fix yaml

* fix pipeline

* fix pipeline

* fix again

* fix

* rename checks

* remove venv tests

* venv test once

Co-authored-by: dni <dni.khr@gmail.com>
2022-08-03 14:10:32 +02:00
ArcandGitHub d38ff896f6 update dev docs for internal testing before pushing (#801) 2022-08-03 09:55:20 +02:00
ArcandGitHub 972a1d4ac9 Update installation.md 2022-08-02 22:02:53 +01:00
ArcandGitHub a948f0f8d9 Update installation.md 2022-08-02 22:01:09 +01:00
ArcandGitHub 08fd967f8a Update installation.md 2022-08-02 22:00:55 +01:00
ArcandGitHub 3b6c2b0103 Update installation.md 2022-08-02 21:59:55 +01:00
ArcandGitHub 88ef3a38fc Update installation.md 2022-08-02 21:01:58 +01:00
ArcandGitHub c075b28a96 Put venv server un direction back 2022-07-31 10:22:29 +01:00
f24d593f00 Fix docker staticfiles (#811)
* Fix staticfiles for docker install

* docker build instructions

* all tests python 3.9

Co-authored-by: cryptoteun <73664763+cryptoteun@users.noreply.github.com>
2022-07-30 17:09:14 +02:00
calleandGitHub f22e1e16af build instruction (#800) 2022-07-28 15:26:43 +02:00
ben a7d27467f0 Updated install docs 2022-07-28 11:43:31 +01:00
ben eafefce709 Bye pipenv
Its not personal its just business
2022-07-28 11:19:30 +01:00
ArcandGitHub 04114c82f2 Update installation.md 2022-07-28 11:07:44 +01:00
ArcandGitHub 7f79b5ac7f Update installation.md 2022-07-28 11:06:42 +01:00
ArcandGitHub 8cac577f2f Update installation.md 2022-07-27 15:09:41 +01:00
ArcandGitHub 2b811ec1bb Update installation.md 2022-07-27 15:07:16 +01:00
ArcandGitHub ee1cc28187 Update installation.md 2022-07-27 15:01:23 +01:00
calleandGitHub 96af5fc3a7 CI: Test core/views/generic.py (#772)
* Adds tests for GET /wallet

* Update `httpx` to `0.23.0` and `http-core` to `0.15.0` in `venv` installation path

* Fix `secp256k1 = "==0.14.0"` and `cffi = "==1.15.0"`
2022-07-23 10:39:58 +02:00
calleandGitHub e4df8c52e2 add mkcert instructions (#768) 2022-07-21 14:01:16 +02:00
calleandGitHub ad2aad05e0 CI: Migration SQLite to PostgreSQL (#719)
* migrate all extensions
* errors if migration is missing
2022-07-17 13:11:13 +02:00
ArcandGitHub 37c7553c19 Update installation.md 2022-07-15 08:18:07 +01:00
calleandGitHub 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
HODLmeTightandGitHub 145b69b259 Adjusted sequencing of the migration script (#651)
lnbits needs to run on postgres once before `python3 conv.py` actually works
2022-06-02 08:51:02 +02:00
calleandGitHub b4a6b5a1d9 serviced fix doc (#645) 2022-06-01 13:25:37 +02:00
orangesurfandGitHub 9e8376b3fb Remove suggestion to switch to FastAPI branch (#520)
Branch does not exist
2022-02-14 13:38:22 +01:00
callebtc 9505958306 systemd guide 2022-01-27 21:07:47 +01:00
ArcandGitHub 46e682bca3 Update installation.md 2022-01-14 09:20:20 +00:00
ArcandGitHub 11bf2029be Update installation.md 2022-01-14 09:19:49 +00:00
ArcandGitHub a44aba6fcf Update installation.md 2022-01-14 09:18:40 +00:00
ArcandGitHub d1a7d684b5 Update installation.md 2022-01-14 09:17:07 +00:00
Tiago vasconcelos 1406949ceb added postgres convertion and updated guide 2021-11-18 11:33:26 +00:00
Tiago vasconcelos 24cbbc0cd5 fix psql typo 2021-11-12 11:44:44 +00:00
Tiago vasconcelos 7ad75cb1a4 update install guide to postgres 2021-11-12 11:38:07 +00:00
ArcandGitHub e721ae1d12 Update installation.md 2021-11-08 09:50:11 +00:00
Tiago vasconcelos f220797a35 keep port 5000 2021-11-04 15:21:17 +00:00
Tiago vasconcelos ee34d978d8 install guide fastapi 2021-11-04 15:12:10 +00:00
Ben Arc b02952d99d Added umbrel/tor guide 2021-07-07 10:58:21 +01:00
ArcandGitHub ad64972ddf Update installation.md 2021-07-07 10:57:45 +01:00
Ben Arc a9163a1456 Added umbrel/tor guide 2021-07-07 10:53:53 +01:00
Fittiandfiatjaf fbda278e42 Fix typos and make small improvements
Credit to Vinnie64 for pointing out one of the errors
2021-06-21 13:53:07 -03:00
Fittiandfiatjaf 8472efb1b5 Fix codeblock in guide 2021-06-19 13:34:51 -03:00
TSandfiatjaf 558f3acfcb changes configuration of environment for Dockerfile and adds the installation procedure to the documentation 2021-06-09 12:09:31 -03:00
fiatjaf f6a8e96087 fix note about global virtualenv. 2021-05-22 20:35:37 -03:00
supertestnetandGitHub 88895f80be note on virtualenv installation (#185) 2021-04-27 11:22:14 -03:00
fiatjaf a46ca45de0 some readme and docs clarification. 2020-10-15 23:12:32 -03:00
fiatjaf e408febf97 hypercorn -k trio 2020-10-04 23:09:11 -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