Update README
This commit is contained in:
17
README.md
17
README.md
@@ -10,12 +10,9 @@ A simple way to serve pages and files over the [Reticulum network](https://retic
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Serves pages and files.
|
- Serves pages and files over RNS
|
||||||
- Simple
|
- Dynamic page support with environment variables
|
||||||
|
- Form data and request parameter parsing
|
||||||
## To-Do
|
|
||||||
|
|
||||||
- Parameter parsing for forums, chat etc...
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -89,7 +86,13 @@ make docker-wheels
|
|||||||
|
|
||||||
## Pages
|
## Pages
|
||||||
|
|
||||||
Supports dynamic pages but not request data parsing yet.
|
Supports dynamic executable pages with full request data parsing. Pages can receive:
|
||||||
|
- Form fields via `field_*` environment variables
|
||||||
|
- Link variables via `var_*` environment variables
|
||||||
|
- Remote identity via `remote_identity` environment variable
|
||||||
|
- Link ID via `link_id` environment variable
|
||||||
|
|
||||||
|
This enables forums, chats, and other interactive applications compatible with NomadNet clients.
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user