mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
2092a33f88
* Simplify and optimize nodeapp * Add pro frontend |
||
---|---|---|
.. | ||
assets | ||
.dockerignore | ||
basic.html | ||
docker-compose-dev.yml | ||
docker-compose.yml | ||
Dockerfile | ||
nginx.conf | ||
pro.html | ||
README.md | ||
robosats-client.sh | ||
static |
RoboSats client app for sovereign nodes
RoboSats app for sovereign nodes ( Umbrel, Citadel, Start9 ...). This app serves the RoboSats frontend app directly from your own node and redirects all API requests to RoboSats P2P market coordinator through your node's TOR proxy.
At the moment it has no special integration with your local lightning wallet (e.g. LND). This can be achieved easily by installing a WebLN compatible extension in your browser (e.g. getAlby).
How it works
The container launches two processes: 1) A set of socat
that will expose RoboSats coordinators API over HTTP on localhost:81 using the docker orchestration TOR socks proxy and 2) Nginx, used to direct every request where needed and serve the client app locally.
Why host your own RoboSats client
Advantages over a full over-the-internet RoboSats experience:
- Dramatically faster load times.
- Safer: you control what RoboSats client app you run.
- Access RoboSats safely from any browser / device. No need to use TOR if you are on your local network or using VPN: your node backend handles the torification needed for anonymization.
- Allows control over what P2P market coordinator you connect to (defaults to robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion)
Future upgrades
- Increase availability by processing API requests via I2P when TOR is not available.