docs: Updated node-operators-guide docs for v10
This commit is contained in:
committed by
Rusty Russell
parent
5d907ca719
commit
6bba927fef
@@ -1,10 +1,10 @@
|
||||
---
|
||||
title: "Analytics"
|
||||
slug: "analytics"
|
||||
excerpt: "Analyse your node data for effective node management."
|
||||
hidden: false
|
||||
createdAt: "2022-12-09T09:54:38.377Z"
|
||||
updatedAt: "2023-02-21T13:39:32.669Z"
|
||||
title: Analytics
|
||||
slug: analytics
|
||||
content:
|
||||
excerpt: Analyse your node data for effective node management.
|
||||
privacy:
|
||||
view: public
|
||||
---
|
||||
## Using SQL plugin
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
---
|
||||
title: "Channel Management"
|
||||
slug: "channel-management"
|
||||
excerpt: "Manage your channels and liquidity effectively and efficiently with careful planning and active monitoring."
|
||||
hidden: true
|
||||
createdAt: "2022-11-18T14:28:10.211Z"
|
||||
updatedAt: "2023-02-08T15:10:28.588Z"
|
||||
title: Channel Management
|
||||
slug: channel-management
|
||||
content:
|
||||
excerpt: >-
|
||||
Manage your channels and liquidity effectively and efficiently with careful planning and active monitoring.
|
||||
privacy:
|
||||
view: anyone_with_link
|
||||
---
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
---
|
||||
title: "Troubleshooting & FAQ"
|
||||
slug: "faq"
|
||||
excerpt: "Common issues and frequently asked questions on operating a CLN node."
|
||||
hidden: false
|
||||
createdAt: "2023-01-25T13:15:09.290Z"
|
||||
updatedAt: "2023-07-05T09:42:38.017Z"
|
||||
title: Troubleshooting & FAQ
|
||||
slug: faq
|
||||
content:
|
||||
excerpt: Common issues and frequently asked questions on operating a CLN node.
|
||||
privacy:
|
||||
view: public
|
||||
---
|
||||
# General questions
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
---
|
||||
title: "Plugins"
|
||||
slug: "plugins"
|
||||
excerpt: "Leverage a plethora of plugins on Core Lightning."
|
||||
hidden: false
|
||||
createdAt: "2022-12-09T09:55:05.629Z"
|
||||
updatedAt: "2023-02-14T12:47:46.112Z"
|
||||
title: Plugins
|
||||
slug: plugins
|
||||
content:
|
||||
excerpt: Leverage a plethora of plugins on Core Lightning.
|
||||
privacy:
|
||||
view: public
|
||||
---
|
||||
Power up your Core Lightning node and tailor it for your business needs with community built plugins.
|
||||
|
||||
@@ -116,4 +116,4 @@ Available option flags:
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Plugins must be executable. For python plugins, the shebang is invoked, so **python3** should be available in your environment. This can be verified with **which Python3**. The default reckless directory is $USER/.lightning/reckless and it should be possible for the lightningd user to execute files located here. If this is a problem, the option flag **reckless -d=\<my\_alternate\_dir>** may be used to relocate the reckless directory from its default. Consider creating a permanent alias in this case.
|
||||
Plugins must be executable. For python plugins, the shebang is invoked, so **python3** should be available in your environment. This can be verified with **which Python3**. The default reckless directory is $USER/.lightning/reckless and it should be possible for the lightningd user to execute files located here. If this is a problem, the option flag **reckless -d=\<my\_alternate\_dir>** may be used to relocate the reckless directory from its default. Consider creating a permanent alias in this case.
|
||||
|
||||
Reference in New Issue
Block a user