Cloud discovery service. Can feed from file/IPFS/... Manages a local database and check hosts availability
Go to file
2023-03-07 13:35:54 +01:00
.vscode Initial commit 2023-03-07 13:29:08 +01:00
conf Initial commit 2023-03-07 13:29:08 +01:00
controllers Initial commit 2023-03-07 13:29:08 +01:00
models Initial commit 2023-03-07 13:29:08 +01:00
routers Initial commit 2023-03-07 13:29:08 +01:00
tests Initial commit 2023-03-07 13:29:08 +01:00
.gitignore gitignore update for swagger and exe 2023-03-07 13:35:54 +01:00
go.mod Initial commit 2023-03-07 13:29:08 +01:00
go.sum Initial commit 2023-03-07 13:29:08 +01:00
LICENSE Initial commit 2023-03-07 10:20:39 +01:00
main.go Initial commit 2023-03-07 13:29:08 +01:00
peers.json Initial commit 2023-03-07 13:29:08 +01:00
README.md Initial commit 2023-03-07 13:29:08 +01:00

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