An open API service indexing awesome lists of open source software.

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

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
````