No description
| src | Initial import | |
| templates | Initial import | |
| .gitignore | Initial commit | |
| Cargo.toml | update dependencies | |
| LICENSE | Initial commit | |
| README.md | Update README | |
nomadproxy
A http proxy for browinsg the reticulum nomad network!
It needs a "proper" reticulum transport node to connect to; by default it will attempt localhost:4242 .
Demo instance is available at https://nomadproxy.kujeger.net/
Usage
cargo run
By default nomadproxy listens on 127.0.0.1:3000, so you can use it by opening http://localhost:3000 in your Browser of Choice(tm).
Configuration
nomadproxy has a simple config file located in $CONFIG_HOME/nomadproxy/config.toml ( e.g. ~/.config/nomadproxy/config.toml on linux).
The default values are:
port = 3000
destination = "127.0.0.1:4242"
Limitations
This is mostly a proof of concept / demo of a rust reticulum stack at this point; bugs are expected.
Some features are not implemented:
- any kind of field input/posting
- identification
- persistent identity: a random one is generated on every startup