Node microservice that provides interface between hosting nodes and frontend.
Go to file
Adam Štrauch fdcdca237f
continuous-integration/drone/push Build is passing Details
Upgade of docker client, ...
Docker client upgrade,
Miner detection
Flags for apps
2022-02-05 02:22:53 +01:00
.vscode Handling apps via NATS messaging 2021-04-26 00:57:28 +02:00
apps Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
common Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
containers Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
contrib Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
detector Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
node Node index finalization 2020-07-21 23:11:56 +02:00
ui Final touches 2020-07-26 00:34:16 +02:00
.drone.yml Removing old node server 2021-12-21 19:03:10 +01:00
.gitignore Support for snapshots 2021-10-26 18:57:52 +02:00
Makefile Drop one of the tests 2022-02-03 01:36:08 +01:00
README.md Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
api.http Handling apps via NATS messaging 2021-04-26 00:57:28 +02:00
auth.go Handling apps via NATS messaging 2021-04-26 00:57:28 +02:00
go.mod Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
go.sum Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
handlers.go Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
handlers_nats.go Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
main.go Fix of snapshotProcessor initiation 2021-11-01 01:17:35 +01:00
stats.go Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
templates.go Basic UI template 2020-07-14 00:01:42 +02:00
tools.go Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
types.go Encapsulate snapshot list replies with key 2021-10-30 13:17:33 +02:00

README.md

Node API

Build Status

Node API is an microservice that runs on node servers. It provides interface between Docker and the admin site.

Test

On Fedora run podman API:

Root: sudo systemctl enable --now podman.socket
Rootless: podman system service -t 0 --log-level=debug
          set -x DOCKER_SOCKET unix:/run/user/1000/podman/podman.sock
          # or
          export DOCKER_SOCKET=unix:/run/user/1000/podman/podman.sock