https://github.com/robosats/robosats-web-host
Suite to run and expose all web clients
https://github.com/robosats/robosats-web-host
Last synced: 4 months ago
JSON representation
Suite to run and expose all web clients
- Host: GitHub
- URL: https://github.com/robosats/robosats-web-host
- Owner: RoboSats
- License: agpl-3.0
- Created: 2025-02-12T19:02:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-25T11:29:22.000Z (6 months ago)
- Last Synced: 2025-12-26T05:25:15.552Z (6 months ago)
- Language: Dockerfile
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# robosats-web-host
https://learn.robosats.org
## Setup
Clone https://github.com/RoboSats/robosats on a separate folder
````
cd docs
docker composer up -d # Docs
cd ../web
docker composer up -d # Tor Frontend
cd ../nodeapp
docker composer up -d # Clearnet Frontend
````
From this folder
````
# Make sure to manually setup certbot in advance
docker composer up -d
````