wss-proxy: replaced by a rust version
Changelog-Changed: wss-proxy.py was replaced by a rust version with support for multiple `wss-bind-addr`. If you install CLN from pre-compiled binaries you must remove the old wss-proxy directory first before installing CLN, usually it is located in `/usr/local/libexec/c-lightning/plugins/wss-proxy`. If you compile from source `make` will take care of this automatically.
This commit is contained in:
committed by
ShahanaFarooqui
parent
e398c63ea5
commit
2e7181d04f
@@ -21,6 +21,7 @@ sudo ln -s /snap/bitcoin-core/current/bin/bitcoin{d,-cli} /usr/local/bin/
|
||||
Then you can fetch a pre-compiled binary from the [releases](https://github.com/ElementsProject/lightning/releases) page on GitHub. Core Lightning provides binaries for both Ubuntu and Fedora distributions. Normally these binaries are extracted into /usr/local:
|
||||
|
||||
```shell
|
||||
sudo rm -R /usr/local/libexec/c-lightning/plugins # If you are upgrading run this first to avoid plugin conflicts
|
||||
sudo tar -xvf <release>.tar.xz -C /usr/local --strip-components=2
|
||||
```
|
||||
|
||||
@@ -594,11 +595,3 @@ apk add libgcc libsodium sqlite-libs zlib
|
||||
Python plugins will be installed with the `poetry install` step mentioned above fron development setup.
|
||||
|
||||
Other users will need some Python packages if python plugins are used. Unfortunately there are some Python packages which are not packaged in Ubuntu, and so force installation will be needed (Flag `--user` is recommended which will install them in user's own .local directory, so at least the risk of breaking Python globally can be avoided!).
|
||||
|
||||
### wss-proxy
|
||||
|
||||
Below libraries are required for wss-proxy:
|
||||
|
||||
```
|
||||
pip3 install --user pyln-client websockets
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user