Node microservice that provides interface between hosting nodes and frontend.
Go to file
Adam Štrauch c714274a98
Support for Docker exec API calls
* Endpoint for SSH password
* Endpoint for authorized_keys
2020-08-07 00:36:40 +02:00
apps Documentation related comments 2020-07-30 22:46:09 +02:00
common Initial commit 2020-07-09 00:09:19 +02:00
docker Support for Docker exec API calls 2020-08-07 00:36:40 +02:00
node Node index finalization 2020-07-21 23:11:56 +02:00
ui Final touches 2020-07-26 00:34:16 +02:00
.gitignore Fix status 2020-07-23 12:09:06 +02:00
api.http Support for Docker exec API calls 2020-08-07 00:36:40 +02:00
auth.go Final touches 2020-07-26 00:34:16 +02:00
config.go Basic UI template 2020-07-14 00:01:42 +02:00
go.mod Delete labels fix, initial work on node endpoint 2020-07-21 11:52:23 +02:00
go.sum Documentation related comments 2020-07-30 22:46:09 +02:00
main.go Support for Docker exec API calls 2020-08-07 00:36:40 +02:00
README.md Documentation related comments 2020-07-30 22:46:09 +02:00
stats.go Final touches 2020-07-26 00:34:16 +02:00
templates.go Basic UI template 2020-07-14 00:01:42 +02:00
types.go Support for Docker exec API calls 2020-08-07 00:36:40 +02:00