Lakshya Singh
a0fe0174dc
chore: update docs for uv
...
update commands and usage for uv
2025-08-11 11:06:22 +09:30
daywalker90
2e7181d04f
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.
2025-07-24 12:42:06 -07:00
ShahanaFarooqui
87d862992a
doc: Remove c-lightning-REST documentation
...
Changelog-None
2025-07-10 15:51:42 +09:30
ShahanaFarooqui
bd743d741e
doc: Change commando plugin title
...
Changelog-None.
2025-06-27 11:08:16 +09:30
ShahanaFarooqui
e5ec688bf4
doc: Fix links to avoid 404 error
2025-06-26 14:21:56 +09:30
ShahanaFarooqui
adbe634453
doc: Update Commando plugin details and link
2025-06-26 14:21:56 +09:30
ShahanaFarooqui
2448c80a8a
doc: Updated REST documentation
2025-02-10 14:24:59 +10:30
daywalker90
cac9315c00
clnrest: replace with rust plugin
...
Changelog-Changed: clnrest is now a rust plugin
2025-01-29 18:32:23 -08:00
Se7enZ
4f5ea34461
doc: gRPC SSL custom certificate generation instructions with SANs.
...
Changelog-Added: Example documentation on generating custom gRPC
certificates with SANs.
2024-10-21 13:58:42 -07:00
Se7enZ
35cda77b3b
doc: Fix gRPC custom certificate anchor links.
2024-10-21 13:58:42 -07:00
ShahanaFarooqui
4b69c57d75
plugins: Remove requirements.txt for python plugins
...
Removing requirements.txt from clnrest and wss-proxy plugins due to their ever changing dependencies. We will only be dependent on pyproject.toml for more stable results.
Reference: https://github.com/ElementsProject/lightning/pull/7416#issuecomment-2181492069
Changelog-None.
2024-07-03 12:20:05 -07:00
ShahanaFarooqui
545d67eaf6
doc: Updated warning box for wss-proxy
...
Bug Fix: The wss-proxy plugin throws error `plugin-wss-proxy: Killing plugin: disabled itself at init: Error in parsing options: 'NoneType' object is not subscriptable` if CLN is not listening on websocket.
Reference: https://github.com/ElementsProject/lightning/issues/7386#issuecomment-2175766309
Changelog-None.
2024-06-28 11:03:07 +09:30
ShahanaFarooqui
95a92b6e4b
plugin/clnrest: Adding new config param as clnrest-swagger-root
...
- Updated config params and plugin
- Updated documentation
Changelog-Added: Added a new configuration for clnrest plugin to change the default Swagger UI path from `/` to custom url.
2024-04-24 11:13:27 -05:00
ShahanaFarooqui
c8337aaf7f
plugin/wss-proxy: Documentation
...
Changelog-Added: Add WSS Proxy server with `wss-bind-addr` and `wss-certs` configurations.
2024-04-22 09:12:09 +09:30
ShahanaFarooqui
7e33a10425
doc: Schema generation instructions update
2024-03-19 14:58:59 +10:30
shuoer86
6c04a6c15a
doc: fix typos
2024-02-11 11:27:41 +01:00
bitcoin-lightning
2369086fd7
doc:correct listrunes's link
2024-01-02 18:45:18 +01:00
ShahanaFarooqui
cc2665da7f
clnrest: prefixing all rest config options with cln
...
This will allow users to use clnrest with c-lightning-REST without conflicts.
It was required for applications to have enough time for migrating from c-lightning-REST to clnrest.
Changelog-Changed:
config option `rest-certs` changed to `clnrest-certs`
config option `rest-protocol` changed to `clnrest-protocol`
config option `rest-host` changed to `clnrest-host`
config option `rest-port` changed to `clnrest-port`
config option `rest-cors-origins` changed to `clnrest-cors-origins`
config option `rest-csp` changed to `clnrest-csp`
2023-11-16 11:21:04 +01:00
Tony Aldon
cce4f68f7a
doc: fix cln-grpc example.
...
- Add instruction to generate `primitives_pb2.py` file,
- Import `grpc` in the Python script.
Changelog-None
2023-11-14 10:48:41 +01:00
Tony Aldon
8a62831847
doc: update clnrest documentation.
2023-10-31 10:21:22 -07:00
ShahanaFarooqui
1a18f610b2
docs: Update documents with rest-csp option
...
Changelog-Added: New configurable Content-Security-Policy (CSP) header for clnrest
2023-09-19 11:40:15 +09:30
ShahanaFarooqui
f0edc878e6
docs: Update documents with rest-cors-origins option
2023-09-19 11:40:15 +09:30
ShahanaFarooqui
450bf2be2b
plugins/clnrest: Updated websocket client examples
...
- Updated javascript and python client examples with rune auth
- Added new html (browser based) client example with rune auth
2023-09-19 11:40:15 +09:30
Adi Shankara
43c39aa2c9
fix the rest api reference link
2023-09-19 10:25:45 +09:30
Adi Shankara
2331eff2db
doc/rest: add documentation for REST interface
2023-09-12 16:10:15 +09:30
Adi Shankara
b2caa56c27
update new documentation and move to doc/
2023-07-16 12:59:40 +09:30