4
3
Fork
You've already forked nomadproxy
0
No description
  • Rust 91.2%
  • Jinja 8.8%
2026年01月23日 09:35:30 +01:00
src Initial import 2026年01月03日 11:02:35 +01:00
templates Initial import 2026年01月03日 11:02:35 +01:00
.gitignore Initial commit 2026年01月03日 10:53:33 +01:00
Cargo.toml update dependencies 2026年01月23日 09:35:30 +01:00
LICENSE Initial commit 2026年01月03日 10:53:33 +01:00
README.md Update README 2026年01月03日 11:06:36 +01:00

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