mirror of
https://github.com/lnbits/lnbits.git
synced 2025-05-18 07:19:58 +02:00
replace lnbits-legend with lnbits in github links (#1366)
This commit is contained in:
parent
aafd955bb4
commit
20e6ca019e
@ -15,8 +15,8 @@ By default, LNbits will use SQLite as its database. You can also use PostgreSQL
|
|||||||
If you have problems installing LNbits using these instructions, please have a look at the [Troubleshooting](#troubleshooting) section.
|
If you have problems installing LNbits using these instructions, please have a look at the [Troubleshooting](#troubleshooting) section.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/lnbits/lnbits-legend.git
|
git clone https://github.com/lnbits/lnbits.git
|
||||||
cd lnbits-legend/
|
cd lnbits
|
||||||
|
|
||||||
# for making sure python 3.9 is installed, skip if installed. To check your installed version: python3 --version
|
# for making sure python 3.9 is installed, skip if installed. To check your installed version: python3 --version
|
||||||
sudo apt update
|
sudo apt update
|
||||||
@ -50,7 +50,7 @@ poetry run lnbits
|
|||||||
#### Updating the server
|
#### Updating the server
|
||||||
|
|
||||||
```
|
```
|
||||||
cd lnbits-legend/
|
cd lnbits
|
||||||
# Stop LNbits with `ctrl + x`
|
# Stop LNbits with `ctrl + x`
|
||||||
git pull
|
git pull
|
||||||
# Keep your poetry install up to date, this can be done with `poetry self update`
|
# Keep your poetry install up to date, this can be done with `poetry self update`
|
||||||
@ -63,8 +63,8 @@ poetry install --only main
|
|||||||
> note: currently not supported while we make some architectural changes on the path to leave beta
|
> note: currently not supported while we make some architectural changes on the path to leave beta
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/lnbits/lnbits-legend.git
|
git clone https://github.com/lnbits/lnbits.git
|
||||||
cd lnbits-legend/
|
cd lnbits
|
||||||
# Modern debian distros usually include Nix, however you can install with:
|
# Modern debian distros usually include Nix, however you can install with:
|
||||||
# 'sh <(curl -L https://nixos.org/nix/install) --daemon', or use setup here https://nixos.org/download.html#nix-verify-installation
|
# 'sh <(curl -L https://nixos.org/nix/install) --daemon', or use setup here https://nixos.org/download.html#nix-verify-installation
|
||||||
|
|
||||||
@ -83,8 +83,8 @@ LNBITS_DATA_FOLDER=data LNBITS_BACKEND_WALLET_CLASS=LNbitsWallet LNBITS_ENDPOINT
|
|||||||
## Option 3: venv
|
## Option 3: venv
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/lnbits/lnbits-legend.git
|
git clone https://github.com/lnbits/lnbits.git
|
||||||
cd lnbits-legend/
|
cd lnbits
|
||||||
# ensure you have virtualenv installed, on debian/ubuntu 'apt install python3.9-venv'
|
# ensure you have virtualenv installed, on debian/ubuntu 'apt install python3.9-venv'
|
||||||
python3.9 -m venv venv
|
python3.9 -m venv venv
|
||||||
# If you have problems here, try `sudo apt install -y pkg-config libpq-dev`
|
# If you have problems here, try `sudo apt install -y pkg-config libpq-dev`
|
||||||
@ -106,9 +106,9 @@ If you want to host LNbits on the internet, run with the option `--host 0.0.0.0`
|
|||||||
## Option 4: Docker
|
## Option 4: Docker
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/lnbits/lnbits-legend.git
|
git clone https://github.com/lnbits/lnbits.git
|
||||||
cd lnbits-legend
|
cd lnbits
|
||||||
docker build -t lnbits-legend .
|
docker build -t lnbits .
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
mkdir data
|
mkdir data
|
||||||
docker run --detach --publish 5000:5000 --name lnbits-legend --volume ${PWD}/.env:/app/.env --volume ${PWD}/data/:/app/data lnbits-legend
|
docker run --detach --publish 5000:5000 --name lnbits-legend --volume ${PWD}/.env:/app/.env --volume ${PWD}/data/:/app/data lnbits-legend
|
||||||
@ -136,8 +136,8 @@ You can either run those commands, then `source ~/.bash_profile` or, if you don'
|
|||||||
Once installed, run the following commands.
|
Once installed, run the following commands.
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/lnbits/lnbits-legend.git
|
git clone https://github.com/lnbits/lnbits.git
|
||||||
cd lnbits-legend
|
cd lnbits
|
||||||
fly auth login
|
fly auth login
|
||||||
[complete login process]
|
[complete login process]
|
||||||
fly launch
|
fly launch
|
||||||
@ -438,8 +438,8 @@ If you want to run LNbits on your Umbrel but want it to be reached through clear
|
|||||||
To install using docker you first need to build the docker image as:
|
To install using docker you first need to build the docker image as:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/lnbits/lnbits-legend.git
|
git clone https://github.com/lnbits/lnbits.git
|
||||||
cd lnbits-legend
|
cd lnbits
|
||||||
docker build -t lnbits-legend .
|
docker build -t lnbits-legend .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
outline
|
outline
|
||||||
color="grey"
|
color="grey"
|
||||||
type="a"
|
type="a"
|
||||||
href="https://github.com/lnbits/lnbits-legend"
|
href="https://github.com/lnbits/lnbits"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
>View project in GitHub</q-btn
|
>View project in GitHub</q-btn
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
<a
|
<a
|
||||||
class="text-secondary"
|
class="text-secondary"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://github.com/lnbits/lnbits-legend/tree/main/lnbits/extensions/boltz"
|
href="https://github.com/lnbits/lnbits/tree/main/lnbits/extensions/boltz"
|
||||||
>More details</a
|
>More details</a
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<a
|
<a
|
||||||
class="text-secondary"
|
class="text-secondary"
|
||||||
href="https://github.com/lnbits/lnbits-legend/tree/main/lnbits/extensions/lnaddress"
|
href="https://github.com/lnbits/lnbits/tree/main/lnbits/extensions/lnaddress"
|
||||||
>More details</a
|
>More details</a
|
||||||
>
|
>
|
||||||
<br />
|
<br />
|
||||||
|
@ -195,7 +195,7 @@
|
|||||||
Check extension
|
Check extension
|
||||||
<a
|
<a
|
||||||
class="text-secondary"
|
class="text-secondary"
|
||||||
href="https://github.com/lnbits/lnbits-legend/blob/main/lnbits/extensions/lnaddress/README.md"
|
href="https://github.com/lnbits/lnbits/blob/main/lnbits/extensions/lnaddress/README.md"
|
||||||
>documentation!</a
|
>documentation!</a
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<a
|
<a
|
||||||
class="text-secondary"
|
class="text-secondary"
|
||||||
href="https://github.com/lnbits/lnbits-legend/tree/main/lnbits/extensions/subdomains"
|
href="https://github.com/lnbits/lnbits/tree/main/lnbits/extensions/subdomains"
|
||||||
>More details</a
|
>More details</a
|
||||||
>
|
>
|
||||||
<br />
|
<br />
|
||||||
|
@ -8,7 +8,7 @@ from typing import AsyncGenerator, Dict, Optional
|
|||||||
import httpx
|
import httpx
|
||||||
from loguru import logger
|
from loguru import logger
|
||||||
|
|
||||||
# TODO: https://github.com/lnbits/lnbits-legend/issues/764
|
# TODO: https://github.com/lnbits/lnbits/issues/764
|
||||||
# mypy https://github.com/aaugustin/websockets/issues/940
|
# mypy https://github.com/aaugustin/websockets/issues/940
|
||||||
from websockets import connect # type: ignore
|
from websockets import connect # type: ignore
|
||||||
from websockets.exceptions import (
|
from websockets.exceptions import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user