Cloud discovery service. Can feed from file/IPFS/... Manages a local database and check hosts availability
Go to file
2023-10-18 11:08:10 +02:00
.vscode mostly functionnal, poorly tested 2023-03-08 16:48:36 +01:00
conf Initial commit 2023-03-07 13:29:08 +01:00
controllers mostly functionnal, poorly tested 2023-03-08 16:48:36 +01:00
models conf fixes 2023-10-18 11:08:10 +02:00
routers mostly functionnal, poorly tested 2023-03-08 16:48:36 +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
docker_discovery.json Add config & docker deployment 2023-03-09 11:45:29 +01:00
Dockerfile Add config & docker deployment 2023-03-09 11:45:29 +01:00
go.mod Add config & docker deployment 2023-03-09 11:45:29 +01:00
go.sum Add config & docker deployment 2023-03-09 11:45:29 +01:00
identity.json conf fixes 2023-10-18 11:08:10 +02:00
LICENSE Initial commit 2023-03-07 10:20:39 +01:00
main.go conf fixes 2023-10-18 11:08:10 +02:00
peers.json conf fixes 2023-10-18 11:08:10 +02:00
README.md mostly functionnal, poorly tested 2023-03-08 16:48:36 +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

Change url in swagger index.html file to :

url: "http://127.0.0.1:8080/swagger/swagger.json"