Cloud discovery service.
Can feed from file/IPFS/...
Manages a local database and check hosts availability
| .vscode | ||
| conf | ||
| controllers | ||
| models | ||
| routers | ||
| tests | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| identity.json | ||
| LICENSE | ||
| main.go | ||
| peers.json | ||
| README.md | ||
oc-discovery OpenCloud discovery service.
Can feed from file/IPFS/...
Manages a local database and check hosts availability
To build :
bee generate routers
bee run -gendoc=true -downdoc=true
Change url in swagger index.html file to :
url: "http://127.0.0.1:8080/swagger/swagger.json"