Is there any way to disable the page-serving functionality of a node? #525
-
Hello, I am trying to write a small Flask-like framework for a page server with syntax similar to Flask or FastAPI and Jinja as a template engine. So, I want my program to have complete control of page serving. At the same time, I don't want to disable Node's propagation functionality. So, is there any way to disable only page serving (like I can disable propagation in config)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Currently not, but if you want to simply run a LXMF propagation node, and write your own system page-serving, you can just run
You can run
|
Beta Was this translation helpful? Give feedback.
Currently not, but if you want to simply run a LXMF propagation node, and write your own system page-serving, you can just run
lxmd
completely standalone withoutnomadnet
. It's part of thelxmf
package, and once installed you just runlxmd
: