Node microservice that provides interface between hosting nodes and frontend.
Go to file
Adam Štrauch 8eb1f47f2c
Various changes
* Stop using docker stats API (no replacement yet)
* Ruby and Deno support
* Meassure how much time stats loading takes
2021-04-02 18:10:43 +02:00
.vscode Add a few configuration fields 2021-01-30 12:33:57 +01:00
apps Ready for production* Token middleware enabled again,* Production build Makefile Target (for older Debian)* Application name validation fix* Changed database location to /var/lib/node-api* Docker version changed a little lower to 1.38 (older Docker on some nodes) 2020-08-29 15:12:45 +02:00
common Add a few configuration fields 2021-01-30 12:33:57 +01:00
docker Various changes 2021-04-02 18:10:43 +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 Various changes 2021-04-02 18:10:43 +02:00
auth.go Final touches 2020-07-26 00:34:16 +02:00
config.go Configuration structure 2021-01-08 22:37:38 +01:00
go.mod Configuration structure 2021-01-08 22:37:38 +01:00
go.sum Configuration structure 2021-01-08 22:37:38 +01:00
handlers.go Various changes 2021-04-02 18:10:43 +02:00
main.go Various changes 2021-04-02 18:10:43 +02:00
Makefile Ready for production* Token middleware enabled again,* Production build Makefile Target (for older Debian)* Application name validation fix* Changed database location to /var/lib/node-api* Docker version changed a little lower to 1.38 (older Docker on some nodes) 2020-08-29 15:12:45 +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 Various changes 2021-04-02 18:10:43 +02:00