Update dependencies to rns 1.0.2 in pyproject.toml and requirements.txt; refine README for clarity and usage instructions.
Some checks failed
Docker Build Test / build (3.12) (push) Failing after 1m16s
Docker Build Test / build (3.13) (push) Failing after 1m15s
Docker Build Test / build (3.11) (push) Failing after 1m19s
Docker Build Test / build (3.10) (push) Failing after 1m22s
Docker Build Test / build (3.9) (push) Failing after 26s
Run Tests / test (3.10) (push) Successful in 1m7s
Run Tests / test (3.11) (push) Successful in 1m5s
Run Tests / test (3.13) (push) Has been cancelled
Run Tests / test (3.12) (push) Has been cancelled
Build and Publish Docker Image / build (push) Has been cancelled
Run Tests / test (3.9) (push) Has been cancelled

This commit is contained in:
2025-11-12 18:37:12 -06:00
parent a2efdb136a
commit 882dacf2bb
3 changed files with 8 additions and 7 deletions

View File

@@ -10,8 +10,7 @@ A simple way to serve pages and files over the [Reticulum network](https://retic
## Features ## Features
- Static and Dynamic pages. - Serves pages and files.
- Serve files
- Simple - Simple
## To-Do ## To-Do
@@ -36,20 +35,22 @@ uv venv
source .venv/bin/activate source .venv/bin/activate
uv pip install rns-page-node uv pip install rns-page-node
# Git # Pipx via Git
pipx install git+https://github.com/Sudo-Ivan/rns-page-node.git pipx install git+https://github.com/Sudo-Ivan/rns-page-node.git
``` ```
## Usage
```bash ```bash
# will use current directory for pages and files # will use current directory for pages and files
rns-page-node rns-page-node
``` ```
## Usage or
```bash ```bash
rns-page-node --node-name "Page Node" --pages-dir ./pages --files-dir ./files --identity-dir ./node-config --announce-interval 360 rns-page-node --node-name "Page Node" --pages-dir ./pages --files-dir ./files --identity-dir ./node-config --announce-interval 3600
``` ```
### Docker/Podman ### Docker/Podman

View File

@@ -9,7 +9,7 @@ authors = [
readme = "README.md" readme = "README.md"
requires-python = ">=3.9" requires-python = ">=3.9"
dependencies = [ dependencies = [
"rns (>=1.0.1,<1.5.0)" "rns (>=1.0.2,<1.5.0)"
] ]
[project.scripts] [project.scripts]

View File

@@ -1 +1 @@
rns=1.0.1 rns=1.0.2